[Yanel-commits] rev 47468 - public/yanel/trunk/src/build

michi at wyona.com michi at wyona.com
Sun Feb 7 10:40:43 CET 2010


Author: michi
Date: 2010-02-07 10:40:43 +0100 (Sun, 07 Feb 2010)
New Revision: 47468

Modified:
   public/yanel/trunk/src/build/build.xml
Log:
comment added re properties reloading

Modified: public/yanel/trunk/src/build/build.xml
===================================================================
--- public/yanel/trunk/src/build/build.xml	2010-02-07 09:39:59 UTC (rev 47467)
+++ public/yanel/trunk/src/build/build.xml	2010-02-07 09:40:43 UTC (rev 47468)
@@ -271,7 +271,7 @@
     <property name="answerContinueConfig" value="NO"/> <!-- No further configuration -->
     <property name="answerReconfigureTomcat1" value="no"/> <!-- No SSL -->
     <property name="answerAskForCustomTomcatPath" value="NO"/> <!-- No custom Tomcat -->
-    <antcall target="config"/>
+    <antcall target="config"/> <!-- IMPORTANT: The config target is reloading the file local.build.properties, but please be aware that only properties which have not been set yet can be set! -->
 
     <property name="answerCopyEndorsedJar" value="YES"/> <!-- add endorsed libs -->
     <antcall target="deploy-to-tomcat"/>



More information about the Yanel-commits mailing list