9 lines
184 B
Batchfile
9 lines
184 B
Batchfile
|
|
@set ANT_HOME=C:/progetti/mnp/FE/mnpdev/build/apache-ant-1.6.2
|
|
@set JAVA_HOME=C:/bea/jdk142_04
|
|
@set PATH=%ANT_HOME%/bin;%JAVA_HOME%/bin
|
|
|
|
|
|
|
|
ant -buildfile buildSim.xml hibernateGenDao
|