[Yanel-commits] rev 23392 - public/yanel/trunk

michi at wyona.com michi at wyona.com
Sun Mar 25 13:43:56 CEST 2007


Author: michi
Date: 2007-03-25 13:43:53 +0200 (Sun, 25 Mar 2007)
New Revision: 23392

Modified:
   public/yanel/trunk/build.sh
Log:
allow building resources

Modified: public/yanel/trunk/build.sh
===================================================================
--- public/yanel/trunk/build.sh	2007-03-24 21:30:01 UTC (rev 23391)
+++ public/yanel/trunk/build.sh	2007-03-25 11:43:53 UTC (rev 23392)
@@ -31,4 +31,10 @@
 # ----- Build Yanel
 #mvn --version
 ant -version
+# One might want to use the option "-f" for building resources, e.g. "./build.sh -f src/resources/xml/build.xml" instead having to build everything
+if [ "$1" = "-f" ];then
+  ant -f $2
+  exit 0
+fi
+# Build everything by default
 ant -f src/build/build.xml "$@"




More information about the Yanel-commits mailing list