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=28046>. 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=28046 Ant includes JARs in working directory ------- Additional Comments From [EMAIL PROTECTED] 2004-03-30 14:43 ------- Uh, maybe the problem has to do with the fact that you are trying to add the jar to itself... by calling the jar "test.jar" you are specifying that it lives in the Project's ${basedir} which is defaulted to "." due to its absence as an attribute of <project>. You set the basedir attribute of your <jar> task to "." as well. So while there could be such a problem as that described by this bug report, that doesn't do it for me in the way of evidence. I am thankful that you encountered problems trying this example, to be quite honest. :) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]