8 lines
155 B
Batchfile
8 lines
155 B
Batchfile
|
|
@set ANT_HOME=../apache-ant-1.6.2
|
|
@set JAVA_HOME=C:/bea813/jdk142_04
|
|
@set PATH=%ANT_HOME%/bin;%JAVA_HOME%/bin
|
|
|
|
|
|
ant -buildfile build.xml hibernateGenDao
|