Lester Ward <[EMAIL PROTECTED]> wrote on 04/09/2003 01:49:23 AM: > > > modules/web/project.xml (Builds foo.war) > > Must state a dependency on foo.jar > > No, it mustn't. > > It must state a dependency on bar.jar. You are misunderstanding the example. Sorry.
[snip] > The problem is coming where the code in the .war file requires bar.jar and > bar.jar is generated by code. > > > Maven needs the dependencies to be satisfied before it will > > do ANYTHING with a project. > > Doesn't this, then, preclude using Maven from doing things which make sure > the dependencies are satisfied? If I must first have a jar in the repository > in order to clean the project that creates that jar, how does anything get > built from scratch? No. A reactored jar:install, or multiproject:install will build from the bottom up. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
