You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Andrew Timberlake <an...@timberlake.co.za> on 2002/06/05 13:46:48 UTC

Build failure

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: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


RE: Build failure

Posted by Carsten Ziegeler <cz...@s-und-n.de>.
Thanks for reporting, Andrew.

It's fixed now.

Carsten

> -----Original Message-----
> From: Andrew Timberlake [mailto:andrew@timberlake.co.za]
> Sent: Wednesday, June 05, 2002 1:47 PM
> To: cocoon-dev@xml.apache.org
> Subject: Build failure
> 
> 
> 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: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org