Hopefully this is still within the realm of user question :)

I have some code as part of a build that executes a call to `java
-version` via Runtime (I saw a bunch of "process" related classes in
Gradle source but could not see how to read back outputs from the
command).  Anyway, I launch this process and handle its streams (both
stdout and stderr) explicitly in my code.  

Yet for some reason the process output is still being written to either
stdout or stderr of the gradle process.  Does Gradle perhaps plugin in
custom streams with System?  Basically I want to know how to not have
the output come to the gradle output.

-- 
Steve Ebersole <[email protected]>
http://hibernate.org


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to