As part of generating Velocity from the TDK. I made the following changes to
the build.xml in the webapps\xxx\WEB-INF\build directory.
<target name="set-windows2000" depends="set-windowsXP" if="isWindows 2000">
        <property name="is.Windows" value="true"/>
</target>
<target name="set-windowsXP" if="isWindows XP">
        property name="is.Windows" value="true"/>
</target>

Have other people been doing this or is there a better way?

Robert Lee


Attachment: winmail.dat
Description: application/ms-tnef

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

Reply via email to