On Sat, 23 Mar 2002 02:51, Sam Ruby wrote: > Peter Donald wrote: > > Is there any notion of dependency classification in gump? Specifically in > > the projects I am looking at > > > > * some of the dependencies are needed only during the building of product > > (ie anakia/cocoon for site generation) > > * some of the dependencies are needed only during the testing of product > > (junit + auxilliary testing, profiling, analyzing etc toolkits) > > * some of the dependencies are needed to run the product > > > > Is there any similar notion in gump? It would be really nice if you could > > do an inherit="all-runtime" and only get dependencies needed to "run" the > > dependency if that makes any sense. > > RTFM. http://jakarta.apache.org/gump/project.html > > Hint: <depend runtime="true"/> and <depend inherit="runtime"/>
Okay maybe I should be even more blatently obvious ;) We have this system for marking jars as dependencies required for running of component - seems silly not to do it yet we do not use it - why is that ? :) -- Cheers, Pete *-----------------------------------------------------------------------* PROGRAM: n. a magic spell cast over a computer allowing it to turn one's input into error messages. v.t. to engage in a pastime similar to banging one's head against a wall, but with fewer opportunities for reward. *-----------------------------------------------------------------------* -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
