Thanks for the tips to get maven running with ant 1.5. In principle, it
works.
However, I found one jelly related problem: When jelly runs an ant tag it
evaluates the body of the ant tag as well instead of simply passing the
tag's body to ant. This is a problem e.g. for the jar task: Using the java
plugin, the jar tag contains a manifest child element. Since manifest is an
ant tag itself, jelly tries to run the manifest tag, which is wrong.

Stephan



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

Reply via email to