Re: Reading files, but not properties...

2007-03-08 Thread Andrew Close
On 3/8/07, Dominique Devienne <[EMAIL PROTECTED]> wrote: > > > includesfile="${ant.project.name}.dependencies" /> > Watch out that the order you'll get is "undefined", and possibly independent of the order in your includesfile... It's the order in which 's scan the dirs that matters,

Re: Reading files, but not properties...

2007-03-08 Thread Dominique Devienne
Watch out that the order you'll get is "undefined", and possibly independent of the order in your includesfile... It's the order in which 's scan the dirs that matters, and this is OS dependent (and yet apparently often alphabetical...) --DD -

Re: Reading files, but not properties...

2007-03-08 Thread Andrew Close
On 3/7/07, Andrew Close <[EMAIL PROTECTED]> wrote: On 3/2/07, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On 3/2/07, Andrew Close <[EMAIL PROTECTED]> wrote: > > we currently have a file included with our projects called 'jar.list'. > > this file contains a list of JAR files that the project

Re: Reading files, but not properties...

2007-03-07 Thread Andrew Close
On 3/2/07, Dominique Devienne <[EMAIL PROTECTED]> wrote: On 3/2/07, Andrew Close <[EMAIL PROTECTED]> wrote: > we currently have a file included with our projects called 'jar.list'. > this file contains a list of JAR files that the project depends upon. > i.e. > > apache-ant-1.7.0.jar > productA.

Re: Reading files, but not properties...

2007-03-02 Thread Dominique Devienne
On 3/2/07, Andrew Close <[EMAIL PROTECTED]> wrote: we currently have a file included with our projects called 'jar.list'. this file contains a list of JAR files that the project depends upon. i.e. apache-ant-1.7.0.jar productA.jar productB.jar etc.jar i'd like to be able to convert the content

Reading files, but not properties...

2007-03-02 Thread Andrew Close
we currently have a file included with our projects called 'jar.list'. this file contains a list of JAR files that the project depends upon. i.e. apache-ant-1.7.0.jar productA.jar productB.jar etc.jar i'd like to be able to convert the contents of this file into a path-like structure: