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? !