Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Project name spaces not allowed?

Hi guys,

 

I took a look at how the problem of projects with spaces was handled in the 3.x and it seems that the NPW removed spaces when calculating the default build artifact name from project name, e.g. the for the "with spaces" project name the "withspaces" artifact name was assigned.

 

I guess we should stick to this behavior until we implement a reliable space/spec chars support for the project names.

 

I’ve raised a bug regarding this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=185044

Feel free to comment your thoughts there.

 

Mikhail

 

 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Ploett, Norbert
Sent: Wednesday, May 02, 2007 12:51 PM
To: CDT General developers list.
Subject: AW: [cdt-dev] Project name spaces not allowed?

 

Hi folks,

 

I think I have submitted a patch which fixes the problem with multiple colons on one line for the build process. https://bugs.eclipse.org/bugs/show_bug.cgi?id=117013 

 

The patch works for us internally. Read more details there, and also the reason why I think that the fix is not mature enough for committing it for general use.

 

Maybe the whole issue will disappear with the internal builder implementation, which does not any longer depend on details of the make implementation.

Has anyone tried the internal builder on this?


Best Regards
Dr. Norbert Ploett


Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Hagge, Nils
Gesendet: Mittwoch, 2. Mai 2007 10:35
An: CDT General developers list.
Betreff: AW: [cdt-dev] Project name spaces not allowed?

> A standard make tool should support quoting. 
That's what I also naively thought at the beginnging ;-)

At least which the make from cygwin that's not the case and that is really annoying since it is hard to avoid the colon thing when working with windows. 

Since I do not use spaces in names anyway (they do not make sense to me) I can live with this issue. Although you are right the IDE should address this problem and issue at least a warning.

 

Certainly, the best solution would be if quoting for all kind of names would be supported by the tools.

 

Nils

 


Back to the top