You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Stepan Mishura (JIRA)" <ji...@apache.org> on 2006/03/30 11:49:26 UTC

[jira] Created: (HARMONY-279) Extract crypto component from security module

Extract crypto component from security module
---------------------------------------------

         Key: HARMONY-279
         URL: http://issues.apache.org/jira/browse/HARMONY-279
     Project: Harmony
        Type: Improvement
  Components: Classlib  
    Reporter: Stepan Mishura


According to class library componentization crypto module includes the following packages: 
javax.crypto
javax.crypto.interfaces
javax.crypto.spec

Currently this packages are reside in security module. Going to provide a patch to put them in crypto module.

-- 
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] Resolved: (HARMONY-279) Extract crypto component from security module

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

    Resolution: Fixed

Thanks Stepan, restructuring looks good.

Patch applied to make, SECURITY and new CRYPTO module at repo revision 390087.

Please check that the patch was applied as you expected.


> Extract crypto component from security module
> ---------------------------------------------
>
>          Key: HARMONY-279
>          URL: http://issues.apache.org/jira/browse/HARMONY-279
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Stepan Mishura
>     Assignee: Tim Ellison
>  Attachments: fixHarmony279.txt
>
> According to class library componentization crypto module includes the following packages: 
> javax.crypto
> javax.crypto.interfaces
> javax.crypto.spec
> Currently this packages are reside in security module. Going to provide a patch to put them in crypto module.

-- 
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] Updated: (HARMONY-279) Extract crypto component from security module

Posted by Tim Ellison <t....@gmail.com>.
Stepan Mishura wrote:
> Oh, yes. Crypto test suite is not included in 'common test suite run' so all
> the (enabled)  test are passing for you. I meant passing all crypto tests. I
> run tests for crypto module by typing:
> cd modules\crypto\make; ant test
> 
> I think it should be included to 'common test suite run'  to avoid
> confusions like this.

I agree.

> Most propably I attached the old patch file that
> didn't include these 2 lines that I added at last moment. Sorry, for
> confusion.

I'll let you fix that ;-)

Regards,
Tim


