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

michi at wyona.com michi at wyona.com
Sun Jan 27 13:19:12 CET 2008


Author: michi
Date: 2008-01-27 13:19:11 +0100 (Sun, 27 Jan 2008)
New Revision: 30822

Modified:
   public/yanel/trunk/src/build/build.xml
Log:
note about endorsed lib conflict added

Modified: public/yanel/trunk/src/build/build.xml
===================================================================
--- public/yanel/trunk/src/build/build.xml	2008-01-27 12:01:31 UTC (rev 30821)
+++ public/yanel/trunk/src/build/build.xml	2008-01-27 12:19:11 UTC (rev 30822)
@@ -691,6 +691,7 @@
   </target>
 
   <target name="ask-to-copy-endorsed-xerces-to-node1" if="ask-to-copy-endorsed-xerces-to-node1">
+    <echo>IMPORTANT: Please note that your Tomcat might already contain an endorsed xerces library at '${tomcat1.home.dir}/common/endorsed/'. Please make sure to resolve any conflicts!</echo>
     <input message="Endorsed lib is missing (${tomcat1.home.dir}/common/endorsed/${xerces.impl.artifactId}-${xerces.impl.version}.jar). Do you want it to be added? (YES/no):" addproperty="answer"/>
     <condition property="do-not-copy-endorsed-xerces-to-node1">
       <equals arg1="no" arg2="${answer}"/>
@@ -699,6 +700,7 @@
   </target>
 
   <target name="ask-to-copy-endorsed-xml-apis-to-node1" if="ask-to-copy-endorsed-xml-apis-to-node1">
+    <echo>IMPORTANT: Please note that your Tomcat might already contain an endorsed xml api library at '${tomcat1.home.dir}/common/endorsed/'. Please make sure to resolve any conflicts!</echo>
     <input message="Endorsed lib is missing (${tomcat1.home.dir}/common/endorsed/${xml.apis.artifactId}-${xml.apis.version}.jar). Do you want it to be added? (YES/no):" addproperty="answer"/>
     <condition property="do-not-copy-endorsed-xml-apis-to-node1">
       <equals arg1="no" arg2="${answer}"/>



More information about the Yanel-commits mailing list