From: <ku...@us...> - 2007-08-31 23:27:24
|
Revision: 87 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=87&view=rev Author: kurzum Date: 2007-08-28 06:38:46 -0700 (Tue, 28 Aug 2007) Log Message: ----------- working scripts Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2007-08-28 13:24:54 UTC (rev 86) +++ trunk/build.xml 2007-08-28 13:38:46 UTC (rev 87) @@ -168,18 +168,18 @@ <pathelement location="${lib_dir}/dllearner.jar"/> </path> <path id="removeprefix"><pathelement location="."/> </path> - <pathconvert refid="removeprefix" property="removeprefixwin" targetos="windows"/> - <pathconvert refid="removeprefix" property="removeprefixunix" targetos="unix"/> + <pathconvert refid="removeprefix" property="removeprefix" /> + <pathconvert refid="addjar" property="pathStringUnix" targetos="unix"> - <map from="${removeprefixunix}" to="."/> - <map from="c:" to=""/> + <map from="${removeprefix}" to="."/> </pathconvert> <pathconvert refid="addjar" property="pathStringWin" targetos="windows"> - <map from="${removeprefixwin}" to="."/> + <map from="${removeprefix}" to="."/> </pathconvert> - <echo message="${removeprefixunix}"/> + <echo message="${removeprefix}"/> <echo message="${pathStringUnix}"/> + <echo message="${pathStringWin}"/> <echo file="bin/quickstart.bat" message="java -cp ${pathStringWin} org.dllearner.QuickStart"/> <echo file="bin/dllearner.bat" message="java -cp ${pathStringWin} org.dllearner.parser.DLLearner %*"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |