Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 81068 invoked from network); 3 Dec 2004 04:45:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Dec 2004 04:45:03 -0000 Received: (qmail 76152 invoked by uid 500); 3 Dec 2004 04:44:58 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 76114 invoked by uid 500); 3 Dec 2004 04:44:58 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 76104 invoked by uid 99); 3 Dec 2004 04:44:57 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from eero.baz.org (HELO eero.baz.org) (12.130.29.202) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Dec 2004 20:44:56 -0800 Received: by eero.baz.org (Postfix, from userid 1017) id 205E036CED; Thu, 2 Dec 2004 23:44:54 -0500 (EST) Received: from [192.168.0.5] (h00a0cc40bbaf.ne.client2.attbi.com [66.30.207.135]) by eero (tmda-ofmipd) with ESMTP; Thu, 02 Dec 2004 23:44:52 -0500 (EST) Message-ID: <41AFEF59.70706@thoughtcraft.com> Date: Thu, 02 Dec 2004 23:45:13 -0500 User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: axis-dev@ws.apache.org Subject: [Axis2] Structure Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Glen Daniels X-Delivery-Agent: TMDA/1.0.2 (Bold Forbes) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Just a small nit - if you're trying to replicate the eventual structure inside the prototype2/ area, it should probably be "java/src" instead of "src/java".... More broadly, a sketch for the actual tree: java/ doc/ lib/ src/ tests/ unit/ interop/ server/ samples/ doc/ src/ echo/ ... So source roots are java/src, java/tests/unit, java/tests/interop, java/tests/server, and samples/src. Does that seem reasonable? --Glen