bodewig     00/07/31 05:32:03

  Modified:    src/main/org/apache/tools/ant/taskdefs Java.java
  Log:
  Somehow lost the jvm attribute of <java> with last update.
  
  Revision  Changes    Path
  1.14      +7 -0      
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Java.java
  
  Index: Java.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Java.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Java.java 2000/07/31 12:09:28     1.13
  +++ Java.java 2000/07/31 12:32:02     1.14
  @@ -180,6 +180,13 @@
       }
   
       /**
  +     * Set the command used to start the VM (only if fork==false).
  +     */
  +    public void setJvm(String s) {
  +        cmdl.setVm(s);
  +    }
  +        
  +    /**
        * Throw a BuildException if process returns non 0.
        */
       public void setFailonerror(boolean fail) {
  
  
  

Reply via email to