Nick Chalko wrote:
ant.file.centname is not being set.
> > importcent is working because it sets centname.cent.dir for the cent > before calling import.
You're right.
This :
+ // make the location available ( for imported files and top level )
+ project.setUserProperty("ant.file."+context.currentProjectName,
+ context.buildFile.toString());
had been added here: http://cvs.apache.org/viewcvs/jakarta-ant/src/main/org/apache/tools/ant/helper/ProjectHelper2.java.diff?r1=1.3&r2=1.4&diff_format=h
But taken away here: http://cvs.apache.org/viewcvs/jakarta-ant/src/main/org/apache/tools/ant/helper/ProjectHelper2.java.diff?r1=1.4&r2=1.5&diff_format=h
Because of failures for the basedir stuff and not added back.
Can you please readd that line? Thanks :-)
-- Nicola Ken Barozzi [EMAIL PROTECTED] - verba volant, scripta manent - (discussions get forgotten, just code remains) ---------------------------------------------------------------------
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>