bodewig     2004/12/07 23:58:41

  Modified:    src/main/org/apache/tools/ant/taskdefs/compilers Tag:
                        ANT_16_BRANCH Jikes.java
  Log:
  merge
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.22.2.6  +2 -0      
ant/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java
  
  Index: Jikes.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java,v
  retrieving revision 1.22.2.5
  retrieving revision 1.22.2.6
  diff -u -r1.22.2.5 -r1.22.2.6
  --- Jikes.java        7 Dec 2004 15:55:39 -0000       1.22.2.5
  +++ Jikes.java        8 Dec 2004 07:58:41 -0000       1.22.2.6
  @@ -190,6 +190,8 @@
               if (source.equals("1.1") || source.equals("1.2")) {
                   // support for -source 1.1 and -source 1.2 has been
                   // added with JDK 1.4.2, Jikes doesn't like it
  +                attributes.log("Jikes doesn't support '-source "
  +                               + source + "', will use '-source 1.3' 
instead");
                   cmd.createArgument().setValue("1.3");
               } else {
                   cmd.createArgument().setValue(source);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to