Re: Including files in build files

2002-07-09 Thread Nicola Ken Barozzi
Nicola Ken Barozzi wrote: > J.Pietschmann wrote: > >> Nicola Ken Barozzi wrote: >> >>> Also, users, what would you like to see in an top-level tag? >> >> >> Grap xsl:import, xsl:include and xsl:apply-imports from >> the XSLT spec and adapt it to buildfiles. Apply-imports >> probably becomes ant

Re: Including files in build files

2002-07-09 Thread Nicola Ken Barozzi
J.Pietschmann wrote: > Nicola Ken Barozzi wrote: > >> Also, users, what would you like to see in an top-level tag? > > Grap xsl:import, xsl:include and xsl:apply-imports from > the XSLT spec and adapt it to buildfiles. Apply-imports > probably becomes antcall-imports. Good suggestion, will do,

Re: Including files in build files

2002-07-09 Thread J.Pietschmann
Nicola Ken Barozzi wrote: > Also, users, what would you like to see in an top-level tag? Grap xsl:import, xsl:include and xsl:apply-imports from the XSLT spec and adapt it to buildfiles. Apply-imports probably becomes antcall-imports. J.Pietschmann -- To unsubscribe, e-mail:

Re: Including files in build files

2002-07-08 Thread Martin Monsorno
Nicola Ken Barozzi <[EMAIL PROTECTED]> writes: > Also, users, what would you like to see in an top-level tag? As I suppose, one of the most valuable things with ant would be an import tag together wit the possibility to "overwrite" and "extend" a target defined in an included buildfile, in the

RE: Including files in build files

2002-07-05 Thread Dominique Devienne
L PROTECTED] Subject: RE: Including files in build files Dominque: When you are done you should post the process of converting makefiles to ant build scripts Good Stuff!!! Martin Gainty -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Including files in build files

2002-07-05 Thread Nicola Ken Barozzi
Good thing you mentioned our import tag here, maybe we can get more suggestions :-) Dominique Devienne wrote: > > I personally think that as implemented is not that clean, because > of the fact that current Ant uses SAX to build the project file instead of > DOM. Using the DOM (or jdom, or what

RE: Including files in build files

2002-07-05 Thread Dominique Devienne
Answers below. --DD -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 9:48 AM To: [EMAIL PROTECTED] Subject: Including files in build files Hello everybody I'm about to prt existing Makefiles to Ant build scripts and came across some probl