These instructions worked for me. Under Linux (java 1.3):
for those who care you also need to: a. set JAVA_HOME (on many unix systems this is just /usr/java) b. cvs login before checkout (co) Under Windows (cygwin): I ran into the problem that I had set the path to an old version of ant into ANT_HOME (ant version 1.3). Apparently this project requires the version of ant (1.4a1) included in the jakarta-avalon module (/tools) Thanks, s p.s. there also a bug in the ant shell script (tools/ant) that doesn't quote $HOME when looking for the ".antrc" file there. Since my home directory has a space in it the test fails with a harmless warning "[: and: unknown operand". (This bug is also in the 1.3 version of the ant distribution) > -----Original Message----- > From: Peter Donald [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 18, 2001 12:36 AM > To: Avalon Development > Subject: Re: [config, phoenix, cornerstone] avalon-demo.sar > > > On Wed, 18 Jul 2001 02:58, Scott Silver wrote: > > In addition, if someone can point me to a working demonstration (or > > how to get to a working demo) that would be great. > > at it's simplest > > set CVSROOT=:pserver:[EMAIL PROTECTED]:/home/cvspublic > export CVSROOT > cvs co jakarta-avalon > cvs co jakarta-avalon-phoenix > cvs co jakarta-avalon-cornerstone > > cd jakarta-avalon-cornerstone > ./build.sh > > cd ../jakarta-avalon-phoenix > ./build.sh > > cp ../jakarta-avalon-cornerstone/build/lib/avalon-demo.sar > dist/apps cd dist/bin ./run.sh > > >The avalon website seems fairly > > complex to me...I've seen some traffic on this mailing list talking > >about new documentation (if it's checked in, where?). > > It is not for Phoenix (the Application Server) but for the > framework in > general. It is located in jakarta-avalon CVS. > > > Details: > > > > When I start up phoenix I get: > > > > There was an uncaught exception: > > --------------------------------------------------------- > > java.lang.IllegalAccessError: try to access class > > org.apache.avalon.cornerstone.blocks.connection.Connection > from class > > > org.apache.avalon.cornerstone.blocks.connection.DefaultConnectionManag > > er > > This is odd as according to my interpretation of the JLS this > is fine. Can > you recheckout the latest CVS code (I just reworked phoenix > majorly). And > then try again. If it still fails could you give me details > of your JVM. > > ie output of "java -version" and vendor info etc (also if > there is any files > in JVMs ext dir). > > Cheers, > > Pete > > *-----------------------------------------------------* > | "Faced with the choice between changing one's mind, | > | and proving that there is no need to do so - almost | > | everyone gets busy on the proof." | > | - John Kenneth Galbraith | > *-----------------------------------------------------* > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
