Am I confused or are there some inconsistencies between the Eclipse .classpath and the dependencies defined in dependencies.default.xml?
Specifically: * Cargo-0.6.jar is defined as a dependency but cargo-0.5.jar is defined in .classpath. * The JSTL 1.0.2 jars are defined as dependencies but 1.0.6 is defined in .classpath * The Xerces 2.2.1 APIs are defined as a dependency by 2.6.2 is defined in .classpath * 3 j2ee jars are defined as dependencies, geronimo-spec and 2 versions of jboss, but j2ee.jar is defined in .classpath (I chose to use geronimo in .classpath for reasons I can't recall) * 2 commons-jelly jars are referenced in .classpath but are not defined as dependencies, requiring them to be removed from .classpath to get Eclipse to build. * A specific repository version of Ant is defined in .classpath but is not defined as a dependency. Should it be listed as a dependency? Also, why is JUnit.jar (which is defined as a dependency), not downloaded with all the other dependencies? I'd appreciate help understanding the above as I have come to rrealise that I need to make more changes than I first thought in order to implement CACTUS-238 http://issues.apache.org/jira/browse/CACTUS-238?page=all Specifically I need to also modify the Cactus Ant task (as well as provide a non-Jar version of Cactify) William --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
