[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-4101) build fails on Turkish locale, while compiling generated filese

Murat Can ALPAY (JIRA) jira-events at lists.jboss.org
Fri Apr 10 03:19:22 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBSEAM-4101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Murat Can ALPAY updated JBSEAM-4101:
------------------------------------

    Description: 
Seam build fails on Turkish, while compiling generated files. I have copy pasted a part of the generated java file that has error (also attached it). 'I' is converted to '?' on Turkish locale but compiler correctly complains pr?vate, publ?c keywords and such...

package org.jboss.seam.ui.component.html;

import javax.el.ELException;
import javax.el.ValueExpression;
import javax.faces.FacesException;
import javax.faces.context.FacesContext;
import org.jboss.seam.ui.component.UISelectItems;

publ?c class HtmlSelectItems extends UISelectItems{

publ?c stat?c f?nal  String COMPONENT_FAMILY = "javax.faces.SelectItems";

publ?c stat?c f?nal  String COMPONENT_TYPE = "org.jboss.seam.ui.SelectItems";

/*
* if true the SelectItem will be rendered disabled. Can reference the var variable
*/
pr?vate  Boolean _disabled = null;


  was:
Seam build fails on Turkish, while compiling generated files. I have copy pasted a part of the generated java file that has error. 'I' is converted to '?' on Turkish locale but compiler correctly complains pr?vate, publ?c keywords and such...

package org.jboss.seam.ui.component.html;

import javax.el.ELException;
import javax.el.ValueExpression;
import javax.faces.FacesException;
import javax.faces.context.FacesContext;
import org.jboss.seam.ui.component.UISelectItems;

publ?c class HtmlSelectItems extends UISelectItems{

publ?c stat?c f?nal  String COMPONENT_FAMILY = "javax.faces.SelectItems";

publ?c stat?c f?nal  String COMPONENT_TYPE = "org.jboss.seam.ui.SelectItems";

/*
* if true the SelectItem will be rendered disabled. Can reference the var variable
*/
pr?vate  Boolean _disabled = null;




> build fails on Turkish locale, while compiling generated filese
> ---------------------------------------------------------------
>
>                 Key: JBSEAM-4101
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4101
>             Project: Seam
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.1.1.GA
>            Reporter: Murat Can ALPAY
>         Attachments: HtmlSelectItems.java
>
>
> Seam build fails on Turkish, while compiling generated files. I have copy pasted a part of the generated java file that has error (also attached it). 'I' is converted to '?' on Turkish locale but compiler correctly complains pr?vate, publ?c keywords and such...
> package org.jboss.seam.ui.component.html;
> import javax.el.ELException;
> import javax.el.ValueExpression;
> import javax.faces.FacesException;
> import javax.faces.context.FacesContext;
> import org.jboss.seam.ui.component.UISelectItems;
> publ?c class HtmlSelectItems extends UISelectItems{
> publ?c stat?c f?nal  String COMPONENT_FAMILY = "javax.faces.SelectItems";
> publ?c stat?c f?nal  String COMPONENT_TYPE = "org.jboss.seam.ui.SelectItems";
> /*
> * if true the SelectItem will be rendered disabled. Can reference the var variable
> */
> pr?vate  Boolean _disabled = null;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list