On Sat, 22 Mar 2003 16:49, Idris Saliu wrote: > Hello Peter, > I checked the avalon-demo out of cvs. and built it locally. On > another note, I tried downloading conerstone, but the files seems to be > unavailable, do you have any info on this. ?
The problem is that there is version incompatabilities between the libraries that the .sar uses and the libraries that phoenix uses. The .sar files will operate with the latest phoenix version in CVS but unfortunately they wont workt with last release. You may be able to get them to work with last release. The best way to solve this is to move or delete some libraries that are in $PHOENIX_HOME/lib. You may have to experiment a bit to get it working but I think the following should work (though keep backups of jars to experiment). Delete the following jars: excalibur-thread excalibur-pool excalibur-instrument excalibur-collections excalibur-concurrent Move the following jars to $PHOENIX_HOME/bin/lib: excalibur-threadcontext excalibur-util excalibur-extension excalibur-logger -- Cheers, Peter Donald *------------------------------------------------------* | "Religion is what the common people see as true, the | | wise people see as false, and the rulers see as | | useful" --Seneca | *------------------------------------------------------* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
