Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176739 - net-p2p/phex bundles classes from it's dependencies inside it's jar
Summary: net-p2p/phex bundles classes from it's dependencies inside it's jar
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on: 276095
Blocks:
  Show dependency tree
 
Reported: 2007-05-01 22:40 UTC by Petteri Räty (RETIRED)
Modified: 2015-12-10 09:47 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Räty (RETIRED) gentoo-dev 2007-05-01 22:40:09 UTC
betelgeuse@pena ~ $ lsjar phex | grep apache | head
org/apache/
org/apache/commons/
org/apache/commons/beanutils/
org/apache/commons/beanutils/MethodUtils$MethodDescriptor.class
org/apache/commons/beanutils/MethodUtils.class
org/apache/commons/codec/
org/apache/commons/codec/DecoderException.class
org/apache/commons/codec/EncoderException.class
org/apache/commons/codec/binary/
org/apache/commons/codec/binary/Base64.class

Will try to provide a comprehensive listing when my jar indexing code is working as it should.
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2007-05-06 18:11:33 UTC
should also use java-pkg_dolauncher + register-dependency instead of that .sh script, and build from source :)
Comment 2 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2008-01-15 20:17:33 UTC
OK, the apache and l2fprod bundles were removed in 3.2.0, these are left (we have no packages for them):
com/
com/bitzi/
com/bitzi/util/
com/onionnetworks/
com/onionnetworks/dime/
com/bitzi/util/Base32.class
com/bitzi/util/SHA1.class
com/bitzi/util/Tiger.class
com/bitzi/util/TigerTree.class
com/onionnetworks/dime/DimeGenerator.class
com/onionnetworks/dime/DimeParser.class
com/onionnetworks/dime/DimeRecord$TypeNameFormat.class
com/onionnetworks/dime/DimeRecord.class
org/
org/jdesktop/
org/jdesktop/swingx/
org/jdesktop/swingx/decorator/
org/jdesktop/swingx/treetable/
org/jdesktop/swingx/JXTree$1.class
org/jdesktop/swingx/JXTree$DelegatingRenderer.class
org/jdesktop/swingx/JXTree$TreeAdapter.class
org/jdesktop/swingx/JXTree.class
org/jdesktop/swingx/decorator/ComponentAdapter.class
org/jdesktop/swingx/treetable/TreeTableCellEditor$TreeTableTextField.class
org/jdesktop/swingx/treetable/TreeTableCellEditor.class
Comment 3 Arne Babenhauserheide 2008-10-27 11:56:12 UTC
Phex now uses maven for building - I don't know if that complicates or simplifies teh ebuild writing process. 

Building the jars from the SVN source is now done via

$ mvn package
Comment 4 Petteri Räty (RETIRED) gentoo-dev 2008-10-27 19:17:32 UTC
(In reply to comment #3)
> Phex now uses maven for building - I don't know if that complicates or
> simplifies teh ebuild writing process. 
> 

unfortunately it complicates things
Comment 5 Patrice Clement gentoo-dev 2015-11-14 21:31:22 UTC
Package masked for removal.
Comment 6 Patrice Clement gentoo-dev 2015-12-10 09:47:40 UTC
Package removed.