I think the dependencies for a module belong under the module directory not at the top level but I agree it might be nice to find a way to pull them out of the build.xml files.
Regards, Mark. On 4/12/06, Anton Avtamonov <[EMAIL PROTECTED]> wrote: > On 4/12/06, George Harley <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Thanks for your comments. > > > > Working on the "walk first then try to run" principle, I will try to > > start adding in "run.dependants.tests" targets to individual modules' > > build.xml scripts over the next few days. Text seems like a good > > candidate to start. > > George, > Just a raw idea: it is possible to have description of all > dependencies located in a single place out of individual modules? As > XML file for instance? > > As I understoond you are going to list all the dependencies right in > the build.xml of each module. IMHO, such approach makes not too easy > to understand the dependencies. I would suppose to have some XML file > representing kind of dependency table which is accessed by the > build.xml of each module (by some specific target. > run.dependants.tests is fine) to retreive the particular list of > dependencies for the particular module. > Having all the dependencies in the single place would simplify their > support. Besides, I expect it would be not too difficult to create > XSLT to generate HTML table in the perfect human-readable form... > > As I said that is just an idea. I'm not experienced in ant-scripting, > not sure if that is good idea and how it difficult to implement. > > > Wishes, > -- > Anton Avtamonov, > Intel Middleware Products Division > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Mark Hindess <[EMAIL PROTECTED]> IBM Java Technology Centre, UK. --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
