9 lines
185 B
Batchfile
9 lines
185 B
Batchfile
|
|
@set ANT_HOME=apache-ant-1.6.2
|
|
@set JAVA_HOME=C:/bea/jdk142_04
|
|
@set PATH=%ANT_HOME%/bin;%JAVA_HOME%/bin
|
|
|
|
|
|
|
|
ant -buildfile build.xml hibernateGenDto -DdestDir=mnp/database/hb/dto/ccrm
|