Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 15080 invoked from network); 14 Jun 2007 18:56:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jun 2007 18:56:15 -0000 Received: (qmail 22051 invoked by uid 500); 14 Jun 2007 18:56:16 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 21981 invoked by uid 500); 14 Jun 2007 18:56:16 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 21970 invoked by uid 99); 14 Jun 2007 18:56:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 11:56:16 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jason.dillon@gmail.com designates 64.233.162.234 as permitted sender) Received: from [64.233.162.234] (HELO nz-out-0506.google.com) (64.233.162.234) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 11:56:12 -0700 Received: by nz-out-0506.google.com with SMTP id i11so714997nzh for ; Thu, 14 Jun 2007 11:55:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=DC62Gk9kJe6TYoMegy+BpZMsL73tKjWzotE5uoU3LlQ2AqazlqtZ4Wsxd9e9he8bzRlN8UlN/kDH5CA6fb+b+QTO4I9xSqLxx+jHwpdMkLpiTkUON+a/bz5/TV8U5Ic+LqgFs+1MrMb1Ae0+ySOxitrVMDN34Qoo4NxiUTAZttE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=hnKCYWa1F3vBeOuaOBdlZx6LH/LEzUsQfzFc3TbcLg4bHZNoKmr+5Ok+E1MXqqdpPi5td0V5rp2+ftR11Ojk2AHfYKmzPWBHo8ehTS+ob9DNJeyunNFMdYEl3+rKurSQXb/hnkvFrALLdVSFkGflLDp5r2vKMHPiYBiZ7sKq9zQ= Received: by 10.115.110.6 with SMTP id n6mr2117910wam.1181847349344; Thu, 14 Jun 2007 11:55:49 -0700 (PDT) Received: from ?10.0.1.100? ( [24.7.69.241]) by mx.google.com with ESMTP id n6sm2964564wag.2007.06.14.11.55.48 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 14 Jun 2007 11:55:48 -0700 (PDT) In-Reply-To: <20070614184813.9622A1A981A@eris.apache.org> References: <20070614184813.9622A1A981A@eris.apache.org> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <39754A78-F13E-4E45-B74A-F159BD4BFA46@planet57.com> Cc: scm@geronimo.apache.org Content-Transfer-Encoding: 7bit From: Jason Dillon Subject: Re: svn commit: r547354 - /geronimo/samples/trunk/samples/createSample.sh Date: Thu, 14 Jun 2007 11:55:45 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org Please, please, please use Ant or Maven (antrun or groovy:execute) to script this kinda stuff in a platform independent fashion. --jason On Jun 14, 2007, at 11:48 AM, prasad@apache.org wrote: > Author: prasad > Date: Thu Jun 14 11:48:12 2007 > New Revision: 547354 > > URL: http://svn.apache.org/viewvc?view=rev&rev=547354 > Log: > * rm . in front of mvn command > > Modified: > geronimo/samples/trunk/samples/createSample.sh > > Modified: geronimo/samples/trunk/samples/createSample.sh > URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/ > createSample.sh?view=diff&rev=547354&r1=547353&r2=547354 > ====================================================================== > ======== > --- geronimo/samples/trunk/samples/createSample.sh (original) > +++ geronimo/samples/trunk/samples/createSample.sh Thu Jun 14 > 11:48:12 2007 > @@ -33,7 +33,7 @@ > exit 1 > fi > > -. mvn archetype:create \ > +mvn archetype:create \ > -DarchetypeGroupId=org.apache.geronimo.samples \ > -DarchetypeArtifactId=geronimo-samples-archetype \ > -DarchetypeVersion=2.0-SNAPSHOT \ > >