neeme 01/10/31 05:22:57 Modified: . build.xml Log: some available tags in the wrong place: ---------------------------------------------------- This email is autogenerated from the output from: <http://jakarta.apache.org/builds/gump/2001-10-31/jakarta-avalon-clutil.html> ---------------------------------------------------- Buildfile: build.xml BUILD FAILED /home/rubys/jakarta/jakarta-avalon-excalibur/build.xml:172: The <available> task doesn't support the nested "available" element. Revision Changes Path 1.71 +1 -1 jakarta-avalon-excalibur/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- build.xml 2001/10/30 22:03:49 1.70 +++ build.xml 2001/10/31 13:22:57 1.71 @@ -169,9 +169,9 @@ </available> <available property="servlet.present" classname="javax.servlet.Servlet"> <classpath refid="project.class.path"/> + </available> <available property="jaxen.present" classname="org.jaxen.dom.XPath"> <classpath refid="project.class.path"/> - </available> </available> <available property="jms.present" classname="javax.jms.Queue"> <classpath refid="project.class.path"/>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>