|
From: <lac...@us...> - 2007-10-04 12:41:50
|
Revision: 48
http://td2jira.svn.sourceforge.net/td2jira/?rev=48&view=rev
Author: lacostej
Date: 2007-10-04 05:41:54 -0700 (Thu, 04 Oct 2007)
Log Message:
-----------
Fix basedir for running application from ant
Modified Paths:
--------------
trunk/td2jira/build.xml
Modified: trunk/td2jira/build.xml
===================================================================
--- trunk/td2jira/build.xml 2007-10-04 12:41:32 UTC (rev 47)
+++ trunk/td2jira/build.xml 2007-10-04 12:41:54 UTC (rev 48)
@@ -22,7 +22,7 @@
<target name="run_sync">
<echo>Syncing TD to JIRA ...</echo>
- <java dir="${basedir}" classname="td2jira.Sync" failonerror="true" fork="true" maxmemory="1024m">
+ <java dir="${basedir}/lib" classname="td2jira.Sync" failonerror="true" fork="true" maxmemory="1024m">
<sysproperty key="com.jacob.autogc" value="true"/>
<classpath refid="build.path"/>
</java>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|