John Collins wrote:
Newbie warning!
...
[javac] /home/collins/development/avalon/avalon-excalibur/loader/src/java/org/apache/excalibur/loader/builder/SimpleLoaderResolver.java:62: package org.apache.avalon.excalibur.i18n does not exist
[javac] import org.apache.avalon.excalibur.i18n.ResourceManager;
OK, I got past that problem by commenting out most of avalon-excalibur/ant.properties. I still need the junit reference in there, I think.
But now it fails to build component because it can't find junit. It seems that it's not looking for it. component has testcases in its hierarchy, and its compile target doesn't exclude them.
It seems there are two possibilities: - exclude testcases from component compile target, or - add junit to component classpath.
More progress:
I added the line <exclude name="org/apache/avalon/excalibur/testcase/**" /> to component/build.xml, and now component builds.
Now it won't build instrument-client because of
BUILD FAILED
file:/home/collins/development/avalon/avalon-excalibur/instrument-client/build.xml:320: Warning: Could not find file /home/collins/development/avalon/avalon-excalibur/avalon-excalibur/lib/xerces-2.0.1.jar to copy.
Obviously there's some problem with ant symbols, with the extra avalon-excalibur string in the path.
John Collins University of Minnesota
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
