Re: Converting path to fileset issue.

2007-11-05 Thread MikeO
the fileset's dir attribute. You are > referring to the nested-element of (and > ) which indeed accepts a single pattern only. > > --DD > Excellent. Thank you so much. I had no idea it could work like that. Problem solved! -- View this message in context: http://www.nabble

Re: Converting path to fileset issue.

2007-11-05 Thread Dominique Devienne
On 11/5/07, MikeO <[EMAIL PROTECTED]> wrote: > I tried something similar before, but from my experience, it seems that the > fileset task doesn't like dealing with semi-colon separated lists, and only > deals with single files/directories. My mistake. You must use comma indeed, instead of semi-col

Re: Converting path to fileset issue.

2007-11-05 Thread MikeO
y I think. --DD > > PS: Note the use of forward slashes in .properties. Always prefer > forward slashes in Ant. > > -- View this message in context: http://www.nabble.com/Converting-path-to-fileset-issue.-tf4738646.html#a13589882 Sent from the Ant - Dev mailing list arc

Re: Converting path to fileset issue.

2007-11-02 Thread Dominique Devienne
On 11/2/07, MikeO <[EMAIL PROTECTED]> wrote: > classpath.jar.include=lib;lib\ext;lib\config > What am I doing wrong? Am I even on the right track? Thanks in advance. You're better off leveraging the includes attribute of fileset in this case IMHO. env.properties classpath.jar.include =

Converting path to fileset issue.

2007-11-02 Thread MikeO
context: http://www.nabble.com/Converting-path-to-fileset-issue.-tf4738646.html#a13551372 Sent from the Ant - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail