Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 88076 invoked from network); 10 Jan 2006 10:18:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jan 2006 10:18:14 -0000 Received: (qmail 57502 invoked by uid 500); 10 Jan 2006 10:18:11 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 57427 invoked by uid 500); 10 Jan 2006 10:18:11 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 57416 invoked by uid 99); 10 Jan 2006 10:18:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2006 02:18:11 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ap-cocoon-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2006 02:18:09 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EwGZX-00029n-Kg for dev@cocoon.apache.org; Tue, 10 Jan 2006 11:17:47 +0100 Received: from d51a5268a.access.telenet.be ([81.165.38.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Jan 2006 11:17:47 +0100 Received: from jh by d51a5268a.access.telenet.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Jan 2006 11:17:47 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@cocoon.apache.org From: Jorg Heymans Subject: Re: [M10N] Moving archetype to trunk? Date: Tue, 10 Jan 2006 11:17:43 +0100 Lines: 101 Message-ID: References: <20060110093718.63499.qmail@minotaur.apache.org> <43C388D7.9020504@nada.kth.se> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: d51a5268a.access.telenet.be User-Agent: Thunderbird 1.5 (Macintosh/20051201) In-Reply-To: <43C388D7.9020504@nada.kth.se> Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Daniel Fagerstrom wrote: > was: Re: svn commit: r367540 - in > /cocoon/whiteboard/maven2/cocoon-archetype-core: ./ README.txt > src/main/resources/archetype-resources/src/main/ > > What about moving the cocoon-core-archetype to trunk to get it more > visiblity and encourage community involvement. Archetypes that create a > starting point for a best practice Cocoon webapp, Cocoon block etc, are > important to make Cocoon really easy to start to use. > +1 go ahead! I propose cocoon-archetypes/cocoon-core-archetype for this. Once we sort of stabilized it we should get it out on ibiblio so people can effectively start using it. (The fact that the archetype is relying on SNAPSHOT dependencies should not prevent it from going on ibiblio IMO, but i'll check with the maven folks) There are still a few quirks with archetypes in general, i'll detail them when i get a chance to today. Jorg > /Daniel > > giacomo@apache.org wrote: > >> Author: giacomo >> Date: Tue Jan 10 01:36:56 2006 >> New Revision: 367540 >> >> URL: http://svn.apache.org/viewcvs?rev=367540&view=rev >> Log: >> fixed due to repo restructuring >> >> Modified: >> cocoon/whiteboard/maven2/cocoon-archetype-core/ (props changed) >> cocoon/whiteboard/maven2/cocoon-archetype-core/README.txt >> >> cocoon/whiteboard/maven2/cocoon-archetype-core/src/main/resources/archetype-resources/src/main/ >> (props changed) >> >> Propchange: cocoon/whiteboard/maven2/cocoon-archetype-core/ >> ------------------------------------------------------------------------------ >> >> --- svn:ignore (added) >> +++ svn:ignore Tue Jan 10 01:36:56 2006 >> @@ -0,0 +1 @@ >> +target >> >> Modified: cocoon/whiteboard/maven2/cocoon-archetype-core/README.txt >> URL: >> http://svn.apache.org/viewcvs/cocoon/whiteboard/maven2/cocoon-archetype-core/README.txt?rev=367540&r1=367539&r2=367540&view=diff >> >> ============================================================================== >> >> --- cocoon/whiteboard/maven2/cocoon-archetype-core/README.txt (original) >> +++ cocoon/whiteboard/maven2/cocoon-archetype-core/README.txt Tue Jan >> 10 01:36:56 2006 >> @@ -7,9 +7,9 @@ >> >> To try it out, go to your favourite temp directory and do : >> >> -mvn archetype:create -DarchetypeGroupId=apache-cocoon \ >> --DarchetypeArtifactId=cocoon-archetype-core -DgroupId=mynewapplication \ >> --DartifactId=theApplication -DarchetypeVersion=2.2-SNAPSHOT >> +mvn archetype:create >> -DarchetypeGroupId=org.apache.cocoon.maven.archetypes \ >> +-DarchetypeArtifactId=archetype-core -DgroupId=mynewapplication \ >> +-DartifactId=theApplication -DarchetypeVersion=2.2.0-SNAPSHOT >> >> Note: You can replace -DartifactId=theApplication with anything you >> like, same goes for -DgroupId=mynewapplication as they are effectively >> the groupId and artifactId for @@ -26,4 +26,4 @@ >> >> >> Have fun, >> -Jorg >> \ No newline at end of file >> +Jorg >> >> Propchange: >> cocoon/whiteboard/maven2/cocoon-archetype-core/src/main/resources/archetype-resources/src/main/ >> >> ------------------------------------------------------------------------------ >> >> --- svn:externals (original) >> +++ svn:externals Tue Jan 10 01:36:56 2006 >> @@ -1 +1 @@ >> -webapp http://svn.apache.org/repos/asf/cocoon/trunk/src/webapp/ >> +webapp >> http://svn.apache.org/repos/asf/cocoon/trunk/cocoon-webapp/src/main/webapp >> >> >> >> >> > >