RE: Include Macros Defined in a Single Directory

2010-02-22 Thread ja...@webamoeba.co.uk
@ant.apache.org, ja...@webamoeba.co.uk Subject: RE: Include Macros Defined in a Single Directory If it does not support fileset that means you are using a version earlier than 1.8.0. If you use ant-contrib you can do this: -Adam

RE: Include Macros Defined in a Single Directory

2010-02-22 Thread ja...@webamoeba.co.uk
rry Matt I didn't read your reply properly... [hangs head in shame]. Original Message: - From: Dalton, Tom tdal...@hp.com Date: Mon, 22 Feb 2010 11:39:11 + To: user@ant.apache.org, ja...@webamoeba.co.uk Subject: RE: Include Macros Defined in a Single Directory Are you using

RE: Include Macros Defined in a Single Directory

2010-02-22 Thread Adam Peck
: Sunday, February 21, 2010 4:11 AM To: Ant Users List Subject: Re: Include Macros Defined in a Single Directory Hi Matt thanks for the suggestion. Unfortunately import does not appear to support the type. When running this I get the following error: "import doesn't support the nested files

RE: Include Macros Defined in a Single Directory

2010-02-22 Thread Dalton, Tom
Are you using Ant 1.8.0? Tom -Original Message- From: James Kennard [mailto:ja...@webamoeba.co.uk] Sent: 21 February 2010 11:11 To: Ant Users List Subject: Re: Include Macros Defined in a Single Directory Hi Matt thanks for the suggestion. Unfortunately import does not appear to

Re: Include Macros Defined in a Single Directory

2010-02-21 Thread James Kennard
Hi Matt thanks for the suggestion. Unfortunately import does not appear to support the type. When running this I get the following error: "import doesn't support the nested fileset element". I had another hunt around the internet and found a solution (have yet to try it but it looks like it s

Re: Include Macros Defined in a Single Directory

2010-02-20 Thread Matt Benson
Ant 1.8.0 shipped with the ability to nest any resourcecollection into your import task: Should work for you. -Matt On Feb 19, 2010, at 5:52 PM, James Kennard wrote: Hi, I have been defining macros in individual files and as a result every time I add a new macro I am adding an impo