You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Adam Winer (JIRA)" <ad...@incubator.apache.org> on 2007/01/19 17:16:29 UTC

[jira] Created: (ADFFACES-361) transform.xsl in maven-faces-plugin could be cleaned up a lot

transform.xsl in maven-faces-plugin could be cleaned up a lot
-------------------------------------------------------------

                 Key: ADFFACES-361
                 URL: https://issues.apache.org/jira/browse/ADFFACES-361
             Project: MyFaces ADF-Faces
          Issue Type: Improvement
          Components: Build
            Reporter: Adam Winer


transform.xsl, and some of our associated metadata, is currently quite the mess...  Examples of some of the problems include:
- Constant use of "//" for unknown reasons.
- Switching off default text processing
- Manually moving some elements from property-extension down to mfp:property-metadata - instead of just getting the metadata right

Getting unknown, third-party metadata to pass through is currently a big hack, and could be made to work cleanly if this were fixed.  Plus, it'd be a much more maintainable file.

Part of the reason for its complexity consisted of generating 1.1 metadata files from 1.2 sources.  So this task should probably be taken on only on the 1.2 branch, where that problem doesn't exist.

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

        

[jira] Updated: (ADFFACES-361) transform.xsl in maven-faces-plugin could be cleaned up a lot

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-361:
----------------------------------------

        Fix Version/s: 1.0.1-incubating-plugins-SNAPSHOT
    Affects Version/s: 1.0.1-incubating-plugins-SNAPSHOT

> transform.xsl in maven-faces-plugin could be cleaned up a lot
> -------------------------------------------------------------
>
>                 Key: ADFFACES-361
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-361
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 1.0.1-incubating-plugins-SNAPSHOT
>            Reporter: Adam Winer
>             Fix For: 1.0.1-incubating-plugins-SNAPSHOT
>
>
> transform.xsl, and some of our associated metadata, is currently quite the mess...  Examples of some of the problems include:
> - Constant use of "//" for unknown reasons.
> - Switching off default text processing
> - Manually moving some elements from property-extension down to mfp:property-metadata - instead of just getting the metadata right
> Getting unknown, third-party metadata to pass through is currently a big hack, and could be made to work cleanly if this were fixed.  Plus, it'd be a much more maintainable file.
> Part of the reason for its complexity consisted of generating 1.1 metadata files from 1.2 sources.  So this task should probably be taken on only on the 1.2 branch, where that problem doesn't exist.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.