On Fri, 13 Jun 2003, Leo Sutic wrote:
> Do you run windows or linux?
FreeBSD. Which is the problem -- I think there is some incompatibility
between the ExcaliburComponentManager & the 1.3.1 JDK for FreeBSD (which
seems like a Major bug to me!)
> Am thinking about doing a:
>
> WINDOWS:
> for %i in (*.jar) do (echo %i && jar -tf %i) >> all.txt
>
> LINUX:
> --- some equivalent ---
[EMAIL PROTECTED] ~/cocoon/cocoon-2.1/build/webapp]$ find . -name "*.jar" -exec unzip
-v {} ";" | grep ExcaliburComponentManager
15658 Stored 15658 0% 03-10-03 10:19 163e62ab
org/apache/avalon/excalibur/component/ExcaliburComponentManager.class
8934 Stored 8934 0% 03-10-03 10:19 637a75af
org/apache/avalon/excalibur/component/ExcaliburComponentManagerCreator.class
So, there is only one ExcaliburComponentManager in all of the jars from
the cocoon build. And that is in:
build/webapp/WEB-INF/lib/excalibur-component-1.1.jar
Any more info I can provide to you to help out?
This is on a build machine running FreeBSD 4.5-RELEASE with JDK 1.3.1p8
(the latest official 1.3.1 JDK from http://www.freebsd.org/java).
thanks,
rob
> and then checking the resulting file. You should find an
> ExcaliburComponentManager
> in some unexpected place.
>
> /LS
>
> > From: Rob Johnston [mailto:[EMAIL PROTECTED]
> > > > From: Rob Johnston [mailto:[EMAIL PROTECTED]
> >