AW: Build fails when 'java' task's "arg line" contains a directory path with spaces

2008-09-30 Thread Jan.Materne
>> Just correcting my example; obviously you only want to quote the individual >> arguments: > >That could still confuse the line breaking code. > >I would suggest > >1. breaking everything up > > > > > >2. run ant -verbose to see what is being passed in > >The @{} signs show that macros are at pl

Re: Build fails when 'java' task's "arg line" contains a directory path with spaces

2008-09-30 Thread Steve Loughran
Chad McHenry wrote: Just correcting my example; obviously you only want to quote the individual arguments: That could still confuse the line breaking code. I would suggest 1. breaking everything up 2. run ant -verbose to see what is being passed in The @{} signs show that macros are at

Re: Build fails when 'java' task's "arg line" contains a directory path with spaces

2008-09-30 Thread Chad McHenry
naged >> Services Group) | Persistent Systems >> >> [EMAIL PROTECTED] | Cell: +91 93701 31472 | Tel: +91 (20) >> 3023 >> 6447 >> >> Innovation in software product design, development and delivery- >> www.persistentsys.com >> >> >> >> >>

Re: Build fails when 'java' task's "arg line" contains a directory path with spaces

2008-09-30 Thread Chad McHenry
Systems > > [EMAIL PROTECTED] | Cell: +91 93701 31472 | Tel: +91 (20) > 3023 > 6447 > > Innovation in software product design, development and delivery- > www.persistentsys.com > > > > > > -Original Message- > From: Andy Stevens [mailto:[EMAIL PROT

RE: Build fails when 'java' task's "arg line" contains a directory path with spaces

2008-09-30 Thread Vivek Payala
Build fails when 'java' task's "arg line" contains a directory path with spaces 2008/9/29 Vivek Payala <[EMAIL PROTECTED]>: > Our build fails while executing the following task. It fails only when the > application is installed in a directory hav

Re: Build fails when 'java' task's "arg line" contains a directory path with spaces

2008-09-29 Thread Andy Stevens
2008/9/29 Vivek Payala <[EMAIL PROTECTED]>: > Our build fails while executing the following task. It fails only when the > application is installed in a directory having space. > > errorproperty="runerror"> > > > > > > > > If the @{conf

Build fails when 'java' task's "arg line" contains a directory path with spaces

2008-09-29 Thread Vivek Payala
Hello, Our build fails while executing the following task. It fails only when the application is installed in a directory having space. If the @{configDir} directory does not have spaces then the build succeeds. W