Maybe this is a solution for the requested ant2.0 feature "A built-in mechanism to include build-file fragments"...

It is a plugin based of the original ProjectHelperImpl. So it can be used without recompilation of ANT.

Short description:

A "build-file fragment": (module.xml)

<module name="foo">
<target name="bar">
...
</module>

Including in a project:

...
<import file="module.xml"/>
...

Dependency of an included target:

<target name="foo2" depends="foo:bar">
...


Integration in ANT should be possible.

Suggestions, comments and criticisms are welcome.

http://ct42.de/en/ch02.html


---------------
Claas

http://ct42.de


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to