[
https://issues.apache.org/jira/browse/MYFACES-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631852#action_12631852
]
Paul Rivera commented on MYFACES-1907:
--------------------------------------
I've attached a new patch (myfaces-archetype-jsfcomponents-MyFaces12-2.patch).
This patch will now use classes from myfaces commons. I've also noticed that
componentClass12.vm and tagClass12.vm are already in myfaces-builder-plugin.
So, I didn't include them in the archetype anymore. Although the files below:
tagConverterClass12.vm
tagValidatorClass12.vm
validatorClass12.vm
are not yet in myfaces-builder-plugin. So, I need to include them in the
archetype.
Also, tagConverterClass12.vm needs to be fixed to use commons.
i.e.:
from extends org.apache.myfaces.converter.ConverterTag
to extends org.apache.myfaces.commons.converter.ConverterTag
> update myfaces-archetype-jsfcomponents to use myfaces-builder-plugin
> --------------------------------------------------------------------
>
> Key: MYFACES-1907
> URL: https://issues.apache.org/jira/browse/MYFACES-1907
> Project: MyFaces Core
> Issue Type: Improvement
> Reporter: Paul Rivera
> Priority: Minor
> Attachments: myfaces-archetype-jsfcomponents-MyFaces12-2.patch,
> myfaces-jsfcomponents-archetype-MyFaces12.patch,
> myfaces-jsfcomponents-archetype.patch
>
>
> myfaces-archetype-jsfcomponents needs to be updated to use
> myfaces-builder-plugin in component authoring instead of the manual process.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.