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 output attribute of the exec task. When the output attribute is removed, the output is not seen in the Eclipse Console view either. Whereas, the same task correctly writes its output - when the IDE is invoked on Linux - to file with output attribute and to console without the output attribute.
What could be wrong ? N