On Wed, 6 Nov 2002, Peter Donald wrote:
> On Wed, 6 Nov 2002 04:20, Jenny Brown wrote:
> > Summary: I've made it farther but am still having issues, this time
> > mainly with ant, along with some syntax errors in the Excalibur code.
>
> Okay. Fixed the compile problem. Now you need to update to ant1.5 to build all
> the rest ;)
I just did a cvs update, which pulled all kinds of changes, not just
this, and am having different errors now. I did successfully upgrade
ant so the build.xml isn't causing trouble anymore. Here are the
current errors I'm getting, even though I have avalon-framework.jar in
my classpath:
/home/jbrown/installs/Excalibur-Devel/jakarta-avalon-excalibur/component/
src/java/org/apache/avalon/excalibur/component/
ExcaliburComponentManagerCreator.java:26: cannot resolve symbol
symbol : class WrapperServiceManager
location: package service
import org.apache.avalon.framework.service.WrapperServiceManager;
^
(plus a few more similar references to WrapperServiceManager elsewhere in
the same file)
/home/jbrown/installs/Excalibur-Devel/jakarta-avalon-excalibur/component/
src/java/org/apache/avalon/excalibur/component/DefaultComponentFactory.java:478:
non-static variable super cannot be referenced from a static context
final Object component = super.lookup(role);
^
(plus some other similar errors on super.release(component) )
Is this due to an old version of something else still in my path, or due
to changes that occurred in CVS, and I just had bad timing?
One of these days it'll build right for me... :) Thanks for all the help.
Jenny Brown
--
To unsubscribe, e-mail: <mailto:avalon-users-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-users-help@;jakarta.apache.org>