You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2004/08/24 22:25:11 UTC

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/rmic WLRmic.java

antoine     2004/08/24 13:25:10

  Modified:    src/main/org/apache/tools/ant/taskdefs/rmic WLRmic.java
  Log:
  Change to put in accordance with documentation : compiler name wlrmic, not weblogic ?
  
  Revision  Changes    Path
  1.23      +1 -1      ant/src/main/org/apache/tools/ant/taskdefs/rmic/WLRmic.java
  
  Index: WLRmic.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/rmic/WLRmic.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- WLRmic.java	5 Aug 2004 17:13:42 -0000	1.22
  +++ WLRmic.java	24 Aug 2004 20:25:10 -0000	1.23
  @@ -33,7 +33,7 @@
       /**
        * the name of this adapter for users to select
        */
  -    public static final String COMPILER_NAME = "weblogic";
  +    public static final String COMPILER_NAME = "wlrmic";
   
       public static final String ERROR_NO_WLRMIC_ON_CLASSPATH = "Cannot use WebLogic rmic, as it is not "
                                            + "available.  A common solution is to "
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/rmic WLRmic.java

Posted by Stefan Bodewig <bo...@apache.org>.
On Mon, 06 Sep 2004, Stefan Bodewig <bo...@apache.org> wrote:

> This will break builds that used "weblogic",

I've seen it has been reversed later, forget it.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/rmic WLRmic.java

Posted by Stefan Bodewig <bo...@apache.org>.
On 24 Aug 2004, <an...@apache.org> wrote:

>   Change to put in accordance with documentation : compiler name
>   wlrmic, not weblogic ?

This will break builds that used "weblogic", even if the docs said
something else.  We probably need to support both alternatives.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org