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

michi at wyona.com michi at wyona.com
Sat Apr 11 09:15:44 CEST 2009


Author: michi
Date: 2009-04-11 09:15:44 +0200 (Sat, 11 Apr 2009)
New Revision: 42345

Modified:
   public/yanel/trunk/yanel.sh
Log:
TODO added

Modified: public/yanel/trunk/yanel.sh
===================================================================
--- public/yanel/trunk/yanel.sh	2009-04-11 07:10:44 UTC (rev 42344)
+++ public/yanel/trunk/yanel.sh	2009-04-11 07:15:44 UTC (rev 42345)
@@ -62,6 +62,7 @@
 # One might want to use the option "-f" for building resources, e.g. "./yanel.sh build -f src/resources/xml/build.xml" instead having to build everything
 if [ "$1" = "-f" ];then
   echo "INFO: Build using -f ..."
+  # TODO: Pass all parameters (not just 7 or rather 6)
   $OUR_ANT -f $2 $3 $4 $5 $6 $7 -Dyanel.source.home=$SCRIPT_DIR
   error=$?
   if [ $error -ne 0 ];then



More information about the Yanel-commits mailing list