The emacs project file was moved and has left the build broken
Here is a patch:
Index: build.xml
===================================================================
RCS file: /home/cvspublic/xml-cocoon2/build.xml,v
retrieving revision 1.225
diff -u -r1.225 build.xml
--- build.xml 5 Jun 2002 11:29:30 -0000 1.225
+++ build.xml 5 Jun 2002 11:46:22 -0000
@@ -198,7 +198,7 @@
<property name="test.dir" value="${src.dir}/test"/>
<property name="lib.dir" value="./lib"/>
<property name="tools.dir" value="./tools"/>
- <property name="emacs.dir" value="./emacs"/>
+ <property name="emacs.dir" value="./src/resources/dev/emacs"/>
<property name="docs.dir" value="${src.dir}/documentation/xdocs"/>
<property name="images.dir" value="${src.dir}/documentation/images"/>
<property name="webapp.dir" value="${src.dir}/webapp"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]