Build failure on Mac OS
-----------------------

                 Key: RAMPART-62
                 URL: https://issues.apache.org/jira/browse/RAMPART-62
             Project: Rampart
          Issue Type: Bug
          Components: rampart-integration
    Affects Versions: 1.3
         Environment: Mac OS-X 10.4.10, both Java 1.4.2 and Java 1.5.0
            Reporter: Hans G Knudsen
             Fix For: 1.3


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


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to