Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.4
-
Component/s: None
-
Labels:None
-
Testcase included:yes
-
Number of attachments :2
Description
Hi
Here is my JSF plugin I have tried to keep the directory structure the same as you.
It is not really backward compatible with thet previous plugin, it was not always possible.
There is one test case included I only ran it, using Eclipse. I didn't get it to run in maven. I spend a little time to figure it out but left it to you.
You can probably see more easily what the problem is.
Please contact me if you want more info or want additional patches (you probably will).
I have made a list of Eclipse style TODO's in the code so if you use eclipse you can see what I thought was missing.
-
- FacesConfigPluginTest.java
- 29/Nov/05 11:20 PM
- 1 kB
- Karthik Guru
-
Hide
- plugin-jsf.zip
- 29/Nov/05 8:48 AM
- 205 kB
- Joris Wijlens
-
- plugin-jsf/maven.xml 0.0 kB
- plugin-jsf/project.properties 0.1 kB
- plugin-jsf/project.xml 0.5 kB
- plugin-jsf/src/main/java/log4j.xml 0.4 kB
- plugin-jsf/src/main/.../jsf/attributes.jelly 0.7 kB
- plugin-jsf/src/main/.../dtd/datatypes.dtd 6 kB
- plugin-jsf/src/main/.../jsf/dtd/j2ee_1_4.xsd 47 kB
- plugin-jsf/.../j2ee_web_services_client_1_1.xsd 10 kB
- plugin-jsf/src/.../web-facesconfig_1_1.dtd 34 kB
- plugin-jsf/src/.../web-facesconfig_1_2.xsd 70 kB
- plugin-jsf/src/main/java/.../jsf/dtd/xml.xsd 6 kB
- plugin-jsf/src/main/.../dtd/XMLSchema.dtd 16 kB
- plugin-jsf/src/main/.../model/Attribute.java 2 kB
- plugin-jsf/src/main/.../model/Converter.java 3 kB
- plugin-jsf/src/main/.../model/Entries.java 0.2 kB
- plugin-jsf/src/.../FacesConfigObject.java 0.2 kB
- plugin-jsf/src/.../model/ManagedBean.java 3 kB
- plugin-jsf/src/.../ManagedProperty.java 1 kB
- plugin-jsf/src/.../model/NavigationCase.java 2 kB
- plugin-jsf/src/.../model/NavigationRule.java 2 kB
- plugin-jsf/src/main/.../model/Property.java 2 kB
- plugin-jsf/src/main/.../model/Validator.java 3 kB
- plugin-jsf/src/.../FacesConfigPlugin.java 10 kB
- plugin-jsf/src/.../FacesConfigPlugin.jelly 6 kB
- plugin-jsf/src/main/.../jsf/JsfVersion.java 4 kB
- plugin-jsf/src/main/.../jsf/properties.jelly 0.7 kB
- plugin-jsf/src/.../JsfAttributeTag.java 0.3 kB
- plugin-jsf/src/.../qtags/JsfBeanTag.java 0.5 kB
- plugin-jsf/.../JsfConverterAttributeTag.java 0.2 kB
- plugin-jsf/.../JsfConverterPropertyTag.java 0.2 kB
Activity
Isn't anyone commenting on this? I have no clue about jsf, so I can't really do anything else than clean up the code a bit myself.
(like removing useless javadoc or tabs...)
Is anything expected of me? I'm not very familiar with the process of contributing to this kind of projects. if so, right now I'm really busy but in the future (Januari) I will have some time to work on this.
Joris,
I was just asking if any of the current commiter had comments / review on your plugin.
I can't really say anything myself, as I'm totally ignorant about jsf.
Neither do I, however i am happy with commiting it.
Anydev with any knowledge to give their word ?
If not, we believe you Karthik ![]()
Sorry for the delay - somehow I overlooked it.
NOw it is in 1.0.4-SNAPHOST on codehaus.
Changed the testcase to work with Maven. Removed hardcoded reference to files with calls to getResourceRelativeToThisPackage.