RE: Cross-Platform Exec Task

2004-10-29 Thread Erskine, Chris
t: Thursday, October 28, 2004 5:45 PM > To: [EMAIL PROTECTED] > Subject: Cross-Platform Exec Task > > Hi All, > > I am trying to write a target that calls an different executable > depending upon the operating syste

Re: Cross-Platform Exec Task

2004-10-28 Thread Kris Read
Perhaps you can use this information to help: In the "Condition" task one of the supported conditions is "os". os: Test whether the current operating system is of a given type. Each defined attribute is tested and the result is true only if all the tests succeed. family : The name of the ope

Cross-Platform Exec Task

2004-10-28 Thread Satish Jeejula
Hi All, I am trying to write a target that calls an different executable depending upon the operating system it is running on. For example, this is my intention. I can't include element "os" in the "exec" . if I have to use 'os' attribute