ICEfaces
  1. ICEfaces
  2. ICE-3230

Create a test app to verify the default values of the meta-data

    Details

    • Type: Task Task
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 1.8DR#2, 1.8
    • Component/s: None
    • Labels:
      None
    • Environment:
      Default value

      Description

      Create a test app to get the default values of the component

        Activity

        Adnan Durrani created issue -
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #17026 Fri Jul 04 14:06:30 MDT 2008 adnan.durrani Fix for ICE-3230 (Create a test app to verify the default values of the meta-data)
        Files Changed
        Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/java/com/icesoft/metadata/test/DefaultValueTest.java
        Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/java/com/icesoft/metadata/test
        Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/java/com/icesoft/metadata/generators/TLDGenerator.java
        Adnan Durrani made changes -
        Field Original Value New Value
        Assignee Adnan Durrani [ adnan.durrani ]
        Adnan Durrani made changes -
        Summary Create a test app to get the default values of the component Create a test app to verify the default values of the meta-data
        Adnan Durrani made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        Hide
        Adnan Durrani added a comment -

        Trunk revision: 17026

        The utility has been created under component-metadata branch. To run the test the following steps are required:

        1. Add the following property "project.icefaces.defaultValuesFileName=fileName.xml", into the following file.

        svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\config.properties (e.g.)
        project.icefaces.defaultValuesFileName=my_def_val.xml

        2. Run the ant under "component-metadata" (e.g.)
        c:\svn\ossrepo\icefaces\trunk\icefaces\component-metadata>ant

        3. Open the generated HTML file, from the following location. The file would be named as the file you defined for the above property but with the html extension.:
        svn\ossrepo\icefaces\trunk\icefaces\component-metadata\target\generated-sources\tld\ (e.g.)
        svn\ossrepo\icefaces\trunk\icefaces\component-metadata\target\generated-sources\tld\my_def_val.html

        Show
        Adnan Durrani added a comment - Trunk revision: 17026 The utility has been created under component-metadata branch. To run the test the following steps are required: 1. Add the following property "project.icefaces.defaultValuesFileName=fileName.xml", into the following file. svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\config.properties (e.g.) project.icefaces.defaultValuesFileName=my_def_val.xml 2. Run the ant under "component-metadata" (e.g.) c:\svn\ossrepo\icefaces\trunk\icefaces\component-metadata>ant 3. Open the generated HTML file, from the following location. The file would be named as the file you defined for the above property but with the html extension.: svn\ossrepo\icefaces\trunk\icefaces\component-metadata\target\generated-sources\tld\ (e.g.) svn\ossrepo\icefaces\trunk\icefaces\component-metadata\target\generated-sources\tld\my_def_val.html
        Adnan Durrani made changes -
        Status In Progress [ 3 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Hide
        Ken Fyten added a comment -

        This should be committed to icefaces-1.7 branch also, no?

        Show
        Ken Fyten added a comment - This should be committed to icefaces-1.7 branch also, no?
        Hide
        Adnan Durrani added a comment -

        Yes, It should be. I'll do that.

        Show
        Adnan Durrani added a comment - Yes, It should be. I'll do that.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #17045 Tue Jul 08 12:10:38 MDT 2008 adnan.durrani Fix for ICE-3230 (Create a test app to verify the default values of the meta-data)
        Files Changed
        Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/java/com/icesoft/metadata/test
        Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/java/com/icesoft/metadata/test/DefaultValueTest.java
        Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/java/com/icesoft/metadata/generators/TLDGenerator.java
        Hide
        Adnan Durrani added a comment -

        committed to icefaces-1.7 branch : revision 17045

        Show
        Adnan Durrani added a comment - committed to icefaces-1.7 branch : revision 17045
        Ken Fyten made changes -
        Fix Version/s 1.7.2 [ 10130 ]
        Hide
        Ken Fyten added a comment -

        Need to incorporate this new test into the regular QA regression test cycle. We can meet with Adnan to discuss after 1.7.2 release is out.

        Show
        Ken Fyten added a comment - Need to incorporate this new test into the regular QA regression test cycle. We can meet with Adnan to discuss after 1.7.2 release is out.
        Ken Fyten made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Assignee Adnan Durrani [ adnan.durrani ] Mandeep Hayher [ mandeep.hayher ]
        Ken Fyten made changes -
        Fix Version/s 1.8DR#2 [ 10142 ]
        Fix Version/s 1.7.2 [ 10130 ]
        Frank Ye made changes -
        Link This issue depends on ICE-3602 [ ICE-3602 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #17810 Wed Oct 22 15:40:31 MDT 2008 adnan.durrani Fix related to ICE-3230 (Create a test app to verify the default values of the meta-data)
        JUnit based test cases added, which will be a part of the build.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/test/java/com/icesoft/jsfmeta/AttributesTest.java
        Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-menuPopup-props.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/custom/menuPopup-component.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-outputresource-props.xml
        Hide
        Adnan Durrani added a comment -

        revision trunk : 17810. The following Junit test case added, which will be a part of the build process.

        svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\test\java\com\icesoft\jsfmeta\AttributesTest.java

        Show
        Adnan Durrani added a comment - revision trunk : 17810. The following Junit test case added, which will be a part of the build process. svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\test\java\com\icesoft\jsfmeta\AttributesTest.java
        Adnan Durrani made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Hide
        Adnan Durrani added a comment -

        revision trunk: 17877. The AttributesTest.java moved to the component branch.

        svn\ossrepo\icefaces\trunk\icefaces\component\test\java\com\icesoft\faces\metadata\AttributesTest.java

        Show
        Adnan Durrani added a comment - revision trunk: 17877. The AttributesTest.java moved to the component branch. svn\ossrepo\icefaces\trunk\icefaces\component\test\java\com\icesoft\faces\metadata\AttributesTest.java
        Ken Fyten made changes -
        Fix Version/s 1.8 [ 10161 ]
        Ken Fyten made changes -
        Security Private [ 10001 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Mandeep Hayher [ mandeep.hayher ]

          People

          • Assignee:
            Unassigned
            Reporter:
            Adnan Durrani
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: