maguro      2005/03/12 22:19:59

  Modified:    modules/core/src/java/org/openejb/corba/compiler
                        AntCompiler.java
  Log:

  Debuggable code is helpful.
  
  Revision  Changes    Path
  1.3       +3 -2      
openejb/modules/core/src/java/org/openejb/corba/compiler/AntCompiler.java
  
  Index: AntCompiler.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/core/src/java/org/openejb/corba/compiler/AntCompiler.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AntCompiler.java  10 Nov 2004 04:38:31 -0000      1.2
  +++ AntCompiler.java  13 Mar 2005 03:19:58 -0000      1.3
  @@ -75,6 +75,7 @@
               javac.setSrcdir(path);
               javac.setDestdir(destDirectory);
               javac.setFork(false);
  +            javac.setDebug(true);
   
               for (Iterator iter = classpaths.iterator(); iter.hasNext();) {
                   path = new Path(project);
  
  
  

Reply via email to