You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by en...@sgx.com on 2003/12/08 08:44:38 UTC

Javadoc useexternalfile fails with directory names containing spaces

My project has a large collection of source files.  When I use the
'useexternalfile' option to build the javadoc, my base directory could not
contain any space character.  Otherwise, the build will fail.

I think this might be a Ant javadoc task problem, because the 'fileset' tag
treats the space character as a delimiter.  Thus, if a directory is called
'foo bar', it becomes two directories 'foo' and 'bar'.

I don't have such problem if I set the 'useexternalfile' option off.

I wonder if this is considered a bug, or perhaps, it is not a good practice
to have directory names with spaces.  Any workaround with this?


Regards,
Eng Hoe
App Dev-DCS
SGX-IT Division

DID: (65) 62368963
FAX: (65) 64388840
email: enghoe@sgx.com

Confidentiality Caution
=======================
Privileged/Confidential Information may be contained in this message. If
you are not the addressee indicated in this message (or responsible for
delivery of the message to such person), you may not copy or deliver this
message to anyone. In such case, you should destroy this message and kindly
notify the sender by reply email. Opinions, conclusions and other
information in this message that is not of an official nature shall be
deemed as neither given nor endorsed by SGX unless indicated by an
authorised representative independent of this message.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Javadoc useexternalfile fails with directory names containing spaces

Posted by di...@multitask.com.au.
It's most definitely a bug.

Can you post the issue details in Jira?
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/



enghoe@sgx.com wrote on 08/12/2003 06:44:38 PM:

> My project has a large collection of source files.  When I use the
> 'useexternalfile' option to build the javadoc, my base directory could 
not
> contain any space character.  Otherwise, the build will fail.
> 
> I think this might be a Ant javadoc task problem, because the 'fileset' 
tag
> treats the space character as a delimiter.  Thus, if a directory is 
called
> 'foo bar', it becomes two directories 'foo' and 'bar'.
> 
> I don't have such problem if I set the 'useexternalfile' option off.
> 
> I wonder if this is considered a bug, or perhaps, it is not a good 
practice
> to have directory names with spaces.  Any workaround with this?
> 
> 
> Regards,
> Eng Hoe
> App Dev-DCS
> SGX-IT Division
> 
> DID: (65) 62368963
> FAX: (65) 64388840
> email: enghoe@sgx.com
> 
> Confidentiality Caution
> =======================
> Privileged/Confidential Information may be contained in this message. If
> you are not the addressee indicated in this message (or responsible for
> delivery of the message to such person), you may not copy or deliver 
this
> message to anyone. In such case, you should destroy this message and 
kindly
> notify the sender by reply email. Opinions, conclusions and other
> information in this message that is not of an official nature shall be
> deemed as neither given nor endorsed by SGX unless indicated by an
> authorised representative independent of this message.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org