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 - I18N - allow example project name to be editable if 48902 not fixed
Summary: I18N - allow example project name to be editable if 48902 not fixed
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2004-09-14 00:29 UTC by Ken Frank
Modified: 2007-08-06 13:10 UTC (History)
1 user (show)

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 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