|
From: <jom...@us...> - 2008-04-29 21:13:18
|
Revision: 1279
http://jason.svn.sourceforge.net/jason/?rev=1279&view=rev
Author: jomifred
Date: 2008-04-29 14:13:16 -0700 (Tue, 29 Apr 2008)
Log Message:
-----------
fix ant scripts of jason team
Modified Paths:
--------------
trunk/applications/jason-team/contest.xml
trunk/applications/jason-team/dummies.xml
trunk/applications/jason-team/gauchos.xml
Modified: trunk/applications/jason-team/contest.xml
===================================================================
--- trunk/applications/jason-team/contest.xml 2008-04-29 21:03:59 UTC (rev 1278)
+++ trunk/applications/jason-team/contest.xml 2008-04-29 21:13:16 UTC (rev 1279)
@@ -12,7 +12,7 @@
basedir="."
default="run">
- <property name="mas2j.project.file" value="AC-official.mas2j"/>
+ <property name="mas2j.project.file" value="AC-jason-official.mas2j"/>
<property name="debug" value=""/> <!-- use "-debug" to run in debug mode -->
<property name="build.dir" value="${basedir}/bin/classes" />
@@ -23,13 +23,13 @@
<pathelement location="${build.dir}"/>
<pathelement location="${jasonJar}"/>
<fileset dir="${basedir}/lib" > <include name="*.jar" /> </fileset>
-
</path>
<!-- tasks the user can override in his/her c-build.xml script -->
<target name="user-init">
<copy file="../jason-moise/lib/jmoise.jar" todir="lib" />
<copy file="../jason-moise/lib/moise.jar" todir="lib" />
+ <ant antfile="../jason-moise/build.xml" target="jar" inheritall="false" />
</target>
<target name="user-end">
</target>
Modified: trunk/applications/jason-team/dummies.xml
===================================================================
--- trunk/applications/jason-team/dummies.xml 2008-04-29 21:03:59 UTC (rev 1278)
+++ trunk/applications/jason-team/dummies.xml 2008-04-29 21:13:16 UTC (rev 1279)
@@ -23,13 +23,13 @@
<pathelement location="${build.dir}"/>
<pathelement location="${jasonJar}"/>
<fileset dir="${basedir}/lib" > <include name="*.jar" /> </fileset>
-
</path>
<!-- tasks the user can override in his/her c-build.xml script -->
<target name="user-init">
<copy file="../jason-moise/lib/jmoise.jar" todir="lib" />
<copy file="../jason-moise/lib/moise.jar" todir="lib" />
+ <ant antfile="../jason-moise/build.xml" target="jar" inheritall="false" />
</target>
<target name="user-end">
</target>
Modified: trunk/applications/jason-team/gauchos.xml
===================================================================
--- trunk/applications/jason-team/gauchos.xml 2008-04-29 21:03:59 UTC (rev 1278)
+++ trunk/applications/jason-team/gauchos.xml 2008-04-29 21:13:16 UTC (rev 1279)
@@ -23,13 +23,13 @@
<pathelement location="${build.dir}"/>
<pathelement location="${jasonJar}"/>
<fileset dir="${basedir}/lib" > <include name="*.jar" /> </fileset>
-
</path>
<!-- tasks the user can override in his/her c-build.xml script -->
<target name="user-init">
<copy file="../jason-moise/lib/jmoise.jar" todir="lib" />
<copy file="../jason-moise/lib/moise.jar" todir="lib" />
+ <ant antfile="../jason-moise/build.xml" target="jar" inheritall="false" />
</target>
<target name="user-end">
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|