> > >> Are we all sure that absolute paths are no longer inserted into Maven > > >generated build.xml files? > > >As long as your using the latest 1.0 release. > > Unfortunately, there are still some cases (including [math]) where absolute > paths get inserted. > > -Phil >
Using Maven 1.0 isn't sufficient. I believe version 1.8.1 of the ant plugin is needed to fully fix the absolute path issue. It must be downloaded seperately which can be done via maven's plugin:download goal. Brent Worden --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
