Re: Whitespace in filepath's when using javadoc plugin

2004-04-01 Thread Kevin Hagel
ent (short filename generation is an optional feature of NTFS and AFAIK not at all possible on any *nix). -Original Message- From: Kevin Hagel [mailto:[EMAIL PROTECTED] Sent: 01 April 2004 16:11 To: Maven Users List Subject: Re: Whitespace in filepath's when using javadoc plugin You m

Re: Whitespace in filepath's when using javadoc plugin

2004-04-01 Thread Kevin Hagel
ject: Re: Whitespace in filepath's when using javadoc plugin You may have to walk through the directories doing a dir /x "C:\Documents and Settings" will look like: C:\DOCUME~1 I develop on a windows box now and the, I just avoid directories with spaces. It confuses the t

RE: Whitespace in filepath's when using javadoc plugin

2004-04-01 Thread Peter Bright
Original Message- > From: Kevin Hagel [mailto:[EMAIL PROTECTED] > Sent: 01 April 2004 16:11 > To: Maven Users List > Subject: Re: Whitespace in filepath's when using javadoc plugin > > > You may have to walk through the directories doing a > > dir /x > >

Re: Whitespace in filepath's when using javadoc plugin

2004-04-01 Thread Kevin Hagel
You may have to walk through the directories doing a dir /x "C:\Documents and Settings" will look like: C:\DOCUME~1 I develop on a windows box now and the, I just avoid directories with spaces. It confuses the tokenizers. Bertil Karlsson wrote: Is there a way around the problem that the j