Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 44130 invoked from network); 26 Jan 2006 11:45:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jan 2006 11:45:07 -0000 Received: (qmail 51012 invoked by uid 500); 26 Jan 2006 11:44:32 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 50955 invoked by uid 500); 26 Jan 2006 11:44:32 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 50941 invoked by uid 99); 26 Jan 2006 11:44:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2006 03:44:32 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 12508CB for ; Thu, 26 Jan 2006 12:44:11 +0100 (CET) Message-ID: <896375488.1138275851072.JavaMail.jira@ajax.apache.org> Date: Thu, 26 Jan 2006 12:44:11 +0100 (CET) From: "Stepan Mishura (JIRA)" To: harmony-dev@incubator.apache.org Subject: [jira] Updated: (HARMONY-48) Extract x-net component from 'security2' module In-Reply-To: <426413160.1138269009443.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ 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/%3c906dd82e0601182114v3af679f5n95a58fe4fb1355fc@mail.gmail.com%3e) 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