After digging a little more, I discovered references to the old Ant version in:
MAVEN_HOME/bin/classworlds.conf
MAVEN_HOME/bin/forehead.confUpdating the references to ant-1.5.3.jar and ant-optional-1.5.3.jar fixed it.
Thanks again.
-------------------- Is it possible to use ant-1.5.3 with maven-1.0-beta9?
I removed:
MAVEN_HOME/lib/ant-1.5.1.jar
MAVEN_HOME/lib/ant-optional-1.5.1.jarand replaced it with version 1.5.3 files.
However, when I try to run Maven, I'm getting the below exception:
java.net.MalformedURLException: unknown protocol: d at java.net.URL.<init>(URL.java:586) at java.net.URL.<init>(URL.java:476) at java.net.URL.<init>(URL.java:425) at com.werken.forehead.Forehead.loadFileOrUrl(Forehead.java:401) 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:571)
Do I need to update some files?
Thank you.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
