AW: AW: AW: Write Ant files for many modules

2004-12-14 Thread Jan . Materne
> in master.xml > > > > > > > > > master.xml -- ... But that´s a lot of writing. And adding a new module is a lot of pain: - you can generate these snippet - you can use Gump Jan

Re: AW: AW: Write Ant files for many modules

2004-12-13 Thread Jean Morissette
[EMAIL PROTECTED] wrote: Provide a for each module and uses "depend"-attributes, so Ant can handle the dependency managing of the "targets" (here your modules) for you. Let me describe my repository structure: seda/ +---adisk/ | +---build.xml | +---asocket/ | +---build.xml | +---

Re: AW: AW: Write Ant files for many modules

2004-12-13 Thread Jean Morissette
[EMAIL PROTECTED] wrote: Oh, another idea: Provide a for each module and uses "depend"-attributes, so Ant can handle the dependency managing of the "targets" (here your modules) for you. Thanks for your response. But, I am not an expert with Ant, so could you explain your idea please. Thanks, J

AW: AW: Write Ant files for many modules

2004-12-12 Thread Jan . Materne
> - the master buildfile doesnt use , it uses a > sequence of > calls > where you manage (by brain :) the dependencies. Oh, another idea: Provide a for each module and uses "depend"-attributes, so Ant can handle the dependency managing of the "targets" (here your modules) for you. Jan

AW: AW: Write Ant files for many modules

2004-12-12 Thread Jan . Materne
Inside the gump descriptors ;) Ant doesnt manage project dependencies. (Maybe the will change something here, havent fully read the according threads). What you can do at the moment is - each module checks its preferences and fail otherwise - the master buildfile doesnt use , it uses a sequence