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

michi at wyona.com michi at wyona.com
Thu Jul 17 14:22:10 CEST 2008


Author: michi
Date: 2008-07-17 14:22:10 +0200 (Thu, 17 Jul 2008)
New Revision: 37625

Modified:
   public/yanel/trunk/build.sh
Log:
yanel source home as parameter

Modified: public/yanel/trunk/build.sh
===================================================================
--- public/yanel/trunk/build.sh	2008-07-17 12:01:10 UTC (rev 37624)
+++ public/yanel/trunk/build.sh	2008-07-17 12:22:10 UTC (rev 37625)
@@ -36,7 +36,7 @@
 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 $3
+  ant -f $2 $3 -Dyanel.source.home=$PWD
   exit 0
 fi
 # Build everything by default



More information about the Yanel-commits mailing list