Re: [Nant-users] Passing a fileset as argument to external program

2004-08-06 Thread Gary Feldman
>From: "Rodrigo B. de Oliveira" <[EMAIL PROTECTED]> >Sent: Thursday, August 05, 2004 7:37 PM > Too little information on my email perhaps? :-) Or too many assumptions on my part? I was assuming it was an established Ant script for a complete Java project or subproject. > Just a thought, but h

Re: [Nant-users] Passing a fileset as argument to external program

2004-08-05 Thread Ian MacLean
Rodrigo B. de Oliveira wrote: Em Qui, 2004-08-05 Ãs 11:24, Gary Feldman escreveu: I was assigned the job of incrementing the build script and decided to organize some of the things I'd need as tasks. I like nant and boo best than ant and java so here am I. BTW, here's what I did based on the sug

Re: [Nant-users] Passing a fileset as argument to external program

2004-08-05 Thread Ian MacLean
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Rodrigo B. de Oliveira" <[EMAIL PROTECTED]> Cc: "nant-users" <[EMAIL PROTECTED]> Sent: Thursday, August 05, 2004 5:43 AM Subject: Re: [Nant-users] Passing a fileset as argument to

Re: [Nant-users] Passing a fileset as argument to external program

2004-08-05 Thread Rodrigo B. de Oliveira
Em Qui, 2004-08-05 Ãs 11:24, Gary Feldman escreveu: > >From: "Rodrigo B. de Oliveira" <[EMAIL PROTECTED]> > >Sent: Wednesday, August 04, 2004 2:02 PM > > > > Hi, I'm migrating an ant based build file to nant. One of the things I > > Rather than looking at various ways of doing this in nant, I t

Re: [Nant-users] Passing a fileset as argument to external program

2004-08-05 Thread Jaroslaw Kowalski
t; <[EMAIL PROTECTED]> To: "Rodrigo B. de Oliveira" <[EMAIL PROTECTED]> Cc: "nant-users" <[EMAIL PROTECTED]> Sent: Thursday, August 05, 2004 5:43 AM Subject: Re: [Nant-users] Passing a fileset as argument to external program > Rodrigo B. de Oliveira wrote: &g

RE: [Nant-users] Passing a fileset as argument to external program

2004-08-04 Thread Troy Laurin
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Rodrigo B. de Oliveira > Sent: Thursday, 5 August 2004 2:03 AM > To: nant-users > Subject: [Nant-users] Passing a fileset as argument to > external program > >

Re: [Nant-users] Passing a fileset as argument to external program

2004-08-04 Thread Ian MacLean
Rodrigo B. de Oliveira wrote: Hi, I'm migrating an ant based build file to nant. One of the things I need to migrate is the invocation of the java vm passing a classpath as an argument, ant allows one to do it like this:

[Nant-users] Passing a fileset as argument to external program

2004-08-04 Thread Rodrigo B. de Oliveira
Hi, I'm migrating an ant based build file to nant. One of the things I need to migrate is the invocation of the java vm passing a classpath as an argument, ant allows one to do it like this: