You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Stefan Bodewig <bo...@apache.org> on 2004/03/26 10:12:10 UTC

[GUMP][PATCH] more dependencies

Hi,

after the avalon dependency now works (in my local install), there are
new compilation issues, that I hope to resolve with the appended path.

cocoon-javac is no good name for whatever lives in javacApi-0.9.jar,
feel free to provide something better plus some description and where
to find it - I have no idea what it is.  I also don't know whether the
build will actually need the impl jar as well, cocoon will probably
need the impl jar at runtime.

Cheers

        Stefan

Index: gump.xml
===================================================================
RCS file: /home/cvspublic/cocoon-2.1/gump.xml,v
retrieving revision 1.134
diff -u -r1.134 gump.xml
--- gump.xml	25 Mar 2004 14:24:57 -0000	1.134
+++ gump.xml	26 Mar 2004 09:11:33 -0000
@@ -66,12 +66,13 @@
     <depend project="commons-cli"/>
     <depend project="commons-httpclient"/>
     <depend project="commons-collections"/>
+    <depend project="commons-jexl"/>
     <depend project="commons-jxpath"/>
     <depend project="commons-lang"/>
 
+    <depend project="cocoon-javac"/>
     <depend project="rhino-cocoondev"/>
     <depend project="jisp"/>
-
     <depend project="jing"/>
     <depend project="jstyle"/>
     <depend project="pizza"/>
@@ -1234,6 +1235,11 @@
     </description>
     <home nested="src/blocks/stx/lib"/>
     <jar name="joost-20031219.jar"/>
+  </project>
+
+  <project name="cocoon-javac">
+    <package>org.tempuri.javac</package>
+    <jar name="lib/core/javacApi-0.9.jar" id="api"/>
   </project>
 
 </module>