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 127926 - I18N - WebApp with VW JSF framework doesn't compile with mbyte in its name and path
Summary: I18N - WebApp with VW JSF framework doesn't compile with mbyte in its name an...
Status: VERIFIED WORKSFORME
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ potingwu
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-02-20 17:21 UTC by kaa
Modified: 2008-02-27 14:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (14.34 KB, image/jpeg)
2008-02-20 17:22 UTC, kaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2008-02-20 17:21:41 UTC
Product Version: NetBeans IDE Dev (Build 200802120006)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Windows XP version 5.1 running on x86; MS932; ja_JP
Project encodings: UTF-8/win-31j

Steps:

1. Cteate WebApp with VW JSF framework using mbyte in its name (server is GFv2)
2. Use mbyte in the path of the project
3. Invoke Clean and Build

There was a warning message: Could not find file to copy.
I found bad mbyte chars in shown path. Probably the reason is in the recent API changes. Compilation of the Simple
WebApp, WebApp with JSF and WebApp with Struts looks ok. I'm running in the Japan locale, using a pseudo localized Netbeans.
Comment 1 kaa 2008-02-20 17:22:30 UTC
Created attachment 56934 [details]
image
Comment 2 _ potingwu 2008-02-20 17:40:28 UTC
I just tried it under zh_TW and everything is working correctly. Your build or userdir may contain dirty previous build.
Comment 3 _ potingwu 2008-02-20 17:46:14 UTC
AIt also works for me under Japanese locale. Do you use Japanese under Japanese locale? Actually it works for me even I
use mixed Chinese/Japanese under both Chinese/Japanese locales.
Comment 4 kaa 2008-02-20 17:50:53 UTC
I am in Japanese locale using Japanese language.
What build are you using? Did you enter ja chars in project name and location?
Comment 5 _ potingwu 2008-02-20 17:52:31 UTC
I'm using the current trunk. Yes, I use both Japanese and Chinese characters for both the name and location.
Comment 6 Ken Frank 2008-02-20 20:29:48 UTC
the original report from kaa is not complete; it should have stated if the
behavior was seen in en locale and also behavior if non multibyte was used in ja locale.
this is important information to have even before filing such an issue
and should be in all such issues.

I am marking with incomplete keyword.

ken.frank@sun.com
Comment 7 kaa 2008-02-27 14:50:41 UTC
re-check with:

Product Version: NetBeans IDE Dev (Build 200802191203)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Windows XP version 5.1 running on x86; MS932; ja_JP (nb)

Not reproducible in eng and ja locales