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

michi at wyona.com michi at wyona.com
Thu Feb 4 23:08:02 CET 2010


Author: michi
Date: 2010-02-04 23:08:01 +0100 (Thu, 04 Feb 2010)
New Revision: 47453

Modified:
   public/yanel/trunk/src/build/build.xml
Log:
quick start target finished

Modified: public/yanel/trunk/src/build/build.xml
===================================================================
--- public/yanel/trunk/src/build/build.xml	2010-02-04 15:20:01 UTC (rev 47452)
+++ public/yanel/trunk/src/build/build.xml	2010-02-04 22:08:01 UTC (rev 47453)
@@ -262,12 +262,19 @@
   </target>
 
   <target name="quick-start">
-    <echo>TODO: Quick Start</echo>
-<!--
-clean-all
-configure with Tomcat but without SSL
-build
--->
+    <echo>Quick Start</echo>
+    <property name="answerCleanTomcatClusterNode1" value="yes"/>
+    <property name="answerDeleteLocalBuildProperties" value="yes"/>
+    <property name="answerDeleteLocalConfigDir" value="NO"/>
+    <antcall target="clean-all"/>
+
+    <property name="answer" value="NO"/> <!-- No further configuration -->
+    <property name="answerReconfigureTomcat1" value="no"/> <!-- No SSL -->
+    <property name="answerAskForCustomTomcatPath" value="NO"/> <!-- No custom Tomcat -->
+    <antcall target="config"/>
+
+    <property name="answer" value="YES"/> <!-- add endorsed libs -->
+    <antcall target="deploy"/>
   </target>
 
 </project>



More information about the Yanel-commits mailing list