show/hide this revision's text 2 Pipeline interface

I believe the Java compiler already has a non-command-line interface (com.sun.tools.javac) which Ant uses for compilation. It's neat, and should be supported by more compilers.

ETA: Re pipeline: I think a command-line option that specifies the use of such parameter-passing over stdin would be very helpful, especially in getting over the command-line length limit. And you can use it to send non-textual data too.

show/hide this revision's text 1

I believe the Java compiler already has a non-command-line interface (com.sun.tools.javac) which Ant uses for compilation. It's neat, and should be supported by more compilers.