Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-771 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-771 Summary: Missing localisation entries when using <beaninfo i18n="true"> Type: Bug Status: Open Priority: Minor Original Estimate: 3 hours Time Spent: Unknown Remaining: 3 hours Project: XDoclet Components: Java Module Versions: 1.2 Assignee: xdoclet-devel (Use for new issues) Reporter: Aurelio Joaniquet Created: Fri, 16 Jan 2004 12:21 PM Updated: Fri, 16 Jan 2004 12:21 PM Description: When activating the flag <beaninfo i18n="true"> the generated .properties file does not contain the localisation entries for the javabean properties. For example in the test file ..\javabean\SimpleI8NBean.java I add the following property tag: /** * @javabean.property * displayName="SimpleProperty" * shortDescription="This is an example of a simple property" */ public int getSimpleProperty() { return m_simpleProperty; } ...but I don't get the corresponding localised entries in the resource bundle. This generates java.util.MissingResourceException executing the program when using this option. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
