[jboss-jira] [JBoss JIRA] Created: (JBIDE-343) Add xdoclet support for facesconfigxml to jbosside (java server faces, jsf compatibility)
Christian Nolte (JIRA)
jira-events at jboss.com
Wed Jul 19 14:32:11 EDT 2006
Add xdoclet support for facesconfigxml to jbosside (java server faces, jsf compatibility)
-----------------------------------------------------------------------------------------
Key: JBIDE-343
URL: http://jira.jboss.com/jira/browse/JBIDE-343
Project: JBoss IDE
Issue Type: Feature Request
Components: JBossIDE Core
Affects Versions: 1.6
Environment: Linux, Fedora Core 5
Eclipse 3.1.2
Reporter: Christian Nolte
Assigned To: Marshall Culpepper
The bundled xdoclet-1.2.3 with JBossIDE does not allow to use the subelement "facesconfigxml" of "webdoclet" (see http://xdoclet.sourceforge.net/xdoclet/ant/xdoclet/modules/web/WebDocletTask.html). It seems that the support can be added using the steps described in the JBoss-wiki (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossIDEGeneralFAQ - "How do I upgrade XDoclet under JBoss-IDE ?"), and then modifing the file org.jboss.ide.eclipse.xdoclet.run_1.6.0.GA/resources/resource.xml adding the following xml-code inside the webdoclet-tag definition:
---
<element name="facesconfigxml" displayName="facesconfigxml" used="true">
<attribute name="destDir" used="false"/>
<attribute name="version" used="false"/>
<attribute name="defaultLocale" used="false"/>
<attribute name="messageBundle" used="false"/>
<attribute name="supportedLocales" used="false"/>
<attribute name="useIds" used="false"/>
<attribute name="xmlencoding" used="false"/>
<attribute name="schema" used="false"/>
<attribute name="validateXML" used="false"/>
<attribute name="acceptInterfaces" used="false"/>
<attribute name="acceptAbstractClasses" used="false"/>
<attribute name="packageSubstitutions" used="false"/>
<attribute name="packageSubstitutionInheritanceSupported" used="false"/>
<attribute name="prefixWithPackageStructure" used="false"/>
<attribute name="destinationFile" used="false"/>
<attribute name="templateFile" used="false"/>
<attribute name="havingClassTag" used="false"/>
<attribute name="ofType" used="false"/>
<attribute name="subTaskName" used="false"/>
<attribute name="mergeDir" used="false"/>
<element name="ConfigParam" displayName="ConfigParam" used="true">
<attribute name="name" used="false"/>
<attribute name="value" used="false"/>
</element>
<element name="OfType" displayName="OfType" used="true">
<attribute name="type" used="false"/>
</element>
<element name="PackageSubstitution" displayName="PackageSubstitution" used="true">
<attribute name="packages" used="false"/>
<attribute name="substituteWith" used="false"/>
<attribute name="useFirst" used="false"/>
</element>
>
</element>
---
This issue has been discussed in the JBoss-Forum: http://www.jboss.com:8080/index.html?module=bb&op=viewtopic&t=55941
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list