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"/> - Sam Ruby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
