AW: for refid

2006-07-28 Thread Jan.Materne
With Ant 1.7 (after HackathonEU 2005) is also a Resource-Selector. So a should be possible. Jan >-Ursprüngliche Nachricht- >Von: Michael Giroux [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 25. Juli 2006 17:58 >An: Ant Users List >Betreff: Re: for refid >

Re: for refid

2006-07-25 Thread Michael Giroux
Dominique, On 7/25/06, Dominique Devienne <[EMAIL PROTECTED]> wrote: Which is what I suggested yesterday. A little longer, but not that much, and just one extra property for the dir. --DD Sorry, I did not understand what you were suggesting. The example really helps. Thanks. Michael --

Re: for refid

2006-07-25 Thread Dominique Devienne
Right. All (normal) Ant types do not accept any attributes or nested elements when refid is used. But you can almost do it using: Which is what I suggested yesterday. A little longer, but not that much, and just one extra property for the dir. --DD On 7/25/06, Michael Giroux <[EMAIL PROTE

Re: for refid

2006-07-25 Thread Michael Giroux
Dominique, On 7/24/06, Dominique Devienne <[EMAIL PROTECTED]> wrote: is a selector, and thus will never have a refid attribute. I'm not suggesting that accept a refid attribute. What I'm saying is that a fileset with a refid cannot contain a selector. This form is not allowed. In fac

Re: for refid

2006-07-24 Thread Dominique Devienne
d is probably a better idea anyway. --DD On 7/24/06, Michael Giroux <[EMAIL PROTECTED]> wrote: Currently, is not supported for refid. I would like to suggest that this is a needed feature. I have a project that must be built on several platforms. The build.xml uses scp to copy the files

for refid

2006-07-24 Thread Michael Giroux
Currently, is not supported for refid. I would like to suggest that this is a needed feature. I have a project that must be built on several platforms. The build.xml uses scp to copy the files to each target system, then sshexec to execute the build script. The files are the same on all