Berin Loritsch wrote:
Gump Integration Build wrote:

[javac] /home/rubys/jakarta/avalon-excalibur/fortress/examples/src/java/org/apache/avalon/fortress/examples/viewer/ComponentViewer.java:130: cannot access org.apache.commons.collections.StaticBucketMap
[javac] file org/apache/commons/collections/StaticBucketMap.class not found
[javac] java.util.Set keys = m_mapper.keySet();
[javac] ^
[javac] 1 error


BUILD FAILED
file:///home/rubys/jakarta/avalon-excalibur/fortress/examples/build.xml:149: Compile failed; see the compiler error output for details.

This worries me.

Defining commons-collections.jar as a property does not add that jar to the class path. I'd suggest changing:


  <property name="commons-collections.jar"
    project="commons-collections" reference="jarpath"/>

To:

  <depend property="commons-collections.jar"
    project="commons-collections""/>

For more details, see:

http://jakarta.apache.org/gump/ant.html#depend

- Sam Ruby



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to