From: Eric P. <th...@us...> - 2011-12-18 16:55:18
|
Update of /cvsroot/sandev/sand/apps/basics/build In directory vz-cvs-3.sog:/tmp/cvs-serv11809 Modified Files: mainbuild.xml Log Message: added includeantruntime=true parameter for java build to avoid warnings about this from ant. Index: mainbuild.xml =================================================================== RCS file: /cvsroot/sandev/sand/apps/basics/build/mainbuild.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** mainbuild.xml 24 Jan 2011 17:19:49 -0000 1.39 --- mainbuild.xml 18 Dec 2011 16:55:15 -0000 1.40 *************** *** 373,377 **** Set the ANT_OPTS environment variable to -Xmx128m instead. --> <javac srcdir="${srcdir}" destdir="${classdir}" ! debug="${debug}" deprecation="on"> <classpath> <pathelement path="${runenv.CLASSPATH}"/> --- 373,377 ---- Set the ANT_OPTS environment variable to -Xmx128m instead. --> <javac srcdir="${srcdir}" destdir="${classdir}" ! debug="${debug}" deprecation="on" includeantruntime="true"> <classpath> <pathelement path="${runenv.CLASSPATH}"/> |