You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2006/03/17 12:34:22 UTC

[jira] Created: (HARMONY-208) Download and unsign bcprov.jar dependency file

Download and unsign bcprov.jar dependency file
----------------------------------------------

         Key: HARMONY-208
         URL: http://issues.apache.org/jira/browse/HARMONY-208
     Project: Harmony
        Type: Improvement
  Components: Classlib  
    Reporter: Mark Hindess
    Priority: Trivial


To assist users running the build and tests we should provide more information and assistance in meeting this dependency.  I will attach a patch shortly.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (HARMONY-208) Download and unsign bcprov.jar dependency file

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-208?page=all ]
     
Tim Ellison closed HARMONY-208:
-------------------------------


Verified by Mark

> Download and unsign bcprov.jar dependency file
> ----------------------------------------------
>
>          Key: HARMONY-208
>          URL: http://issues.apache.org/jira/browse/HARMONY-208
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Trivial
>  Attachments: handle.bcprov.dependency.diff
>
> To assist users running the build and tests we should provide more information and assistance in meeting this dependency.  I will attach a patch shortly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (HARMONY-208) Download and unsign bcprov.jar dependency file

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-208?page=all ]

Tim Ellison reassigned HARMONY-208:
-----------------------------------

    Assign To: Tim Ellison

> Download and unsign bcprov.jar dependency file
> ----------------------------------------------
>
>          Key: HARMONY-208
>          URL: http://issues.apache.org/jira/browse/HARMONY-208
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Trivial
>  Attachments: handle.bcprov.dependency.diff
>
> To assist users running the build and tests we should provide more information and assistance in meeting this dependency.  I will attach a patch shortly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Resolved: (HARMONY-208) Download and unsign bcprov.jar dependency file

Posted by Tim Ellison <t....@gmail.com>.
Just a heads-up to people that the BouncyCastle provider is now being
checked as a build-time dependency in the same way that we check for
JUnit, Xerces, and Xalan.

The build will fail (with a helpful message) if  you don't have the
dependency available.

Put the provider into 'depends/jars/bcprov-jdk14-131/signed.bcprov.jar'
or use   "ant -f make/depends.xml download" to download all those
dependencies for you.

Regards,
Tim

Tim Ellison (JIRA) wrote:
>      [ http://issues.apache.org/jira/browse/HARMONY-208?page=all ]
>      
> Tim Ellison resolved HARMONY-208:
> ---------------------------------
> 
>     Resolution: Fixed
> 
> Thanks Mark,
> 
> A modified version of your patch was applied in
>   make/build-java.xml
>   make/depends.properties
>   make/depends.xml
> at repo revision 389161.
> 
> Please check that this fully resolves your issue.
> 
> 
>> Download and unsign bcprov.jar dependency file
>> ----------------------------------------------
>>
>>          Key: HARMONY-208
>>          URL: http://issues.apache.org/jira/browse/HARMONY-208
>>      Project: Harmony
>>         Type: Improvement
>>   Components: Classlib
>>     Reporter: Mark Hindess
>>     Assignee: Tim Ellison
>>     Priority: Trivial
>>  Attachments: handle.bcprov.dependency.diff
>>
>> To assist users running the build and tests we should provide more information and assistance in meeting this dependency.  I will attach a patch shortly.
> 

-- 

Tim Ellison (t.p.ellison@gmail.com)
IBM Java technology centre, UK.

[jira] Resolved: (HARMONY-208) Download and unsign bcprov.jar dependency file

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-208?page=all ]
     
Tim Ellison resolved HARMONY-208:
---------------------------------

    Resolution: Fixed

Thanks Mark,

A modified version of your patch was applied in
  make/build-java.xml
  make/depends.properties
  make/depends.xml
at repo revision 389161.

Please check that this fully resolves your issue.


> Download and unsign bcprov.jar dependency file
> ----------------------------------------------
>
>          Key: HARMONY-208
>          URL: http://issues.apache.org/jira/browse/HARMONY-208
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Trivial
>  Attachments: handle.bcprov.dependency.diff
>
> To assist users running the build and tests we should provide more information and assistance in meeting this dependency.  I will attach a patch shortly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-208) Download and unsign bcprov.jar dependency file

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-208?page=all ]

Mark Hindess updated HARMONY-208:
---------------------------------

    Attachment: handle.bcprov.dependency.diff

This patch depends on HARMONY-207.

I'm assuming that the permissive license used by bouncycastle is acceptible for use with the manual download target but if not then it should be removed.  Even just the unsign steps and informing the user about the missing file with be useful.


> Download and unsign bcprov.jar dependency file
> ----------------------------------------------
>
>          Key: HARMONY-208
>          URL: http://issues.apache.org/jira/browse/HARMONY-208
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Mark Hindess
>     Priority: Trivial
>  Attachments: handle.bcprov.dependency.diff
>
> To assist users running the build and tests we should provide more information and assistance in meeting this dependency.  I will attach a patch shortly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (HARMONY-208) Download and unsign bcprov.jar dependency file

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-208?page=comments#action_12371997 ] 

Mark Hindess commented on HARMONY-208:
--------------------------------------

Looks good.  Thanks Tim.

> Download and unsign bcprov.jar dependency file
> ----------------------------------------------
>
>          Key: HARMONY-208
>          URL: http://issues.apache.org/jira/browse/HARMONY-208
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Trivial
>  Attachments: handle.bcprov.dependency.diff
>
> To assist users running the build and tests we should provide more information and assistance in meeting this dependency.  I will attach a patch shortly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira