You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jason Dillon <ja...@planet57.com> on 2007/06/14 20:55:45 UTC

Re: svn commit: r547354 - /geronimo/samples/trunk/samples/createSample.sh

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 \
>
>