DO NOT REPLY [Bug 28782] - Antlib ClassLoading issues in J2EE environment

2005-03-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=28782.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28782


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
   Target Milestone|--- |1.6.2




--- Additional Comments From [EMAIL PROTECTED]  2005-03-11 17:04 ---
please reopen if the problem still exists in 1.6.2

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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 28782] - Antlib ClassLoading issues in J2EE environment

2004-12-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=28782.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28782





--- Additional Comments From [EMAIL PROTECTED]  2004-12-10 16:23 ---
Hi Claude, the change made by Jesse should do the same as
this patch. The modification to Project is not necesary are
the parent classloader has already been set correctly.
Can you check to see if ant 1.6.2 works correctly for
you?


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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 28782] - Antlib ClassLoading issues in J2EE environment

2004-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=28782.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28782

Antlib  ClassLoading issues in J2EE environment





--- Additional Comments From [EMAIL PROTECTED]  2004-07-18 14:34 ---
I think this is a duplicate of bug 30161

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 28782] - Antlib ClassLoading issues in J2EE environment

2004-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=28782.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28782

Antlib  ClassLoading issues in J2EE environment





--- Additional Comments From [EMAIL PROTECTED]  2004-07-18 18:35 ---
Yes, even the patch here is very similar to that in issue 30161. Differences:

- 30161's checks isParentFirst

- somewhat different API method added to CollectionUtils; 30161's is simpler but
28782's is more powerful for other purposes

- 30161's patch checks the case that CL.parent == ACL.parent (but still does not
handle the more general problem that ACL.parent might have CL.parent as an
ancestor and produce duplicate entries in the enumeration)

- 28782's patch does something in Project.java to handle the case where
${java.class.path} is not set to anything relevant; this may be useful, or it
may suffice for embedders to set Path.systemClassPath to a different value

Neither patch includes a unit test, which may be important since the logic is
fairly subtle and could easily be reverted unintentionally by a later commit.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 28782] - Antlib ClassLoading issues in J2EE environment

2004-05-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=28782.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28782

Antlib  ClassLoading issues in J2EE environment





--- Additional Comments From [EMAIL PROTECTED]  2004-05-10 13:01 ---
Could you provide a patch against ant head cvs?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 28782] - Antlib ClassLoading issues in J2EE environment

2004-05-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=28782.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28782

Antlib  ClassLoading issues in J2EE environment





--- Additional Comments From [EMAIL PROTECTED]  2004-05-10 17:48 ---
Created an attachment (id=11500)
Hi Peter, here is the patch, cheers

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]