Details
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 |
Files Changed | ||||
ADD
/icefaces/trunk/icefaces/component-metadata/src/main/java/com/icesoft/metadata/test/DefaultValueTest.java
ADD /icefaces/trunk/icefaces/component-metadata/src/main/java/com/icesoft/metadata/test 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 ] |
Adnan Durrani
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17045 | Tue Jul 08 12:10:38 MDT 2008 | adnan.durrani | Fix for |
Files Changed | ||||
ADD
/icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/java/com/icesoft/metadata/test
ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/java/com/icesoft/metadata/test/DefaultValueTest.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/java/com/icesoft/metadata/generators/TLDGenerator.java |
Ken Fyten
made changes -
Fix Version/s | 1.7.2 [ 10130 ] |
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 JUnit based test cases added, which will be a part of the build. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component-metadata/src/test/java/com/icesoft/jsfmeta/AttributesTest.java
MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-menuPopup-props.xml MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/custom/menuPopup-component.xml MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-outputresource-props.xml |
Adnan Durrani
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
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 ] |
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