> I don't have NT handy, but at this rate, I'd put money on "Windows NT"
> instead of "Windows_NT".
> 
> Will this cause problems for us schizophrenic hybrids running Cygwin?
> 

Can you try this out?

  <property environment="env"/>
  <property name="is${env.OSTYPE}" value="true"/>

  <target name="cygCheck" if="iscygwin">
    <echo message="Running under Cygwin"/>
  </target>

- Kasper


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

Reply via email to