Re: Maven Ant plugin: fixed absolute links on related projects

2008-03-03 Thread Dennis Lundberg
Can you create an issue for this in JIRA: http://jira.codehaus.org/browse/MANT There you can attach your patch. We use JIRA to track all fixes and enhancements. Thank you! MadVet wrote: Hi I have found and fix one problem with Maven Ant plugin. I had worked with multi-module maven proj

Maven Ant plugin: fixed absolute links on related projects

2008-03-03 Thread MadVet
Hi I have found and fix one problem with Maven Ant plugin. I had worked with multi-module maven projects and found that Maven Ant plugin generate absolute path for referenced projects (another modules). Ant doesn't find them during compilation. So I have fix plugin - it calculates relative path