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.
Advice?
John Collins University of Minnesota
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
