--- warhero <[EMAIL PROTECTED]> wrote: > > is there any ant tasks to find the host operating > system it's running on in a > build file? like win / mac / linux / etc.
Check out the <os> condition (under <condition> task, supported conditions) as well as ant-contrib's <osfamily> task. HTH, Matt > -- > View this message in context: > http://www.nabble.com/fnd-host-operating-system-in-build-file.-tf4147900.html#a11799826 > Sent from the Ant - Users mailing list archive at > Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > ____________________________________________________________________________________ Get the Yahoo! toolbar and be alerted to new email wherever you're surfing. http://new.toolbar.yahoo.com/toolbar/features/mail/index.php --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
