10 lines
262 B
Batchfile
10 lines
262 B
Batchfile
@set ANT_HOME=apache-ant-1.9.2
|
|
@set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_45
|
|
@set PATH=%ANT_HOME%/bin;%JAVA_HOME%/bin
|
|
@set ANT_OPTS=-Xms512m -Xmx512m
|
|
|
|
@call ant -buildfile build.xml WSMsgDonatingJWS
|
|
@call ant -buildfile build.xml buildWSMsgDonating
|
|
|
|
@pause
|