Re: maven 2 dependency management from within ant

2007-01-09 Thread Xavier Hanin
On 1/9/07, Steve Loughran <[EMAIL PROTECTED]> wrote: EJ Ciramella wrote: > Has anyone tried this (or is using it)? > > I pinged the m2 mailing list, but there hasn't been any response yet > (more than 48 hours so far). > > Is the actual classpath used for compiling unavailable to ant as a > On

Re: maven 2 dependency management from within ant

2007-01-09 Thread Steve Loughran
EJ Ciramella wrote: Has anyone tried this (or is using it)? I pinged the m2 mailing list, but there hasn't been any response yet (more than 48 hours so far). Is the actual classpath used for compiling unavailable to ant as a One of the m2 tasks creates paths from a pom once its been re

maven 2 dependency management from within ant

2007-01-09 Thread EJ Ciramella
Has anyone tried this (or is using it)? I pinged the m2 mailing list, but there hasn't been any response yet (more than 48 hours so far). I made it a bit further: The version is ${project.version} ${project.build.directory} ${project.name} ${project.dependencies} Is t