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=40422>. 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=40422 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED ------- Additional Comments From [EMAIL PROTECTED] 2006-09-08 07:29 ------- But this design make problems. We have main project with some subprojects. All subproject uses the "result.dir" property. All subprojects save build results in this folder. The main project define "result.dir" property too and save its result in this folder and result of subprojects in subfolder of this folder. For example: <ant dir="...project1" > <proeprty name="result.dir" value="${result.dir}/project1 </ant> <ant dir="...project2" > <proeprty name="result.dir" value="${result.dir}/project2 </ant> When I run ant without parameters, it works fine. The result of subprojects are in the subfolders. But when somebody set -Dresul.dir=... in order to change the result folder, the structure of the folder tree change. All results from subprojects are in the same folder. -- 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]