Hi -
Unfortunately, the best way around the problem is to use path names without
any spaces.
The next best alternative is to usually translate the long name (with
embedded spaces) to a DOS 8.3 name.
Use the DOS prompt command "dir/x" to do this.
EXAMPLE:
C:\Documents and Settings\paulsm>dir/x c:\
04/26/2003 07:54 PM <DIR> DOCUME~1 Documents and Settings
04/26/2003 09:42 PM <DIR> PROGRA~2 Program Files
..
<= THE "LONG NAME" IS "Documents and Settings" OR "Program Files"
THE 8.3 EQUIVALENTS (ON THIS PARTICULAR PC *ONLY*) ARE
"DOCUME~1" AND "PROGRA~2"
> [Original Message]
> From: Bertil Karlsson <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Date: 4/1/2004 11:09:06 AM
> Subject: Whitespace in filepath's when using javadoc plugin
>
> Is there a way around the problem that the javadoc plugin produces, if
> the filepath of sources
> contains whitespace?
>
> I have a developer in my project that has his project under
> 'C:\Documents and Settings\...' and this
> seems to upset the javadoc tool. I have browsed the FAQ and archives for
> the javadoc plugin
> and also tried to STFW for this problem with no luck!
>
> Greatful for any leads in this matter. I have tried to change the
> javadoc jelly code to try to
> surround the files with "...", but have not been successfull yet.
>
> BRGDS
>
> /Bertil
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]