Re: include-require

2009-07-13 Thread Horvath Adam
I want to define properties: Common static properties (xmlproperty is great for this) Dynamic property (property value from timestamp or from other properties) > Do you really want the contents of common.xml copied into a build.xml > file or just be able to call the targets defined in common.xml?

Re: include-require

2009-07-13 Thread Rod Mackenzie
Do you really want the contents of common.xml copied into a build.xml file or just be able to call the targets defined in common.xml? The import task may help, http://ant.apache.org/manual/CoreTasks/import.html Rod - To unsubscri

RE: include-require

2009-07-13 Thread Martin Gainty
uebernehmen. > Date: Mon, 13 Jul 2009 13:41:52 +0200 > Subject: include-require > From: arunas...@gmail.com > To: user@ant.apache.org > > Hi! > > How can I create build xml from more file? > Like 'require' or 'include' in php. > > E.g. commo

include-require

2009-07-13 Thread Horvath Adam
Hi! How can I create build xml from more file? Like 'require' or 'include' in php. E.g. common.xml: And I like to include this in more other build.xml, e.g.: ... The result should be: ... Thanks, Adam - To u