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=30569>. 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=30569 basedir is not set correctly when calling subant task through ant task ------- Additional Comments From [EMAIL PROTECTED] 2004-08-20 14:52 ------- The workaround i have found for this is to use <subant> instead of <ant> ( it is a superset of the functionality ). Howerver: Another scenario which produces the same problem is as follows: 1. script calls subant on a set of directories using the genericantfile option. 2. the generic ant file in turn calls subant on a set of directories ( each with their own ant file ). The basedir is incorrectly at this point. The following scenario does not produce the problem: 1. script calls subant on a set of directories using the genericantfile option. 2. the generic ant file in turn calls ant on a build file. The basedir is correctly set at this point. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]