You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@locus.apache.org on 2000/12/05 21:05:44 UTC

cvs commit: xml-xalan/java/samples/Trace Trace.java

dleslie     00/12/05 12:05:42

  Modified:    java/samples/Trace Trace.java
  Log:
  Added message indicating where output is to be found.
  
  Revision  Changes    Path
  1.4       +2 -0      xml-xalan/java/samples/Trace/Trace.java
  
  Index: Trace.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/Trace/Trace.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Trace.java	2000/12/05 13:35:34	1.3
  +++ Trace.java	2000/12/05 20:05:39	1.4
  @@ -52,5 +52,7 @@
       // Close the PrintWriter and FileWriter.
       pw.close();
       fw.close();
  +   	System.out.println("**The output is in foo.out; the log is in events.log ****");	
  +    
     }
   }