[Ejtools-cvs] CVS: build build.bat,1.4,1.5
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-24 21:12:46
|
Update of /cvsroot/ejtools/build In directory usw-pr-cvs1:/tmp/cvs-serv29183 Modified Files: build.bat Log Message: Add support for tools.jar from JDK and custom xdoclet for JavaBeans Index: build.bat =================================================================== RCS file: /cvsroot/ejtools/build/build.bat,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.bat 13 May 2002 20:30:47 -0000 1.4 --- build.bat 24 May 2002 21:12:43 -0000 1.5 *************** *** 16,19 **** --- 16,20 ---- set THIRDPARTY=..\thirdparty + set LIBRARY=..\libraries set CP= *************** *** 33,36 **** --- 34,39 ---- set CP=%CP%;%THIRDPARTY%\sourceforge\xdoclet\xdoclet.jar + + set CP=%CP%;%LIBRARY%\xdoclet\output\lib\xdoclet.jar java -classpath "%CP%" org.apache.tools.ant.Main %1 %2 %3 %4 %5 |