Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 9428 invoked from network); 8 Sep 2009 21:54:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Sep 2009 21:54:40 -0000 Received: (qmail 76128 invoked by uid 500); 8 Sep 2009 21:54:40 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 76066 invoked by uid 500); 8 Sep 2009 21:54:40 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 76054 invoked by uid 99); 8 Sep 2009 21:54:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2009 21:54:40 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.40.44.206] (HELO smtprelay.hostedemail.com) (216.40.44.206) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2009 21:54:29 +0000 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay01.hostedemail.com (Postfix) with SMTP id D4CB423DED15 for ; Tue, 8 Sep 2009 21:54:07 +0000 (UTC) X-Spam-Summary: 50,0,0,66ccf2895ff5dd59,907452bc8cfe1759,dkulp@apache.org,dev@cxf.apache.org:chris@die-schneider.net,RULES_HIT:152:355:379:599:601:945:967:973:988:989:1260:1277:1311:1313:1314:1345:1359:1437:1513:1515:1516:1518:1521:1534:1541:1593:1594:1676:1711:1730:1747:1766:1792:2393:2525:2553:2560:2563:2682:2685:2692:2693:2827:2857:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3027:3353:3740:3865:3866:3867:3868:3869:3870:3871:3872:3873:3874:3876:3877:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4250:5007:6114:6117:6119:6261:7464:7679:7774:7875:7903:8501:8985:9025:9388,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fu,MSBL:none,DNSBL:none X-Session-Marker: 64616E406B756C702E636F6D X-Filterd-Recvd-Size: 3195 Received: from server.dankulp.com (server1.dankulp.com [66.207.172.168]) (Authenticated sender: dan@kulp.com) by omf02.hostedemail.com (Postfix) with ESMTP for ; Tue, 8 Sep 2009 21:54:07 +0000 (UTC) Received: by server.dankulp.com (Postfix, from userid 5000) id 07F2050707C1; Tue, 8 Sep 2009 17:54:07 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.2.1-gr1 (2007-05-02) on server.dankulp.com X-Spam-Level: X-Msg-File: /tmp/mailfilter.n4mwnxaR0i Received: from dilbert.localnet (c-24-91-141-225.hsd1.ma.comcast.net [24.91.141.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.dankulp.com (Postfix) with ESMTPSA id 258C650707BF; Tue, 8 Sep 2009 17:54:06 -0400 (EDT) From: Daniel Kulp To: dev@cxf.apache.org Subject: Re: Directory layout for samples Date: Tue, 8 Sep 2009 17:54:01 -0400 User-Agent: KMail/1.12.1 (Linux/2.6.30-gentoo-r6; KDE/4.3.1; x86_64; ; ) Cc: Christian Schneider References: <4AA0F58B.3060306@die-schneider.net> In-Reply-To: <4AA0F58B.3060306@die-schneider.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <200909081754.01903.dkulp@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-3.3 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.1-gr1 I'd agree with that. I'd also like (if appropriate, probably not for CORBA= =20 demos and such), to get packaging set to "war" and possibly be able to use= =20 "mvn jetty:run" instead of/in addition to the Server profile to run the=20 server. That would/should also allow better integration with the WTP tool= s=20 in eclipse and such. One note: PLEASE do it in small chunks with svn mv and such. Even very sma= ll=20 commits like create the dirs, commit, move the code, commit, etc.... The = big=20 chunks we did in the sys tests caused all kinds of merge headaches and such= =20 I'm still trying to sort through. :-) Also, have you looked into the wiki and such to see if there will be major = doc=20 impacts. (I honestly don't know) Dan=20 On Fri September 4 2009 7:10:03 am Christian Schneider wrote: > Currently the samples do not have the standard maven directory layout. > For example in the wsdl_first example: >=20 > src - Java Sources and spring config > wsdl - wsdl and spring config > build - build results >=20 > I propose to change the layout to the standard maven layout: >=20 > src/main/java > src/main/resources > target >=20 > I think for people using maven the standard layout would be easier to > understand. For people using ant there is no common layout anyway so I > guess they won=C2=B4t care too much. > Of course this means the common_build.xml has to be changed. To make the > conversion easy I would propose to create > a common_build2.xml that uses the maven dirs. Then when all samples are > converted it can be renamed back to common_build.xml. >=20 > What do you think? >=20 > Greetings >=20 > Christian >=20 =2D-=20 Daniel Kulp dkulp@apache.org http://www.dankulp.com/blog