Search Results
OK to copy?
Examples 1 through 10 of
17 (0.0010 seconds)
Class:
org.apache.jk.apr.AprImpl
©,
Rating:
0% of 0,
C1
Class: org.apache.tools.ant.taskdefs.ParallelTest ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.ParallelTest ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.ParallelTest ©, Rating: 0% of 0, C1
Class: org.apache.jasper.compiler.JspRuntimeContext ©, Rating: 0% of 0, C1
Class: org.apache.jasper.compiler.JspRuntimeContext ©, Rating: 0% of 0, C3
Class: org.apache.catalina.startup.Catalina ©, Rating: 0% of 0, C2
Class: org.apache.jk.server.JkMain ©, Rating: 0% of 0, C3
Class: org.apache.tools.ant.BuildFileTest ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.BuildFileTest ©, Rating: 0% of 0, C1
104 try{
105 if( filename !=null ){
106 System.setErr( new PrintStream(new FileOutputStream(filename )));
107 }
108 }catch (Throwable th){
Class: org.apache.tools.ant.taskdefs.ParallelTest ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.ParallelTest ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.ParallelTest ©, Rating: 0% of 0, C1
141 PrintStream err = System.err;
142 System.setOut(new PrintStream(new DemuxOutputStream(project, false)));
143 System.setErr(new PrintStream(new DemuxOutputStream(project, true)));
144
145 try {
Class: org.apache.jasper.compiler.JspRuntimeContext ©, Rating: 0% of 0, C1
249
250 if(System.err instanceof SystemLogHandler)
251 System.setErr(((SystemLogHandler)System.err).getWrapped());
252
253 threadStop();
Class: org.apache.jasper.compiler.JspRuntimeContext ©, Rating: 0% of 0, C3
088 public JspRuntimeContext(ServletContext context, Options options) {
089
090 System.setErr(new SystemLogHandler(System.err));
091
092 this.context = context;
Class: org.apache.catalina.startup.Catalina ©, Rating: 0% of 0, C2
485 }
486
487 // Replace System.out and System.err with a custom PrintStream
488 // TODO: move to Embedded, make it configurable
489 SystemLogHandler systemlog = new SystemLogHandler(System.out);
Class: org.apache.jk.server.JkMain ©, Rating: 0% of 0, C3
237 if(null != err) {
238 PrintStream errS=new PrintStream(new FileOutputStream(err));
239 System.setErr(errS);
240 }
241
Class: org.apache.tools.ant.BuildFileTest ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.BuildFileTest ©, Rating: 0% of 0, C1