Re: Cocoon Bricks - Where do library files go?

2005-12-13 Thread David Legg
Bertrand Delacretaz wrote: ...Also what if the release of Cocoon I'm using has an old version of a jar file and my project absolutely requires the latest version. Should anything I put into the project lib directory override the Cocoon release version?... As is, it doesn't, I think

Re: Cocoon Bricks - Where do library files go?

2005-12-13 Thread Bertrand Delacretaz
Le 13 déc. 05, à 12:24, David Legg a écrit : ...I also found myself enabling some Cocoon blocks I didn't actually need just so the core library I did want was in the classpath (Lucene for example)... I wouldn't do that - just grab the original jar and copy to your lib subdir, it will make

[SOLVED] Re: Cocoon Bricks - Where do library files go?

2005-12-12 Thread David Legg
Has anyone got a recommended place to put project related jar files so they get picked up and used in a Brick-like project? False alarm... it turns out the build file was working fine all along. The trouble turned out to be a jar file that wasn't as full of classes as it should have been!