On 6/8/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
I tried tomahawk_1_1_3 and JSF 1.1._01
(I just removed myfaces-xxx and added jsf-xxx)
I didn't changed any of the dependencies. No idea, what RI needs :-)

You'd know if you pointed at the RI's POM :-).  It's in a Maven1 ( i.e. legacy format) repository at java.net:

  https://maven-repository.dev.java.net/nonav/repository

groupId= javax.faces
(api) artifactId=jsf-api
(impl) artifactId=jsf-impl
versionId=1.1_02

You might also want to take a look at the snazzy pom.xml setup Wendy created for the Shale "mvn_reorg" branch.  It lets you compile against either MyFaces or the RI based on enabling a profile ... something like this might be really handy on the component libraries, so you can easily build and test against both implementations.

Craig

Reply via email to