Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 395639 - >=dev-java/slf4j-api-1.6.2 version bump
Summary: >=dev-java/slf4j-api-1.6.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 407067
  Show dependency tree
 
Reported: 2011-12-22 06:20 UTC by Mike Gilbert
Modified: 2012-08-03 21:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
slf4j-api-1.6.6.ebuild (slf4j-api-1.6.6.ebuild,901 bytes, text/plain)
2012-06-15 21:14 UTC, Ivan Baidakou (dmol)
Details
files/build.xml (build.xml,538 bytes, text/plain)
2012-06-15 21:14 UTC, Ivan Baidakou (dmol)
Details
slf4j-api-1.6.6.ebuild (slf4j-api-1.6.6.ebuild,1.03 KB, text/plain)
2012-06-23 09:38 UTC, Ivan Baidakou (dmol)
Details
files/slf4j-api_maven-build.xml (slf4j-api_maven-build.xml,10.23 KB, text/plain)
2012-06-23 09:39 UTC, Ivan Baidakou (dmol)
Details
files/slf4j-api_maven-build.xml (slf4j-api_maven-build.xml,10.29 KB, text/plain)
2012-06-23 23:23 UTC, Ivan Baidakou (dmol)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2011-12-22 06:20:31 UTC
I'm working on a package that works with its bundled copy (1.6.2) but throws exceptions with 1.5.11.

slf4j-1.6.4 is available as-of now.

Please bump it.
Comment 1 Ivan Baidakou (dmol) 2012-06-15 21:14:06 UTC
Created attachment 315447 [details]
slf4j-api-1.6.6.ebuild
Comment 2 Ivan Baidakou (dmol) 2012-06-15 21:14:52 UTC
Created attachment 315449 [details]
files/build.xml
Comment 3 Ivan Baidakou (dmol) 2012-06-23 09:38:32 UTC
Created attachment 316033 [details]
slf4j-api-1.6.6.ebuild

Improved ebuild version, which uses maven-generated build.xml. Test feature was added but tests do not pass (?)
Comment 4 Ivan Baidakou (dmol) 2012-06-23 09:39:23 UTC
Created attachment 316035 [details]
files/slf4j-api_maven-build.xml

maven-generated build.xml
Comment 5 Ivan Baidakou (dmol) 2012-06-23 23:23:41 UTC
Created attachment 316109 [details]
files/slf4j-api_maven-build.xml

Manual updating maven's generated build.xml : no invalid implementation classes are shipped with jar; the tests are passed
Comment 6 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2012-08-03 21:18:15 UTC
Thanks. Bumped. Needed a little adjustment of build.xml where you had absolute path on your filesystem. And in the ebuild I've removed the test part, since it seemed from the output that no tests are actually run.