Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3
-
None
-
Mac OS-X 10.4.10, both Java 1.4.2 and Java 1.5.0
Description
Java on Mac OS-X does not have 'tools.jar'
Missing:
----------
1) sun.jdk:tools:jar:1.4.2
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=sun.jdk -DartifactId=tools \
-Dversion=1.4.2 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=sun.jdk -DartifactId=tools \
-Dversion=1.4.2 -Dpackaging=jar -Dfile=/path/to/file \
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.rampart:rampart-integration:jar:SNAPSHOT
2) sun.jdk:tools:jar:1.4.2