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