On 2/6/07, Manos Batsis <[EMAIL PROTECTED]> wrote:
Quoting Christopher Loschen <[EMAIL PROTECTED]>:
> We had a report at my office that some downloads of
> the 1.5.0_10 JDK were missing that jar file
Right, i think OSX doesn't have a separate jar for that. In that case
the OP should probably a
Quoting Christopher Loschen <[EMAIL PROTECTED]>:
> We had a report at my office that some downloads of
> the 1.5.0_10 JDK were missing that jar file
Right, i think OSX doesn't have a separate jar for that. In that case
the OP should probably add an exclusion element within the POM
dependency that
download ended up with a
missing tools.jar.
Hope that helps! Good luck.
Chris Loschen
[EMAIL PROTECTED]
From: Carlos Curotto [mailto:[EMAIL PROTECTED]
Sent: Tue 2/6/2007 8:41 AM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: Re: Problems with Maven
Did
Although i'm not sure, i think the OP just needs to install an 1.5 JDK
then set it as $JAVA_HOME.
hth,
Manos
Quoting Carlos Curotto <[EMAIL PROTECTED]>:
> Did you try to do this?
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=com.sun -DartifactId=tools \
>
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/to
5 matches
Mail list logo