Posted By:
Anonymous
Posted On:
Wednesday, June 26, 2002 03:23 AM
The
task has an output attribute for specifying a file for the standard output. I need something similar for standard input.
Background:
I'm using a 3rd party parser generator (implemented in Java) which reads the grammar to process from standard input. I want to invoke this helper within the ant build process.
Any ideas?
Thanks, Oliver