DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10051>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10051 Current directory while sub-ant-ing Summary: Current directory while sub-ant-ing Product: Ant Version: 1.5Beta2 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] We have a big projects consistiong of several subprojects. Each subproject can be tested by call of common build.xml target and by call of build.xml in subproject's directory. Common build.xml just executes <ant> task to call subproject's build.xml But ant doesn't change current directory and thus tests behaviour differs. This happens because test needs some files to be read/written (at least some library calls produce log4j logs and I shouldn't get rid of them). If this is standard and OK help me with standard workaround please. Use of absolute addresses is at least inconvenient. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
