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

        

Reply via email to