Sorry this might be a little off topic.
I'm following the instructions at http://wiki.apache.org/portals/Jetspeed2/DevelopingJetspeed2 and everything is fine until I try to allClean and AllBuild to get rid of the unbound classpath errors.
It seems whenever I try to allClean and allBuild I get an Launch error with Eclipse complaining that it can't find classes.jar, even though I've specified the location of the *tools.jar* in the Maven->Locations configuration dialogue.
The eclipse console errors upon a maven allClean and allBuild are:
File or url 'c\java\j2sdk1.4.2_03\bin/Classes/classes.jar' could not be found
java.net.MalformedURLException: no protocol: c\java\j2sdk1.4.2_03\bin/Classes/classes.jar
at java.net.URL.<init>(URL.java:537)
at java.net.URL.<init>(URL.java:434)
at java.net.URL.<init>(URL.java:383)
at com.werken.forehead.Forehead.loadFileOrUrl(Forehead.java:403)
at com.werken.forehead.Forehead.load(Forehead.java:322)
at com.werken.forehead.Forehead.config(Forehead.java:245)
at com.werken.forehead.Forehead.config(Forehead.java:131)
at com.werken.forehead.Forehead.main(Forehead.java:579)
Any ideas?
Thanks - Tod ---
Details:
Windows XP J2sdk 1.4.2_03 Maven 1.0 Ant 1.6.2 Mevenide 0.3.0 Eclipse 3.0.1
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]