As quoted from Leonardo Uribe <[EMAIL PROTECTED]>:
> Just one note if this is not clear: tomahawk core 12 has a version number 
> 1.1.7
> and the jar has the name tomahawk12.

I'll try to be as explicit as possible then.
The snapshots repository for MyFaces contains the following relevant
artefacts:

http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/tomahawk/tomahawk/1.1.7-SNAPSHOT/
http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/tomahawk/tomahawk-sandbox/1.1.7-SNAPSHOT/
http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/tomahawk/tomahawk12/1.1.7-SNAPSHOT/
http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/tomahawk/tomahawk-sandbox12/1.1.7-SNAPSHOT/

The first two are the 1.1 versions.
The last two are the 1.2 versions.
Only the very first directory has been uploaded today.
Numbers two, three and four haven't been updated since July 9 2008.
The problem is probably that any code fixes after July 9 are not
available in the repository.
The taglib descriptors in the 1.1 versions are OK:

% jar tvf tomahawk-1.1.7-SNAPSHOT.jar | grep 'META-INF/.*taglib.xml'
 21558 Fri Aug 01 10:02:48 CEST 2008 META-INF/tomahawk.taglib.xml
% jar tvf tomahawk-sandbox-1.1.7-SNAPSHOT.jar | grep 'META-INF/.*taglib.xml'
 17557 Wed Jul 09 20:59:44 CEST 2008 META-INF/sandbox.taglib.xml

The taglib descriptors in the 1.2 versions are wrong:

% jar tvf tomahawk12-1.1.7-SNAPSHOT.jar | grep 'META-INF/.*taglib.xml'
  1274 Wed Jul 09 20:25:00 CEST 2008 META-INF/tomahawk.taglib.xml
% jar tvf tomahawk-sandbox12-1.1.7-SNAPSHOT.jar | grep 'META-INF/.*taglib.xml'
  1273 Wed Jul 09 21:08:24 CEST 2008 META-INF/sandbox.taglib.xml

This will need to be corrected by uploading more recent artefacts that
have the correct taglib descriptors.

Kind regards,
-- 
-- Gertjan van Oosten, [EMAIL PROTECTED], West Consulting B.V., +31 15 2191 600

Reply via email to