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 48967

Summary: I18N - allow example project name to be editable if 48902 not fixed
Product: javaee Reporter: Ken Frank <kfrank>
Component: Web ProjectAssignee: Martin Grebac <mgrebac>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug
Priority: P2 Keywords: I18N
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description Ken Frank 2004-09-14 00:29:51 UTC
48902 deals with on windows, use of multibyte
in project name does not allow project to run.

From comments by developer on it, it seems that
its not viewed as an issue that will be fixed,
so since the name of the web sample projects 
are hardcoded based on bundle values, and since
the project name in the wizard is not editable
(samples and mobile project names are) -
then at least if the name is editable, user can
read release notes and change proj name to all 
ascii

other solution would be for l10n not to translate 
the names of these 3 sample projects - but that
means the words would be in english
Comment 1 Martin Grebac 2004-09-15 13:39:10 UTC
Fixed in trunk:

Checking in WebSampleProjectGenerator.java;
/cvs/web/examples/src/org/netbeans/modules/web/examples/WebSampleProjectGenerator.java,v
 <--  WebSampleProjectGenerator.java
new revision: 1.9; previous revision: 1.8
done
Checking in PanelProjectLocationVisual.java;
/cvs/web/examples/src/org/netbeans/modules/web/examples/PanelProjectLocationVisual.java,v
 <--  PanelProjectLocationVisual.java
new revision: 1.3; previous revision: 1.2
done
Comment 2 Dan Kolar 2007-08-06 13:10:30 UTC
v