PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3586 *** shadow/3586 Thu Sep 13 07:02:11 2001 --- shadow/3586.tmp.3902 Thu Sep 13 07:06:46 2001 *************** *** 29,32 **** p1.addTaskDefinition("property", (Class)project.getTaskDefinitions().get ("property")); ! } --- 29,39 ---- p1.addTaskDefinition("property", (Class)project.getTaskDefinitions().get ("property")); ! } ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-09-13 07:06 ------- ! In Project.java I added a parent attribute and parent accessors. ! ! In my build.xml script code I then get the parent project of the script task ! and use setUserProperty to "return" the version number amkeing it accessible to ! other tasks in the main project.
