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

michi at wyona.com michi at wyona.com
Sat Jun 2 00:30:38 CEST 2007


Author: michi
Date: 2007-06-02 00:30:37 +0200 (Sat, 02 Jun 2007)
New Revision: 24866

Modified:
   public/yanel/trunk/src/build/build.xml
Log:
check on tomcat home dir

Modified: public/yanel/trunk/src/build/build.xml
===================================================================
--- public/yanel/trunk/src/build/build.xml	2007-06-01 21:27:13 UTC (rev 24865)
+++ public/yanel/trunk/src/build/build.xml	2007-06-01 22:30:37 UTC (rev 24866)
@@ -152,6 +152,15 @@
     <!-- Reload local.build.properties -->
     <property file="local.build.properties"/>
 
+    <fail message="No such directory: ${tomcat1.home.dir}! You might have to delete src/build/local.build.properties and re-run configure.">
+    <condition>
+      <and>
+        <isset property="tomcat1.home.dir"/>
+        <not><available file="${tomcat1.home.dir}" type="dir"/></not>
+      </and>
+    </condition>
+    </fail>
+
 <!--
     <echo>Tomcat Ports: ${tomcat1.ssl.port}, ${tomcat1.http.port}</echo>
 -->




More information about the Yanel-commits mailing list