You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by "Ruchith Udayanga Fernando (JIRA)" <ji...@apache.org> on 2007/08/08 03:21:59 UTC

[jira] Resolved: (RAMPART-62) Build failure on Mac OS

     [ https://issues.apache.org/jira/browse/RAMPART-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruchith Udayanga Fernando resolved RAMPART-62.
----------------------------------------------

    Resolution: Fixed

Got rid of this dependency and the build runs smoothly (in linux) ,,, seems like we don't need it :

http://svn.apache.org/viewvc?view=rev&rev=563716

Thanks,
Ruchith

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