From ant-dev-return-13444-apmail-jakarta-ant-dev-archive=jakarta.apache.org@jakarta.apache.org Mon May 07 19:45:40 2001 Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 56072 invoked by uid 500); 7 May 2001 19:45:13 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 55233 invoked from network); 7 May 2001 19:44:32 -0000 Date: Mon, 7 May 2001 12:44:55 -0700 (PDT) Message-Id: <200105071944.MAA19390@nagoya-a.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org, mgaffney@unwiredexpress.com Cc: Subject: [Bug 1643] Changed - javac uses incorrect classpath X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1643 *** shadow/1643 Mon May 7 10:03:59 2001 --- shadow/1643.tmp.19387 Mon May 7 12:44:55 2001 *************** *** 2,10 **** | javac uses incorrect classpath | +----------------------------------------------------------------------------+ | Bug #: 1643 Product: Ant | ! | Status: NEW Version: 1.3 | ! | Resolution: Platform: PC | ! | Severity: Blocker OS/Version: | | Priority: High Component: Core tasks | +----------------------------------------------------------------------------+ | Assigned To: ant-dev@jakarta.apache.org | --- 2,10 ---- | javac uses incorrect classpath | +----------------------------------------------------------------------------+ | Bug #: 1643 Product: Ant | ! | Status: RESOLVED Version: 1.3 | ! | Resolution: WORKSFORME Platform: PC | ! | Severity: Blocker OS/Version: All | | Priority: High Component: Core tasks | +----------------------------------------------------------------------------+ | Assigned To: ant-dev@jakarta.apache.org | *************** *** 45,48 **** { } ! Should fail, but it does not. --- 45,53 ---- { } ! Should fail, but it does not. ! ! ------- Additional Comments From steve_l@iseran.com 2001-05-07 12:44 ------- ! Is there some particular reason why includeAntRuntime="no" can not be used in ! your javac task? !