Jay Glanville wrote:
>
> > "P.S.� After a quick glance...
>
> If you look at the Jikes plugin, it uses the executeExternalCompile
method
> ... Has this info addressed your concerns with the refactoring?
Yes.
> I'm a little confused as to how the position of the system libraries
alters the
> results of your build.� Can you provide a small example of how this is
the
> case?
Some projects check in an ant.jar, and specify that jar in the classpath in
their build.xml.
Now I put a different ant.jar into my CLASSPATH environment variable
(a.k.a., ${java.class.path}).
Which one wins? Depends on the order of the final classpath passed to the
compiler.
- Sam Ruby