Jan Nielsen schrieb:
To get a bug fix into 1.1.6, I would like to recreate the Tomahawk
1.1.6 build. I grabbed the code at:

  http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_6

and tried to build that with "mvn -Djsf=12 -Dtomahawk=12 clean
package" but it fails to resolve the dependency on
myfaces-shared-tomahawk 2.0.6:

  org.apache.myfaces.shared:myfaces-shared-tomahawk:jar:2.0.6

Reviewing a couple of repositories, it looks like 2.0.x releases are
there, /except/ for 2.0.6. I'm fine with building it myself but it
also looks like the 2.0.6 is missing from subversion:

  http://svn.apache.org/repos/asf/myfaces/shared/tags

So, can the Tomahawk 1.1.6 build be reproduced? Is there a recipe, a
wiki, a script, or a spot in subversion from which the Tomahawk 1.1.6
release can be built?

Hmm..that is weird indeed. I'll check the email archives.

Tomahawk 1.1.6 does indeed depend on shared-2.0.6, and as you say there appears to be neither a tag nor a released jar for shared-2.0.6.

The jsf1.2 "flavour" of tomahawk has only been added *after* the 1.1.6 tomahawk release. So the "-Djsf=12 -Dtomahawk=12" options are not valid when building the 1.1.6 release. Note that normal tomahawk 1.1.x runs fine on both JSF1.1 and JSF1.2. However there are some optimisations that can be added by building against JSF1.2, hence the new "flavour". But that doesn't change the fact that shared-2.0.6 is missing.

Regards,
Simon

Reply via email to