[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ant-dev
Subject:    cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Java.java
From:       bodewig () locus ! apache ! org
Date:       2000-07-31 12:32:04
[Download RAW message or body]

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) {
  
  
  

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic