I've been trying to build up a working IBM RAD/RSA workspace that uses Sun's JSF RI and MyFaces components. So far, I've identified the following JAR files that need to be copied over from the MyFaces Project:
myfaces-impl.jar myfaces-extensions.jar myfaces-wap.jar myfaces-xdoclet.jar jsp-2.0.jar jaxp-api-1.2.jar jakarta-oro.jar commons-codec-1.2.jar commons-el.jar commons-fileupload-1.0.jar commons-lang.jar And I've identified the following JAR files that need to be copied over from Sun: jsf-impl.jar jsf-api.jar However, when comparing myfaces-impl.jar and myfaces-exensions.jar, I noticed that there was some overlap, although each JAR file contains some files that are not in the other. Can someone comment on the appropriateness of my JAR file choices to get the MyFaces components running on a Sun RI of JSF? I don't feel comfortable including 2 JAR files with duplicate entries in them. Thanks, - Brendan P.S. The following files are already included with RAD/RSA, so I just kept them: commons-beanutils.jar commons-collections.jar commons-digester.jar commons-logging.jar jaxen-full.jar jstl.jar jstl_el.jar saxpath.jar standard.jar utility.jar

