On Fri, 2005-05-13 at 11:38 +0100, Jose Alberto Fernandez wrote: > I would advocate to allow the importer the specify the aliasing name > it > wants to use for the imported things, so one has something like: > > foo.xml > <project name="foo1"> > <target name="compile">...</target> > </project> > > bar.xml > <project name="bar1"> > <import file="foo.xml" as="imp1"/> > <target name="barcompile" depends="imp1.compile">...</target> > </project>
+1 to the 'as="<name>"'. Would we still be able to reference "imp1.compile" as just "compile" if the target has not been overridden in the importing build script: I think this is very important to maintain. Phil :n. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]