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=37085>.
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=37085


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From [EMAIL PROTECTED]  2005-10-18 20:20 -------
OK, I have downloaded your attachments and tested what you say.

I can summarize your problem as follow :

1) you have a jar containing a custom ant task called "AntTaskLibrary.jar"

2) this jar says in his manifest that it wants to load
"ext/AntTaskDepedentLibrary.jar"

3) in your buildfile, you taskdef your custom AntTestTask using a classpath
containing only "AntTaskLibrary.jar"

you rely on the feature that a jar will tell the class loader to also load jars
listed in the Class-Path manifest attribute

4) the problem is that this works as long as "AntTaskLibrary.jar" is in a
directory whose name does not include spaces

5) I can confirm that this is an issue, but I doubt this is an ant issue

6) Sounds more like a Java Bug. I would look for this in the Bug parade. For
your info, I have tested your problem using  1.5.0_04-b05.

I will close this problem report as invalid, since the problem does exist, but
it is not caused by ant.

Cheers,

Antoine

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

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

Reply via email to