I am not an experienced user of maven. while I find
some way to using maven in chinese environment. 

Currently, the code on CVS has on little problem. :-(
I check maven source code, find maven using
ResourceBoundle to load Message.properties (for
english environment), or messages_zh_CN.properties
(for chinese environment). I also check the
messages_zh_CN.properties. Here is the problem!
messages_zh_CN.properties is a GB2312 encoding file.
In Java, only unicode Resouce file can be accepted. so
I change its encoding using native2ascii:

% cp messages_zh_CN.properties
messages_zh_CN.properties.txt
% native2ascii messages_zh_CN.properties.txt
messages_zh_CN.properties

ok, that's all, no source code need to be modified,
thanks maven develop team! 

I hope develop team can fix this bug and make it works
for maven user.

chinese user can visitor
http://www.huangdong.com/bbs/showthread.php?s=&threadid=1203
for chinse version of this mail.

Eric Wang

__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to