> 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
[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
|
+---
[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
> - 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
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