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

michi at wyona.com michi at wyona.com
Mon Jan 28 09:33:38 CET 2008


Author: michi
Date: 2008-01-28 09:33:36 +0100 (Mon, 28 Jan 2008)
New Revision: 30839

Modified:
   public/yanel/trunk/src/build/build.xml
Log:
note re xml api and xerces lib to tomcat cluster node 2 added

Modified: public/yanel/trunk/src/build/build.xml
===================================================================
--- public/yanel/trunk/src/build/build.xml	2008-01-27 22:59:59 UTC (rev 30838)
+++ public/yanel/trunk/src/build/build.xml	2008-01-28 08:33:36 UTC (rev 30839)
@@ -717,6 +717,7 @@
   </target>
 
   <target name="ask-to-copy-endorsed-xerces-node2" if="ask-to-copy-endorsed-xerces-node2">
+    <echo>IMPORTANT: Please note that your Tomcat might already contain an endorsed xerces library at '${tomcat2.home.dir}/common/endorsed/'. Please make sure to resolve any conflicts!</echo>
     <input message="Endorsed lib is missing (${tomcat2.home.dir}/common/endorsed/${xerces.impl.artifactId}-${xerces.impl.version}.jar). Do you want it to be added? (yes/NO):" addproperty="answer"/>
     <condition property="yes-do-copy-endorsed-xerces-node2">
       <equals arg1="yes" arg2="${answer}"/>
@@ -729,6 +730,7 @@
   </target>
 
   <target name="ask-to-copy-endorsed-xml-apis-node2" if="ask-to-copy-endorsed-xml-apis-node2">
+    <echo>IMPORTANT: Please note that your Tomcat might already contain an endorsed xml api library at '${tomcat2.home.dir}/common/endorsed/'. Please make sure to resolve any conflicts!</echo>
     <input message="Endorsed lib is missing (${tomcat2.home.dir}/common/endorsed/${xml.apis.artifactId}-${xml.apis.version}.jar). Do you want it to be added? (yes/NO):" addproperty="answer"/>
     <condition property="yes-do-copy-endorsed-xml-apis-node2">
       <equals arg1="yes" arg2="${answer}"/>



More information about the Yanel-commits mailing list