Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 45617 invoked from network); 24 Aug 2004 20:25:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Aug 2004 20:25:14 -0000 Received: (qmail 1858 invoked by uid 500); 24 Aug 2004 20:25:13 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 1518 invoked by uid 500); 24 Aug 2004 20:25:11 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 1496 invoked by uid 500); 24 Aug 2004 20:25:11 -0000 Received: (qmail 1490 invoked by uid 99); 24 Aug 2004 20:25:11 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 24 Aug 2004 13:25:11 -0700 Received: (qmail 45567 invoked by uid 1652); 24 Aug 2004 20:25:11 -0000 Date: 24 Aug 2004 20:25:11 -0000 Message-ID: <20040824202511.45566.qmail@minotaur.apache.org> From: antoine@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/rmic WLRmic.java X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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