Hi all.
I updated Cocoon_20_branch in my notebook and it not compiles because
I don't have org.jaxen.dom.XPath class.
This patch solve this build error.
Best regards, Marcelo.
--
Marcelo F. Ochoa - [EMAIL PROTECTED]
Do you Know DB Prism? Look @ http://www.plenix.com/dbprism/
More info?
Chapter 21 of the book "Professional XML Databases" (Wrox Press
http://www.wrox.com/)
Chapter 8 of the book "Oracle & Open Source" (O'Reilly
http://www.oreilly.com/catalog/oracleopen/)
-----------------------------------------------
Lab. de Sistemas - Fac. de Cs. Exactas - UNICEN
Paraje Arroyo Seco - Campus Universitario
(7000) Tandil - Bs. AS. - Argentina
Te: +54-2293-444430 Fax: +54-2293-444431
Index: build.xml
===================================================================
RCS file: /home/cvspublic/xml-cocoon2/build.xml,v
retrieving revision 1.8.2.42
diff -u -r1.8.2.42 build.xml
--- build.xml 2001/09/25 14:17:34 1.8.2.42
+++ build.xml 2001/09/26 21:22:57
@@ -284,6 +284,9 @@
<available property="maybeupload.present"
classname="uk.co.weft.maybeupload.MaybeUploadRequestWrapper">
<classpath refid="classpath"/>
</available>
+ <available property="jaxen.present" classname="org.jaxen.dom.XPath">
+ <classpath refid="classpath"/>
+ </available>
</target>
<!-- =================================================================== -->
@@ -306,6 +309,7 @@
<exclude name="**/Sendmail*.java" unless="mail.present"/>
<exclude name="**/LDAPTransformer*.java" unless="naming.present"/>
<exclude name="**/JSPEngineImplWLS.java" unless="weblogic.present"/>
+ <exclude name="**/JaxenProcessorImpl.java" unless="jaxen.present"/>
<exclude name="**/browser/*.x*"/>
<exclude name="**/samples/parentcm/*.java" unless="naming.present"/>
</fileset>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]