This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 163465 - Can't create project with valid symbols
Summary: Can't create project with valid symbols
Status: VERIFIED WONTFIX
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
: 163847 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-23 11:08 UTC by Oleg Khokhlov
Modified: 2009-05-27 14:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2009-04-23 11:08:59 UTC
Although it says that digits and dashes are allowed characters - it's impossible to create name where those characters
are in the beginning of project name.
E.g.
kenaiproject-01 - valid name
01-kenaiproject - invalid name

Also it doesn't allow to create names with underscore.
Are there any strict reasons to prohibit names like kenai_project ?

Product Version: NetBeans IDE Dev (Build 200904220201)
Java: 1.6.0_13; Java HotSpot(TM) Client VM 11.3-b02
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Documents and Settings\tester\.netbeans\dev
Comment 1 Petr Dvorak 2009-04-23 12:22:17 UTC
The restrictions are on the server side - Kenai.com says following about a valid project name:

"Name used in URL. Single lowercase letter followed by lowercase letters, digits and/or dashes. Maximum 20 characters.
Cannot be changed after project is created."

Therefore, "01-something" or "kenai_project" is not a valid name and client (NB IDE) can do nothing about this. :o(

(Probably an invalid issue, maybe fix the text in the dialog to be the same as on the web?)
Comment 2 Jan Becicka 2009-04-27 09:03:47 UTC
Name identifier is defined by kenai.com this way:
Single lowercase letter followed by lowercase letters, digits and/or dashes. Maximum 20 characters.

But this is too long statement for wizard. We use just "(lower case letters, digits, dashes)".




Comment 3 Petr Dvorak 2009-04-28 14:10:25 UTC
*** Issue 163847 has been marked as a duplicate of this issue. ***
Comment 4 Petr Dvorak 2009-05-27 14:49:34 UTC
Verified,

Product Version: NetBeans IDE 6.7 RC1 (Build 200905270001)
Java: 1.6.0_13; Java HotSpot(TM) Client VM 11.3-b02
System: Linux version 2.6.28-11-generic running on i386; UTF-8; en_US (nb)