Just a reminder that if you list your dependencies in project.xml and mark them with a 'war.bundle.jar' property they will automatically appear in WEB-INF/lib of your war. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au
Ben Walding <[EMAIL PROTECTED]> wrote on 09/02/2003 06:36:18 PM: > It's probably going to be easier to flatten the structure than > reconstitute it. > > So I'd move the packages to the package/jars/package-version.jar format > and then if you detect an ant build, flatten in into src/webapp/WEB-INF/lib > otherwise copy it across to the maven repository. > > Daniel Kehoe wrote: > > >>Daniel Kehoe wrote: > >> > >> > >>>src/webapp/WEB-INF/lib > >>>I'd like needed jars to be picked up from there. > >>> > >>> > > > >On Sun, 09 Feb 2003 13:33:57 +1000, "Ben Walding" <[EMAIL PROTECTED]> said: > > > > > >>Normally, you leave maven.lib.repo alone. Unless you WEB-INF/lib is in > >>the same structure as the repository, then it won't do what you want. > >> > >> > > > >I realize an advantage of maven is the common repository. But I'd like to > >make maven optional for developers who build my app. I'll use maven > >because it can run junit and build site documents. Not everyone will > >install maven just to build my app. I already have a bullet-proof ant > >script that compiles and installs using the jars in > >src/webapp/WEB-INF/lib. > > > >Is there no possibility for obtaining jars from src/webapp/WEB-INF/lib? > >That way I can use either ant or maven with the same directory layout. > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ForwardSourceID:NT000AEEBE --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
