DO NOT REPLY [Bug 44873] Mapper behaviour is different when using Java 6

2008-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44873


Stefan Bodewig [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||notifications@ant.apache.org
 AssignedTo|notifications@ant.apache.org|[EMAIL PROTECTED]
 Status|ASSIGNED|NEW




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


DO NOT REPLY [Bug 44873] Mapper behaviour is different when using Java 6

2008-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44873





--- Comment #4 from Stefan Bodewig [EMAIL PROTECTED]  2008-09-26 03:37:51 PST 
---
The composite mapper has two results, since one glob mapper and the identity
mapper match.

copy only uses the first result (enablemultiplemappings is false by default).

The documentation of composite mapper doesn't talk about the order of results
and in fact it uses a set in its implementation, making sort order depend on
the Java VM (or the phase of the moon).  We could fix that without breaking
anything, and I think I'll do that.

In your case you really want something else, you want some sort of composite
mapper where only the first match is used.  We don't have anything like this in
Ant right now.  Therefore I will first create a stable sort order and then
change this report to an enhancement request for a different kind of composite
mapper.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


DO NOT REPLY [Bug 44873] Mapper behaviour is different when using Java 6

2008-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44873





--- Comment #1 from Peter Reilly [EMAIL PROTECTED]  2008-04-25 09:25:52 PST 
---
Thanks for the report.
Can you give a name of a file that
that works on java5 and does not
work on java6 - it will help
with debuging.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 44873] Mapper behaviour is different when using Java 6

2008-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44873





--- Comment #2 from Edward Steel [EMAIL PROTECTED]  2008-04-25 09:28:44 PST 
---
Sure.

The input dir contains a TIGUtils-common.jar, which is expected to map to
TIGUtils.jar in the output dir.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.