|
From: <Ar...@us...> - 2009-09-20 16:23:43
|
Revision: 4482
http://phex.svn.sourceforge.net/phex/?rev=4482&view=rev
Author: ArneBab
Date: 2009-09-20 16:23:36 +0000 (Sun, 20 Sep 2009)
Log Message:
-----------
Now build-and-run passes commandline arguments to the phex call.
Modified Paths:
--------------
phex/trunk/build-and-run
Modified: phex/trunk/build-and-run
===================================================================
--- phex/trunk/build-and-run 2009-09-14 18:46:12 UTC (rev 4481)
+++ phex/trunk/build-and-run 2009-09-20 16:23:36 UTC (rev 4482)
@@ -1,4 +1,4 @@
#!/bin/sh
rm -r target/classes
mvn package
-java -Xmx384m -jar target/phex.jar
+java -Xmx384m -jar target/phex.jar $@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|