"Diethelm Guallar, Gonzalo" wrote:
> 
> +1 on all accounts.
> 
> If you get rid of the bat/sh files, what would you type
> on a command/shell prompt that's equivalent to
> 
>   build-turbine clean jar
> 

If you have an installed version of Ant, then you place
$ANT_HOME/bin in your $PATH and you place all the jars
you want to make available to ant in $ANT_HOME/lib.

Then all you type at the prompt is:

ant <target>

I build everything like this now and for me it works
well because I am accustomed to this style. I admit
that this is not as easy as just pulling everything
out of CVS, but we are developers :-)

-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]

http://jakarta.apache.org/velocity
http://jakarta.apache.org/turbine
http://jakarta.apache.org/commons
http://tambora.zenplex.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to