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 07:58:26 UTC

[jira] Created: (HARMONY-276) [classlib][security] build files must be adjusted to common build structure

[classlib][security] build files must be adjusted to common build structure
---------------------------------------------------------------------------

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


Security module uses ant script that came with Intel's contribution. The script was updated several times and now it contains debris of x-net module building and obsolete exclude list. Build files for security module should be adjusted to common build structure. Going to provide a patch.

-- 
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-276) [classlib][security] build files must be adjusted to common build structure

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

    Resolution: Fixed

Thanks Stepan,

Patch applied to SECURITY module at repo revision 390064.

Please check that the patch was applied as you expected.


> [classlib][security] build files must be adjusted to common build structure
> ---------------------------------------------------------------------------
>
>          Key: HARMONY-276
>          URL: http://issues.apache.org/jira/browse/HARMONY-276
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Stepan Mishura
>     Assignee: Tim Ellison
>  Attachments: fixHarmony276.txt
>
> Security module uses ant script that came with Intel's contribution. The script was updated several times and now it contains debris of x-net module building and obsolete exclude list. Build files for security module should be adjusted to common build structure. Going to provide a patch.

-- 
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-276) [classlib][security] build files must be adjusted to common build structure

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

Tim Ellison reassigned HARMONY-276:
-----------------------------------

    Assign To: Tim Ellison

> [classlib][security] build files must be adjusted to common build structure
> ---------------------------------------------------------------------------
>
>          Key: HARMONY-276
>          URL: http://issues.apache.org/jira/browse/HARMONY-276
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Stepan Mishura
>     Assignee: Tim Ellison
>  Attachments: fixHarmony276.txt
>
> Security module uses ant script that came with Intel's contribution. The script was updated several times and now it contains debris of x-net module building and obsolete exclude list. Build files for security module should be adjusted to common build structure. Going to provide a patch.

-- 
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-276) [classlib][security] build files must be adjusted to common build structure

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

Stepan Mishura commented on HARMONY-276:
----------------------------------------

Tim, the patch includes update for make/build-test.xml files and this update was missed in commit notification.

Thanks,
Stepan.

> [classlib][security] build files must be adjusted to common build structure
> ---------------------------------------------------------------------------
>
>          Key: HARMONY-276
>          URL: http://issues.apache.org/jira/browse/HARMONY-276
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Stepan Mishura
>     Assignee: Tim Ellison
>  Attachments: fixHarmony276.txt
>
> Security module uses ant script that came with Intel's contribution. The script was updated several times and now it contains debris of x-net module building and obsolete exclude list. Build files for security module should be adjusted to common build structure. Going to provide a patch.

-- 
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-276) [classlib][security] build files must be adjusted to common build structure

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

Mark Hindess commented on HARMONY-276:
--------------------------------------

Stepan,  I assume this will also result in the SerializationTest being moved to support/src/test/java, so as to remove the TOFIX in the x-net module build files as well?  (Ultimately it would probably be good to consolidate this test with the other test, SerialiationTester.java, which I assume is pretty similar in intention).

How does this fit in with HARMONY-147 (which might perhaps have issues now due to changes since it was created)?


> [classlib][security] build files must be adjusted to common build structure
> ---------------------------------------------------------------------------
>
>          Key: HARMONY-276
>          URL: http://issues.apache.org/jira/browse/HARMONY-276
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Stepan Mishura
>  Attachments: fixHarmony276.txt
>
> Security module uses ant script that came with Intel's contribution. The script was updated several times and now it contains debris of x-net module building and obsolete exclude list. Build files for security module should be adjusted to common build structure. Going to provide a patch.

-- 
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-276) [classlib][security] build files must be adjusted to common build structure

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

Tim Ellison commented on HARMONY-276:
-------------------------------------

Thanks Stepan -- my mistake for only committing the security module.
The updates to make/build-test.xml were committed at repo revision 390072.

Please confirm that this is now correct.


> [classlib][security] build files must be adjusted to common build structure
> ---------------------------------------------------------------------------
>
>          Key: HARMONY-276
>          URL: http://issues.apache.org/jira/browse/HARMONY-276
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Stepan Mishura
>     Assignee: Tim Ellison
>  Attachments: fixHarmony276.txt
>
> Security module uses ant script that came with Intel's contribution. The script was updated several times and now it contains debris of x-net module building and obsolete exclude list. Build files for security module should be adjusted to common build structure. Going to provide a patch.

-- 
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-276) [classlib][security] build files must be adjusted to common build structure

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

Stepan Mishura commented on HARMONY-276:
----------------------------------------

Looks good, thanks Tim!

> [classlib][security] build files must be adjusted to common build structure
> ---------------------------------------------------------------------------
>
>          Key: HARMONY-276
>          URL: http://issues.apache.org/jira/browse/HARMONY-276
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Stepan Mishura
>     Assignee: Tim Ellison
>  Attachments: fixHarmony276.txt
>
> Security module uses ant script that came with Intel's contribution. The script was updated several times and now it contains debris of x-net module building and obsolete exclude list. Build files for security module should be adjusted to common build structure. Going to provide a patch.

-- 
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-276) [classlib][security] build files must be adjusted to common build structure

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


Verified by Stepan


> [classlib][security] build files must be adjusted to common build structure
> ---------------------------------------------------------------------------
>
>          Key: HARMONY-276
>          URL: http://issues.apache.org/jira/browse/HARMONY-276
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Stepan Mishura
>     Assignee: Tim Ellison
>  Attachments: fixHarmony276.txt
>
> Security module uses ant script that came with Intel's contribution. The script was updated several times and now it contains debris of x-net module building and obsolete exclude list. Build files for security module should be adjusted to common build structure. Going to provide a patch.

-- 
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-276) [classlib][security] build files must be adjusted to common build structure

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

Stepan Mishura commented on HARMONY-276:
----------------------------------------

Mark, I've updated only build files and I didn't move any source files. As far as I know HARMONY-147 has to be updated anyway (I mean building part) because auth native libraries were moved outside security module. I think it won't be a problem - just to change path to source files.

> [classlib][security] build files must be adjusted to common build structure
> ---------------------------------------------------------------------------
>
>          Key: HARMONY-276
>          URL: http://issues.apache.org/jira/browse/HARMONY-276
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Stepan Mishura
>  Attachments: fixHarmony276.txt
>
> Security module uses ant script that came with Intel's contribution. The script was updated several times and now it contains debris of x-net module building and obsolete exclude list. Build files for security module should be adjusted to common build structure. Going to provide a patch.

-- 
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-276) [classlib][security] build files must be adjusted to common build structure

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

Stepan Mishura updated HARMONY-276:
-----------------------------------

    Attachment: fixHarmony276.txt

I've adjusted build files to common structure. I didn't create build hierarchy like:
make/
    common/
    platform/
          linux.x86
          windows.x86
Instead I put all platform specific stuff to make/common/build.xml. If there will be a need in the hierarchy above then it can be easily created. I've verified new build on Windows and Linux - all tests passed.

> [classlib][security] build files must be adjusted to common build structure
> ---------------------------------------------------------------------------
>
>          Key: HARMONY-276
>          URL: http://issues.apache.org/jira/browse/HARMONY-276
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Stepan Mishura
>  Attachments: fixHarmony276.txt
>
> Security module uses ant script that came with Intel's contribution. The script was updated several times and now it contains debris of x-net module building and obsolete exclude list. Build files for security module should be adjusted to common build structure. Going to provide a patch.

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