Problems with Maven 2007-02-06 - By Christopher Loschen
Back You might also want to check that tools.jar is in fact where you expect it to be. We had a report at my office that some downloads of the 1.5.0_10 JDK were missing that jar file, and perhaps you have one of those. The report said that the online download worked correctly, but the offline download ended up with a missing tools.jar. Hope that helps! Good luck. Chris Loschen closchen@(protected)
__ ____ ____ ____ ____ ____ ____
From: Carlos Curotto [mailto:carloscurotto@(protected)] Sent: Tue 2/6/2007 8:41 AM To: Struts Users Mailing List; andrefaria@(protected) Subject: Re: Problems with Maven
Did you try to do this?
Then, install it using the command: mvn install:install-file -DgroupId=com.sun -DartifactId=tools \ -Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file
where the path/to/file is the path to the file that maven cannot find, in your case, ${java.home}/../lib/tools.jar.
Regards,
-- Carlos Curotto
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|