You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by tek1 <te...@pobox.com> on 2003/07/01 20:39:25 UTC

maven-1.0-beta9 and ant-1.5.3? [RESOLVED]

Sorry for posting too soon.

After digging a little more, I discovered references to the old Ant version in:

	MAVEN_HOME/bin/classworlds.conf
	MAVEN_HOME/bin/forehead.conf

Updating 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.jar

and 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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org