RE: Ant file command-line arguments WAS nested "fileset" error (why?)

2004-10-28 Thread George Dibi
Let me try the other version you just gave me. -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 2:44 PM To: Ant Users List Subject: RE: Ant file command-line arguments WAS nested "fileset" error (why?) > From: George

RE: Ant file command-line arguments WAS nested "fileset" error (why?)

2004-10-28 Thread George Dibi
Thanks, That works. -Original Message- From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 2:41 PM To: Ant Users List Subject: RE: Ant file command-line arguments WAS nested "fileset" error (why?) ant ivcommon_isoft -DBUILDVIEW=[insert here]

RE: Ant file command-line arguments WAS nested "fileset" error (why?)

2004-10-28 Thread Dominique Devienne
> From: George Dibi [mailto:[EMAIL PROTECTED] > > Where the ${BUILDVIEW} ${IVC_VER} ${IVC_BLD} would past in from command > line. > > > > Building ivcommon... >${perl.bin.dir} ${ivc.perl.target} ${drive} ${BUILDVIEW} > > > >

RE: Ant file command-line arguments WAS nested "fileset" error (why?)

2004-10-28 Thread RADEMAKERS Tanguy
> > > > > >-Original Message- >From: Matt Benson [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 28, 2004 2:16 PM >To: Ant Users List >Subject: RE: Ant file command-line arguments WAS nested "fileset" error >(

RE: Ant file command-line arguments WAS nested "fileset" error (why?)

2004-10-28 Thread George Dibi
[mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 2:16 PM To: Ant Users List Subject: RE: Ant file command-line arguments WAS nested "fileset" error (why?) --- George Dibi <[EMAIL PROTECTED]> wrote: > Can someone tell me how to have build.xml file to > take a comman

RE: nested "fileset" error

2004-10-28 Thread RADEMAKERS Tanguy
George, Not sure, but i think the task is what you're after. Consult the Quality Documentation ! /t >-Original Message- >From: George Dibi [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 28, 2004 9:13 PM >To: Ant Users List >Subject: RE: nested "fileset&q

RE: Ant file command-line arguments WAS nested "fileset" error (why?)

2004-10-28 Thread Matt Benson
--- George Dibi <[EMAIL PROTECTED]> wrote: > Can someone tell me how to have build.xml file to > take a command line > arguments? An example file would be appreciated. Kind of depends on what you want to do, post a problem, someone will probably solve it. Even a hypothetical one. -Matt

RE: nested "fileset" error

2004-10-28 Thread George Dibi
"fileset" error I am trying to create a war file with certain jar files. According to the docs the element takes a . But upon execution of the script I an error. I have googled this error, but do not see any known problems. Error from compiler: "The type doesn't support the nest

Re: nested "fileset" error

2004-10-28 Thread Peter Reilly
The doc does not say "takes", it says "specifies" a fileset, i.e. it "is" a fileset. So just use: Peter Scott Purcell wrote: I am trying to create a war file with certain jar files. According to the docs the element takes a . But upon execution of the script I an error. I have googled thi

RE: nested "fileset" error

2004-10-28 Thread Dominique Devienne
> From: Scott Purcell [mailto:[EMAIL PROTECTED] > > I am trying to create a war file with certain jar files. According to the > docs the element takes a . But upon execution of the script > I an error. I have googled this error, but do not see any known problems. > > Error from compiler: "The t

nested "fileset" error

2004-10-28 Thread Scott Purcell
I am trying to create a war file with certain jar files. According to the docs the element takes a . But upon execution of the script I an error. I have googled this error, but do not see any known problems. Error from compiler: "The type doesn't support the nested "fileset" element." Doe