bob mcwhirter <[EMAIL PROTECTED]> wrote on 07/07/2002 03:28:44 AM:

> > See my previous comment.... does maven-ng not place maven.jar into 
> > lib.repo during bootstrap?
> 
> It does.  But, ${maven.repo.local} isn't used for the maven runtime.
Maybe not for ng....

> So, having maven.jar in there only affects if you if you're compiling
> against org.apache.maven.* classes.  Simply running maven, it shouldn't
> care about anything called maven.jar in the maven.repo.local.

>From 1.0-b4's plugins/core/build.xml:

  <pathelement location="${lib.repo}/maven.jar"/>

This is used to pick up the maven-classpath property which is used to taskdef all the 
maven tasks 
in b4.

If maven-ng puts maven.jar into lib.repo, it'll break the b4 release, as 
classes it depends on have been removed....
--
dIon Gillard, Multitask Consulting
Work:      http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers

Reply via email to