Community
Participate
Working Groups
Build Identifier: 20100617-1415 In the Run/Debug:Console preference page, unchecking the boxes "Show when program writes to standard out" and "Show when program writes to standard error" has no effect. I notice this when transforming XML with an XSLT stylesheet using either the JRE Instance Default or Xalan 2.7.1 processors. Reproducible: Always Steps to Reproduce: 1.uncheck either or both boxes, and apply and close 2.run xslt transformation with errors 3.view console
So you're running a Java program that performs XSLT transforms or what?
Yes, I installed Eclipse for PHP, which includes two XSL processors. They both appear to be written in Java.
Those buttons control whether the console view should be popped to the top of the stack (so they are visible). They do not control whether std out/error are written out to the console. Closing as WORKSFORME. If I have misunderstood you, please reopen.