crossley 01/11/14 23:33:52 Modified: . build.xml Log: target docs - add specific pathelement to enable resolver to find the default CatalogManager.properties file. Revision Changes Path 1.91 +2 -0 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- build.xml 2001/11/12 18:04:43 1.90 +++ build.xml 2001/11/15 07:33:52 1.91 @@ -579,6 +579,7 @@ <include name="*.jar"/> </fileset> <pathelement location="${tools.jar}"/> + <pathelement location="${build.context}/WEB-INF/classes"/> </classpath> </java> @@ -992,6 +993,7 @@ <include name="*.jar"/> </fileset> <pathelement location="${tools.jar}"/> + <pathelement location="${build.context}/WEB-INF/classes"/> </classpath> </java> </target>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]