> On 3/30/06, Tim Ellison wrote:
>> All the (enabled) tests are passing for me.  What do you see failing?
>>
>> Regards,
>> Tim
>>
>> Stepan Mishura (JIRA) wrote:
>>>      [ http://issues.apache.org/jira/browse/HARMONY-279?page=all ]
>>>
>>> Stepan Mishura updated HARMONY-279:
>>> -----------------------------------
>>>
>>>     Attachment: minorFixHarmony279.txt
>>>
>>> Tim, could you please apply minor fix to make all test pass?
>>>
>>>> Extract crypto component from security module
>>>> ---------------------------------------------
>>>>
>>>>          Key: HARMONY-279
>>>>          URL: http://issues.apache.org/jira/browse/HARMONY-279
>>>>      Project: Harmony
>>>>         Type: Improvement
>>>>   Components: Classlib
>>>>     Reporter: Stepan Mishura
>>>>     Assignee: Tim Ellison
>>>>  Attachments: fixHarmony279.txt, minorFixHarmony279.txt
>>>>
>>>> According to class library componentization crypto module includes the
>> following packages:
>>>> javax.crypto
>>>> javax.crypto.interfaces
>>>> javax.crypto.spec
>>>> Currently this packages are reside in security module. Going to provide
>> a patch to put them in crypto module.
>> --
>>
>> Tim Ellison (t.p.ellison@gmail.com)
>> IBM Java technology centre, UK.
>>
> 
> 
> 
> --
> Thanks,
> Stepan Mishura
> Intel Middleware Products Division
> 

-- 

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

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [jira] Updated: (HARMONY-279) Extract crypto component from security module

Posted by Stepan Mishura <st...@gmail.com>.
Oh, yes. Crypto test suite is not included in 'common test suite run' so all
the (enabled)  test are passing for you. I meant passing all crypto tests. I
run tests for crypto module by typing:
cd modules\crypto\make; ant test

I think it should be included to 'common test suite run'  to avoid
confusions like this. Most propably I attached the old patch file that
didn't include these 2 lines that I added at last moment. Sorry, for
confusion.

Thanks,
Stepan.

On 3/30/06, Tim Ellison wrote:
>
> All the (enabled) tests are passing for me.  What do you see failing?
>
> Regards,
> Tim
>
> Stepan Mishura (JIRA) wrote:
> >      [ http://issues.apache.org/jira/browse/HARMONY-279?page=all ]
> >
> > Stepan Mishura updated HARMONY-279:
> > -----------------------------------
> >
> >     Attachment: minorFixHarmony279.txt
> >
> > Tim, could you please apply minor fix to make all test pass?
> >
> >> Extract crypto component from security module
> >> ---------------------------------------------
> >>
> >>          Key: HARMONY-279
> >>          URL: http://issues.apache.org/jira/browse/HARMONY-279
> >>      Project: Harmony
> >>         Type: Improvement
> >>   Components: Classlib
> >>     Reporter: Stepan Mishura
> >>     Assignee: Tim Ellison
> >>  Attachments: fixHarmony279.txt, minorFixHarmony279.txt
> >>
> >> According to class library componentization crypto module includes the
> following packages:
> >> javax.crypto
> >> javax.crypto.interfaces
> >> javax.crypto.spec
> >> Currently this packages are reside in security module. Going to provide
> a patch to put them in crypto module.
> >
>
> --
>
> Tim Ellison (t.p.ellison@gmail.com)
> IBM Java technology centre, UK.
>



--
Thanks,
Stepan Mishura
Intel Middleware Products Division

Re: [jira] Updated: (HARMONY-279) Extract crypto component from security module

Posted by Tim Ellison <t....@gmail.com>.
All the (enabled) tests are passing for me.  What do you see failing?

Regards,
Tim

Stepan Mishura (JIRA) wrote:
>      [ http://issues.apache.org/jira/browse/HARMONY-279?page=all ]
> 
> Stepan Mishura updated HARMONY-279:
> -----------------------------------
> 
>     Attachment: minorFixHarmony279.txt
> 
> Tim, could you please apply minor fix to make all test pass?
> 
>> Extract crypto component from security module
>> ---------------------------------------------
>>
>>          Key: HARMONY-279
>>          URL: http://issues.apache.org/jira/browse/HARMONY-279
>>      Project: Harmony
>>         Type: Improvement
>>   Components: Classlib
>>     Reporter: Stepan Mishura
>>     Assignee: Tim Ellison
>>  Attachments: fixHarmony279.txt, minorFixHarmony279.txt
>>
>> According to class library componentization crypto module includes the following packages: 
>> javax.crypto
>> javax.crypto.interfaces
>> javax.crypto.spec
>> Currently this packages are reside in security module. Going to provide a patch to put them in crypto module.
> 

-- 

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

[jira] Updated: (HARMONY-279) Extract crypto component from security module

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

Stepan Mishura updated HARMONY-279:
-----------------------------------

    Attachment: minorFixHarmony279.txt

Tim, could you please apply minor fix to make all test pass?

> Extract crypto component from security module
> ---------------------------------------------
>
>          Key: HARMONY-279
>          URL: http://issues.apache.org/jira/browse/HARMONY-279
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Stepan Mishura
>     Assignee: Tim Ellison
>  Attachments: fixHarmony279.txt, minorFixHarmony279.txt
>
> According to class library componentization crypto module includes the following packages: 
> javax.crypto
> javax.crypto.interfaces
> javax.crypto.spec
> Currently this packages are reside in security module. Going to provide a patch to put them in crypto module.

-- 
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-279) Extract crypto component from security module

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

Tim Ellison reassigned HARMONY-279:
-----------------------------------

    Assign To: Tim Ellison

> Extract crypto component from security module
> ---------------------------------------------
>
>          Key: HARMONY-279
>          URL: http://issues.apache.org/jira/browse/HARMONY-279
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Stepan Mishura
>     Assignee: Tim Ellison
>  Attachments: fixHarmony279.txt
>
> According to class library componentization crypto module includes the following packages: 
> javax.crypto
> javax.crypto.interfaces
> javax.crypto.spec
> Currently this packages are reside in security module. Going to provide a patch to put them in crypto module.

-- 
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-279) Extract crypto component from security module

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


Works for me now -- closing.

> Extract crypto component from security module
> ---------------------------------------------
>
>          Key: HARMONY-279
>          URL: http://issues.apache.org/jira/browse/HARMONY-279
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Stepan Mishura
>     Assignee: Tim Ellison
>  Attachments: fixHarmony279.txt, minorFixHarmony279.txt
>
> According to class library componentization crypto module includes the following packages: 
> javax.crypto
> javax.crypto.interfaces
> javax.crypto.spec
> Currently this packages are reside in security module. Going to provide a patch to put them in crypto module.

-- 
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-279) Extract crypto component from security module

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-279?page=comments#action_12373059 ] 

Stepan Mishura commented on HARMONY-279:
----------------------------------------

Tim, I've applied minor fix at repo revision 391236. Also I've added crypto tests suite to common tests run.

Please verify that all the (enabled) tests are passing for you.

> Extract crypto component from security module
> ---------------------------------------------
>
>          Key: HARMONY-279
>          URL: http://issues.apache.org/jira/browse/HARMONY-279
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Stepan Mishura
>     Assignee: Tim Ellison
>  Attachments: fixHarmony279.txt, minorFixHarmony279.txt
>
> According to class library componentization crypto module includes the following packages: 
> javax.crypto
> javax.crypto.interfaces
> javax.crypto.spec
> Currently this packages are reside in security module. Going to provide a patch to put them in crypto module.

-- 
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-279) Extract crypto component from security module

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

Stepan Mishura updated HARMONY-279:
-----------------------------------

    Attachment: fixHarmony279.txt

Patch creates build files for crypto module. Also the following moves should be done:

     modules/security/src/common/javasrc/javax/crypto
to  modules/crypto/src/main/java/javax/crypto

     modules/security/src/common/javasrc/org/apache/harmony/security/x/crypto
to  modules/crypto/src/main/java/org/apache/harmony/security/x/crypto   

     modules/security/test/common/unit/javax/crypto
to  modules/crypto/src/test/java/javax/crypto

     modules/security/test/common/unit/org/apache/harmony/security/x/crypto
to  modules/crypto/src/test/java/org/apache/harmony/security/x/crypto

Patch should be applied only after HARMONY-276 otherwise an additional update is required.

> Extract crypto component from security module
> ---------------------------------------------
>
>          Key: HARMONY-279
>          URL: http://issues.apache.org/jira/browse/HARMONY-279
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Stepan Mishura
>  Attachments: fixHarmony279.txt
>
> According to class library componentization crypto module includes the following packages: 
> javax.crypto
> javax.crypto.interfaces
> javax.crypto.spec
> Currently this packages are reside in security module. Going to provide a patch to put them in crypto module.

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