[MOBY-guts] biomoby commit

Martin Senger senger at pub.open-bio.org
Thu Sep 1 05:51:18 UTC 2005


senger
Thu Sep  1 01:51:18 EDT 2005
Update of /home/repository/moby/moby-live/Java
In directory pub.open-bio.org:/tmp/cvs-serv3203

Modified Files:
	build.xml 
Log Message:


moby-live/Java build.xml,1.25,1.26
===================================================================
RCS file: /home/repository/moby/moby-live/Java/build.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- /home/repository/moby/moby-live/Java/build.xml	2005/09/01 01:30:07	1.25
+++ /home/repository/moby/moby-live/Java/build.xml	2005/09/01 05:51:18	1.26
@@ -612,10 +612,21 @@
    <!-- Just for testing...                                                -->
    <!-- ================================================================== -->
    <target name="testing" depends="init">
-      <echo message="${TODAY_LONG}"/>
-      <echo message="${TODAY_SHORT}"/>
-      <echo message="${ant.java.version}"/>
-      <echo message="${java.version}"/>
+     <!--
+          <echo message="${TODAY_LONG}"/>
+          <echo message="${TODAY_SHORT}"/>
+          <echo message="${ant.java.version}"/>
+          <echo message="${java.version}"/>
+          -->
+     <property name="my.property" value="&quot;&quot;"/>
+
+     <java classname="TestArgs" taskname="testing"
+       classpathref="build.classpath" fork="true" failonerror="true">
+       <arg value="-cacheDir"/>
+       <arg value="${my.property}"/>
+       <arg value="-dt"/>
+     </java>
+
    </target>
 
 




More information about the MOBY-guts mailing list