Sorry, but newbie like me still cannot cope with cvs compilling. I never used Ant till now, and when I try to build this project, I receive following : BUILD FAILED file:D:/CVS-RE~1/JAKART~1/fortress/build.xml:114: java.io.FileNotFoundException: D:\CVS-RE~1\JAKART~1\fortress\depchecker.xml (The system cannot find the file s pecified) I can see I miss this depchecker.xml, but it's weird how come it isn't in repository when people probably build fortress daily. I usually use latest development jars from jakarta's binary page ...I will try this fix some other day ...
However, one more thing - what is the proper way of turning off role manager ? Let's say I don't want to use .roles file, but .xconf only would do just good ...I think that fotressConfig.setRoleManager(null) raises some exception ...All the examples are pretty same in configuration stuff. -Vjeran ----- Original Message ----- From: "Peter Donald" <[EMAIL PROTECTED]> To: "Avalon framework users" <[EMAIL PROTECTED]> Sent: Wednesday, November 27, 2002 11:52 AM Subject: Re: BUG - Re: Fortress and system.xconf source ... > Okay - a fiux may have been applied. Can you download the latest CVS and make > sure it works for you. > > On Wed, 27 Nov 2002 21:36, Peter Donald wrote: > > Good catch - I will see if I can get it fixed for you. > > > > On Wed, 27 Nov 2002 18:54, Vjeran Marcinko wrote: > > > Hi again. > > > I found root of my problems, and I'm pretty sure it's a bug in fortress' > > > DefaultContainerManager... This manager uses > > > 'org.apache.excalibur.source.impl.SourceResolverImpl' to locate > > > system.xconf file. This component doesn't get proper lifecycling, since > > > its parameterize() method isn't called before resolveURI() method. That's > > > why variable 'm_urlSourceClass' isn't set, which is necessary if one > > > doesn't use custom 'resource' protocol, but some usual URL (like file:// > > > ..) ... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>