Hi,
I am testing a change to a class that is in a jar file in my
repository. I am only changing 1 or 2 classes and do not want to
have the whole jar contents in my build path.
So, I'd like to have my build.dest on the classpath before the
repository jars classpath. So that it uses any local changes before
the contents of the jar.
I see that in the maven-test.xml, the build.dest comes after the
repository based classpath, namely:
<classpath>
<path refid="classpath"/>
<pathelement location="${build.dest}"/>
</classpath>
So - is there any specific reason for this? Or can these be swapped
around by default, namely:
<classpath>
<pathelement location="${build.dest}"/>
<path refid="classpath"/>
</classpath>
Thanks,
Chris
=====
------------------------------------------
http://www.soccer2002.org.uk
__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/