Re: Trouble building with space in path

2007-08-15 Thread David Weintraub
Try this: Instead of this: The """ will be translated into quotation marks, and thus keep the entire argument together. On 8/15/07, Gilbert Rebhan <[EMAIL PROTECTED]> wrote: > Hi, > > [EMAIL PROTECTED] wrote: > > I'm having trouble build a project that has a space in its path. > > without lo

Re: Trouble building with space in path

2007-08-15 Thread Dominique Devienne
On 8/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm having trouble build a project that has a space in its path. You may be able to work around the problem by combining the 'dir' and 'relative' attributes of , since it appears the relative path starting at ${sqlj.dir} is space-free. Th

Re: Trouble building with space in path

2007-08-15 Thread Gilbert Rebhan
Hi, [EMAIL PROTECTED] wrote: I'm having trouble build a project that has a space in its path. without looking for the details = try the good old "'your/dir with spaces/in it'" pattern. Regards, Gilbert - To unsubscribe, e-

Re: Javadoc error

2007-08-15 Thread Dominique Devienne
On 8/15/07, Eric Wood <[EMAIL PROTECTED]> wrote: > We are running javadoc against about 2500 java files and when we run it > we get the following error: > > javadoc: > [javadoc] Generating Javadoc > [javadoc] Javadoc execution > [javadoc] Warning: UNIXProcess.forkAndExec native error: The par

Trouble building with space in path

2007-08-15 Thread L . Charbonneau
Good day, I'm having trouble build a project that has a space in its path. - I tried with ant 1.6.5 and 1.7.0. - Other users of this build script have a path with spaces and are not having any problems. - I'm getting this from both the command line and from the IDE. Here's the target that give m

RE: Javadoc error

2007-08-15 Thread Loehr, Ruel
Break it up into several calls? -Original Message- From: Eric Wood [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 15, 2007 1:17 PM To: user@ant.apache.org Subject: Javadoc error We are running javadoc against about 2500 java files and when we run it we get the following error: javado

Javadoc error

2007-08-15 Thread Eric Wood
We are running javadoc against about 2500 java files and when we run it we get the following error: javadoc: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Warning: UNIXProcess.forkAndExec native error: The parameter or environment lists are too long. When looking at the