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 108453 - I18N - javadoc not generated for file with mbyte in class or project name
Summary: I18N - javadoc not generated for file with mbyte in class or project name
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-06-28 18:00 UTC by kaa
Modified: 2007-07-10 18:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ejb_module (112.16 KB, image/jpeg)
2007-06-28 18:01 UTC, kaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2007-06-28 18:00:53 UTC
Product Version: NetBeans IDE Dev (Build 200706230000)
Java: 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06
System:Windows XP version 5.1 running on x86; MS932; ja_JP (nb)

1. Create EJB Module with mbyte in name
2. Add Entity Class with mbyte in name
3. Choose to create java doc from the pop-up menu

There are syntax errors related to encoding - the errors are in japanese since
javadoc error msgs have been translated to japanese. See attached image.
Comment 1 kaa 2007-06-28 18:01:38 UTC
Created attachment 44537 [details]
ejb_module
Comment 2 kaa 2007-06-28 19:45:54 UTC
The same problem with:
- Enterprise Application
- Enterprise App Client
Comment 3 Tomas Mysik 2007-06-29 14:26:04 UTC
Not sure if this is problem of EJB or AppClient project... Can you try it with J2SE project and let me know please?
In any case I will get more info on monday from Java team guys.
Btw I don't have any Generate JavaDoc action in popup menu for EAR project - am I missing anything?
Comment 4 Ken Frank 2007-06-29 16:29:20 UTC
It does happen on j2se and other project types - see 106944 on j2se one and suggested fix information.

ken.frank@sun.com
Comment 5 Tomas Mysik 2007-07-02 13:14:30 UTC
Checking in clientproject/src/org/netbeans/modules/j2ee/clientproject/api/AppClientProjectGenerator.java;
/cvs/j2ee/clientproject/src/org/netbeans/modules/j2ee/clientproject/api/AppClientProjectGenerator.java,v  <--  
AppClientProjectGenerator.java
new revision: 1.14; previous revision: 1.13
done
Checking in clientproject/src/org/netbeans/modules/j2ee/clientproject/resources/build-impl.xsl;
/cvs/j2ee/clientproject/src/org/netbeans/modules/j2ee/clientproject/resources/build-impl.xsl,v  <--  build-impl.xsl
new revision: 1.18; previous revision: 1.17
done
EJB and AppClient projects fixed (see issue 106944).

Checking in ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/api/EjbJarProjectGenerator.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/api/EjbJarProjectGenerator.java,v  <--  
EjbJarProjectGenerator.java
new revision: 1.16; previous revision: 1.15
done
Checking in ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/resources/build-impl.xsl;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/resources/build-impl.xsl,v  <--  build-impl.xsl
new revision: 1.72; previous revision: 1.71
done
Comment 6 kaa 2007-07-10 18:37:26 UTC
verified: 0706