On Sun, 11 Nov 2001 08:00, Diane Holt wrote: > --- Peter Donald <[EMAIL PROTECTED]> wrote: > > On Sat, 10 Nov 2001 23:11, Jose Alberto Fernandez wrote: > > > The question is whether the best practice is to have to > > > modify a main-buildfile everytime a new subproject is added, > > > or this can be done by simply installing the subproject in the > > > right location in the source tree. > > > > eww. Builds are meant to be as reproducible as possible between > > different environments. This definetly breaks this mold. > > Not sure I see this. How is having a fileset rather than explicitly > listing each build-file any different from, say, having a fileset rather > than listing each individual .java file for a <javac> task?
How did I know someone was going to say this ? ;) It is slightly different in that javac is one operation on a set of data and thus you are not performing an unbound number of operations. However I know there is at least a few people who would like to verify that the list of java files matches expected (actually a client I work with wrote a custom task to verify just that). -- Cheers, Pete ------------------------------------------------------- "When we remember we are all mad, the mysteries of life disappear and life stands explained." -Mark Twain ------------------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
