problem compiling MyFaces core

2011-09-01 Thread Mark Struberg
   Hi Folks! I currently get the following exception when trying to compile myfaces-core [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.0:unpack (unpack-shared-impl-sources) on project myfaces-shaded-impl: Unable to resolve artifact. Could not transfer

[jira] [Created] (MYFACES-3296) Allow custom attributes within jsf-components

2011-09-01 Thread Rene O (JIRA)
Allow custom attributes within jsf-components - Key: MYFACES-3296 URL: https://issues.apache.org/jira/browse/MYFACES-3296 Project: MyFaces Core Issue Type: New Feature Affects Versions: 2.1.2

[jira] [Created] (MYFACES-3297) h:inputText ignores style tag

2011-09-01 Thread Ted Leung (JIRA)
h:inputText ignores style tag - Key: MYFACES-3297 URL: https://issues.apache.org/jira/browse/MYFACES-3297 Project: MyFaces Core Issue Type: Bug Affects Versions: 2.1.2 Environment: Linux version

Re: [jira] [Created] (MYFACES-3174) IE9 css loading leads to java.lang.IllegalArgumentException: ContentTypeList does not contain a supported content type: text/css

2011-09-01 Thread Fernando Franzini
Hi Folks I am facing this problem and would like to use the first option described by Leonardo 1. pass as second parameter for RenderKit.createResponseWriter(Writer writer, String contentTypeListString, String characterEncoding) */*, to ignore Accept header. Anyone have any example or

Re: problem compiling MyFaces core

2011-09-01 Thread Gerhard Petracek
hi mark, it would be great if you can fix the build files. regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2011/9/1 Mark Struberg strub...@yahoo.de Hi Folks! I currently

[jira] [Resolved] (MYFACES-3292) add a jsdoc enabling plugin to our build process so that we can generate jsdocs from our sources

2011-09-01 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved MYFACES-3292. -- Resolution: Fixed jsdoc now enabled via a build profile add a jsdoc enabling plugin to

Re: javascript docs

2011-09-01 Thread Werner Punz
Uuups... rather late :-(, anyway thanks for your help, but, I just committed the first release of a custom plugin doing our jsdocs. This had the advantage that I could leverage our structures regarding assembly file positions, order of files to be processed, etc... If you had written this mail

Re: problem compiling MyFaces core

2011-09-01 Thread Leonardo Uribe
Hi I did a clean build, downloading all artifacts and removed the unused repositories. I hope this helps. regards, Leonardo Uribe 2011/9/1 Gerhard Petracek gerhard.petra...@gmail.com hi mark, it would be great if you can fix the build files. regards, gerhard http://www.irian.at Your

[jira] [Commented] (MYFACES-3297) h:inputText ignores style tag

2011-09-01 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13095453#comment-13095453 ] Leonardo Uribe commented on MYFACES-3297: - I tried it and everything works as

Re: [jira] [Created] (MYFACES-3174) IE9 css loading leads to java.lang.IllegalArgumentException: ContentTypeList does not contain a supported content type: text/css

2011-09-01 Thread Leonardo Uribe
Hi You can create a wrapper RenderKit class (extends javax.faces.render.RenderKitWrapper), and the entry on faces-config.xml, and override: public ResponseWriter createResponseWriter(Writer writer, String contentTypeListString, String characterEncoding) passing as second parameter */*. You

Re: javascript docs

2011-09-01 Thread Leonardo Uribe
Hi I'll take a look at this one. I don't think it could be hard to add some goals for the report and jar generation. I'll try it and send a release vote (beta) for this artifacts soon (this includes a snapshot dependency over myfaces core, so we need to release this before the quick fix release).

Re: [jira] [Created] (MYFACES-3174) IE9 css loading leads to java.lang.IllegalArgumentException: ContentTypeList does not contain a supported content type: text/css

2011-09-01 Thread Fernando Franzini
Could you show me an example please? I am using JSF 1.2. Leonardo Uribe wrote: Hi You can create a wrapper RenderKit class (extends javax.faces.render.RenderKitWrapper), and the entry on faces-config.xml, and override: public ResponseWriter createResponseWriter(Writer writer,

[jira] [Reopened] (MYFACES-3297) h:inputText ignores style tag

2011-09-01 Thread Ted Leung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Leung reopened MYFACES-3297: yes, I'm sure, I just reproduced it again this morning by changing my pom.xml and doing a rebuild.

[jira] [Commented] (MYFACES-3297) h:inputText ignores style tag

2011-09-01 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13095776#comment-13095776 ] Leonardo Uribe commented on MYFACES-3297: - I don't think it could be a problem

[jira] [Commented] (MYFACES-3297) h:inputText ignores style tag

2011-09-01 Thread Ted Leung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13095779#comment-13095779 ] Ted Leung commented on MYFACES-3297: the suggested code shows I'm using 2.1.2 :