[Pixelle-commit] SF.net SVN: pixelle: [101] trunk/pixelle/build.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-28 21:51:15
|
Revision: 101
http://pixelle.svn.sourceforge.net/pixelle/?rev=101&view=rev
Author: dbrosius
Date: 2008-06-28 14:51:16 -0700 (Sat, 28 Jun 2008)
Log Message:
-----------
add run target
Modified Paths:
--------------
trunk/pixelle/build.xml
Modified: trunk/pixelle/build.xml
===================================================================
--- trunk/pixelle/build.xml 2008-06-28 21:46:45 UTC (rev 100)
+++ trunk/pixelle/build.xml 2008-06-28 21:51:16 UTC (rev 101)
@@ -187,4 +187,21 @@
<param name="pixelle.version" value="${pixelle.version}-SNAPSHOT"/>
</antcall>
</target>
+
+ <target name="run">
+ <java classname="com.mebigfatguy.pixelle.Pixelle"
+ fork="true"
+ failonerror="true"
+ maxmemory="768m">
+ <classpath>
+ <pathelement location="${classes.dir}"/>
+ <pathelement location="${lib.dir}/antlr-2.7.7.jar"/>
+ <pathelement location="${lib.dir}/antlr-3.1b1.jar"/>
+ <pathelement location="${lib.dir}/antlr-runtime-3.1b1.jar"/>
+ <pathelement location="${lib.dir}/asm-3.1.jar"/>
+ <pathelement location="${lib.dir}/stringtemplate-3.1.jar"/>
+ </classpath>
+ </java>
+
+ </target>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|