----- Original Message -----
From: "Jason van Zyl" <[EMAIL PROTECTED]>
To: "Turbine Dev" <[EMAIL PROTECTED]>
Sent: Wednesday, May 16, 2001 11:26 AM
Subject: Removing Scripts: final request


> Hi,
>
> I just wanted to check again before actually doing it.
>
> I think it would be a good idea to remove all the .bat and .sh
> shell scripts from the TDK before releasing 2.1 so that we
> don't have to deprecate them and support them. I think
> installing Ant properly is a reasonable requirement for
> developing with Ant.
>
> This means we could remove Ant (and Xerces i guess)
> from the TDK and the Turbine lib directory.
>
> What do people think of this idea?
>

I haven't been an active participant in this project for quite a while but
if my vote counts:

-1

the *.bat and *.sh files add an extra level of convenience, the entire goal
behind the TDK is to make _using_ Turbine (as oppose to developing Turbine)
as easy an possible. Removing the files would be a step backward. Besides,
the *.bat file only has minor problem which can be easily fixed:

Change this line:

%JAVA_HOME%\bin\java.exe -classpath "%CLASSPATH%" org.apache.tools.ant.Main
%1% %2% %3% %4%

to this:

%JAVA_HOME%\bin\java.exe -classpath "%CLASSPATH%" org.apache.tools.ant.Main
%1 %2 %3 %4

and if I get one "summit-a-patch" reply for this, I'm going to scream!!!

-ScottTavares-



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

Reply via email to