From: <ku...@us...> - 2007-08-28 10:44:04
|
Revision: 78 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=78&view=rev Author: kurzum Date: 2007-08-28 03:44:01 -0700 (Tue, 28 Aug 2007) Log Message: ----------- minor changes build.xml Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2007-08-28 10:33:11 UTC (rev 77) +++ trunk/build.xml 2007-08-28 10:44:01 UTC (rev 78) @@ -164,7 +164,8 @@ <target name="createScripts" > <pathconvert refid="classpath" property="pathString"/> - <echo message="${pathString}"/> + <echo file="bin/test.bat" message="java -cp ${pathString} org.dllearner.QuickStart"/> + <property name="kaon2" value="${lib_dir}/kaon2.jar"/> </target> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |