[jbosstools-issues] [JBoss JIRA] Closed: (JBIDE-343) Add xdoclet support for facesconfigxml to jbosside (java server faces, jsf compatibility)

Marshall Culpepper (JIRA) jira-events at lists.jboss.org
Fri Aug 3 11:11:39 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBIDE-343?page=all ]

Marshall Culpepper closed JBIDE-343.
------------------------------------

    Resolution: Out of Date

> 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 Tools
>          Issue Type: Feature Request
>          Components: JBoss Tools 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 jbosstools-issues mailing list