https://issues.apache.org/bugzilla/show_bug.cgi?id=52556
Bug #: 52556
Summary: Remove check for duplicate entries on local classpath
Product: Ant
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Created attachment 28223
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28223
Proposed patch to fix the problem
Checking for duplicate entries on local classpath in src/script/ant, line 180,
causes problems when in a file located in ant.d, a subsequent entry is a
substring of a previous one; such as having 'ant/ant-antlr antlr' results in
antlr not being put on local classpath. Would it be admissible for you to drop
this test entirely?
Related discussion can be found at
https://bugzilla.redhat.com/show_bug.cgi?id=755325
Patch attached.
Thank you, TR
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.