On Tue, 2004-06-08 at 10:23, Arnell Jim wrote: > Hi, > > Can I import dependencies? Or include files to project.xml? > > I have a multiproject structure consisting of several subprojects. I > have two projects where one uses the entire set of dependencies of > another project: > * Embedded Tomcat Server project (a.k.a. tomcat): Contains all the jars > for running tomcat embedded. > * Install4j project (a.k.a install): Contains all the jars for the > entire product (including all of embedded tomcat). > > Is there any way to import dependencies to the 'install' project so I > can avoid copy-and-paste between the projects? > > I don't want to add the dependencies to the main project.xml since I > hope to have a minimal set of dependencies for each subproject. > Also looks better in the dependency report...
I have never tried, but maybe you can support multi-level parent dependencies so you can group your project according to your dependencies. Maybe someone can confirm/infirm that. J --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
