Re: Set properties based on Operating System.

2011-10-18 Thread Nagesh S
dows.properties. > Then all you need in the ant file is file="${os.family}.properties"/> > > HTH, > Parag Doke > Save paper, save trees. Do not print emails/documents unless absolutely > necessary. > > > 2011/10/17 ನಾಗೇಶ್ ಸುಬ್ರಹ್ಮಣ್ಯ (Nagesh S) &g

Set properties based on Operating System.

2011-10-17 Thread Nagesh S
Hi, I would like to set the values of properties' names differently based on the OS where the build file would run. Is this already covered ? Basically, I would like to have something as follows. The os tag has values set in the same way as it happens with os attribute in exec task. In the exec ta

Ant exec task not writing STDOUT to console or to file in Windows.

2011-09-27 Thread Nagesh S
Hi, I am using the exec task to execute a program whose versions exist on Windows and Linux both. The build file is added in the Ant view of an Eclipse IDE. When the IDE is running on Windows, the STDOUT (to which, command would write to) is not directed to the output file as mentioned in the outpu