Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-core-dev] question about project naming

On 6 Nov 2002, Tom Tromey wrote:

> In CProjectWizardPage.java, I see this:
> 
>         if (projectFieldContents.indexOf(' ') != -1) {
>             setErrorMessage(CUIPlugin.getResourceString("CProjectWizardPage.projectContainsSpace")); //$NON-NLS-1$
>             return false;
>         }
> 
> Why is this restriction here?

It is a badly located build restriction, but it stems from the
fact that make doesn't handle spaces very well.

Thomas
-------------------------------------------------------------
Thomas (toe-mah) Fletcher       QNX Software Systems
thomasf@xxxxxxx                 OS Technology Developer
(613)-591-0931                  http://www.qnx.com/



Back to the top