Hi John,

just to be clear, you did a

cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co \
        avalon-excalibur
        avalon
        avalon-logkit

cd avalon-logkit
ant
cd ../avalon
ant
cd ../avalon-excalibur
ant

(or equivalent with other commands) and that didn't work? It works on my end...could you please rename your ~/.ant.properties and /avalon/**/ant.properties to something else, and send in the output of
'ant clean; ant -v' (ie verbose output)?


cheers!

- Leo

John Collins wrote:
Newbie warning!

I'm struggling a bit getting started. It seems that the example materials are behind bad links on the website, and that Avalon is a bit ahead of Excalibur, in that the interfaces used by the ExcaliburComponentManager are deprecated in Avalon. So, I thought I would try Fortress. I did a cvs checkout this afternoon, and the framework and logkit built just fine. But I can't get Excalibur to build. It fails on loader, trying to get a reference to i18n. I've traced through the build.xml and default.properties files, and I don't see the problem. Here's the first of 12 error messages:

[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;


Thanks for any guidance.

John Collins



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



Reply via email to