carbidecpp20devenv/plugins/org.eclipse.emf.source_2.4.1.v200808251517/src/org.eclipse.emf.importer.java_2.4.1.v200808251517/examples/library/build/codeGen.bat
author cawthron
Wed, 18 Mar 2009 17:21:00 -0500
changeset 1 82d1d1de1a01
permissions -rw-r--r--
import Carbide.c++

rem You need to set the ECLIPSE_DIR variable below.  It should point to your eclipse directory.
set ECLIPSE_DIR=z

rem The GenModel IPath (it has to be a workspace absolute path, in which the project is a valid Java Project)
set GENMODEL_IPATH=/myjavaproject/model/library.genmodel

rem The location of the model project
set MODEL_PROJECT=c:\lib

set GENMODEL_LOCATION=%MODEL_PROJECT%\model\library.genmodel

rem The workspace directory
set WORKSPACE=%MAIN_DIR%\..\codegenWorkspace

rem Java2GenModel application
%ECLIPSE_DIR%\eclipsec -noSplash -clean -data %WORKSPACE% -application org.eclipse.emf.importer.ecore.Java2GenModel %GENMODEL_IPATH% -modelProject %MODEL_PROJECT% src -modelPluginID library.model -copyright "This is my code." -jdkLevel "5.0" 

rem Generator application
%ECLIPSE_DIR%\eclipsec -noSplash -clean -data %WORKSPACE% -application org.eclipse.emf.codegen.ecore.Generator -model %GENMODEL_LOCATION%