This line from TEST-org.geotools.maven.taglet.SourceTest.xml
seems to be replacing my entire classpath.
<property
value="C:\PROGRA~1\cblocks\rebuild\maven-2.0.4\bin\\..\core\boot\classworlds-1.1.jar"
name="java.class.path"/>
I know this b/c I edited org.geotools.factory.Hints to
print the classpath from the Key constructor
Key(final String className) {
//...
System.out.println("java.class.path: " +
System.getProperty("java.class.path"));
//...
So the test on `mvn install` fails because the classloader
can't find the javax.media.JAI.jai, which is in my classpath
from the DOS prompt.
How can I fix this? I already ran `mvn clean` but all the xml
is highly mysterious to me.
thanks
Collin Monahan
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users