[ http://issues.apache.org/jira/browse/HARMONY-48?page=all ]

Stepan Mishura updated HARMONY-48:
----------------------------------

    Attachment: extractXnetPatch.txt

I've attached a patch that does the following:
- create depends/patternsets/x_net.txt
- create modules/x_net/META-INF/MANIFEST.MF
- updates make/build-java.xml 
      I've added creating x_net.jar and new target 'run' that runs x-net tests. 
Note: some tests verify package access functionality so tests run on 
bootclasspath.

To complete the task the following files should be moved in the repository:
    from modules/security2/src/common/javasrc/javax/net
    to     modules/x_net/src/main/java/javax/net
 
    from modules/security2/test/common/unit/javax/net
    to     modules/x_net/src/test/java/javax/net
 
Unfortunately I failed to add moved files to the patch file. I tried to move 
files with 'svn move' and with Eclipse. But 'svn diff' and 'Team/Create 
Patch...' include to the patch file only files to be deleted from 'security2' 
and don't include files to be added to 'x_net'. However Eclipse Team 
Synchronizing Perspective showed that all files (updated/deleted/added) are 
ready to be committed. I looked through Subversion documentation and did search 
on the Web but I didn't find an answer so I'm still experimenting.

> Extract x-net component from 'security2' module
> -----------------------------------------------
>
>          Key: HARMONY-48
>          URL: http://issues.apache.org/jira/browse/HARMONY-48
>      Project: Harmony
>         Type: Task
>   Components: Classlib
>     Reporter: Stepan Mishura
>  Attachments: extractXnetPatch.txt
>
> 'security2' module contains a number of components. 
> According to the current class library componentization a set of javax.net.* 
> packages is a separate module (x-net).
> And proposed components reorganization (see 
> http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200601.mbox/[EMAIL
>  PROTECTED]) also suggests keeping these packages in a separate module 
> Since there are no objections x-net component may be extracted from 
> 'security2' and formed as a separate 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

Reply via email to