Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 63270

Summary: dev-java/j2ssh uses packed jars
Product: Gentoo Linux Reporter: Thomas Matthijs (RETIRED) <axxo>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal CC: mwolfe
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 69972    

Description Thomas Matthijs (RETIRED) gentoo-dev 2004-09-08 08:22:26 UTC
Following the new java policy, packages shouldn't rely on packed jars, dependencies need to be added on our own packages and used.
Comment 1 Mark Wolfe 2004-09-18 13:17:04 UTC
Looks like this one has 3 dependant packages in total to sort out.
 - bouncy castle 
 - commons-logging (already in portage and built from source) 
 - xerces (already in portage and built from source)

Nice of them to mention what version these jars are.... AHHHHHHHH! 

Will have to extract the jar and cat META-INF/MANIFEST.MF

markw@mojo poi $ sudo ls -l /var/tmp/portage/j2ssh-0.2.7/work/j2ssh/lib
total 1984
-rw-r--r--  1 root root   1116 Aug 21  2003 BOUNCYCASTLE.LICENSE
-rw-r--r--  1 root root   2806 Aug 30  2003 COMMONS.LICENSE
-rw-r--r--  1 root root   2754 Nov 12  2002 XERCES.LICENSE
-rw-r--r--  1 root root  31605 Jun  8  2003 commons-logging.jar
-rw-r--r--  1 root root 950106 Jul 25  2003 jce-jdk13-119.jar
-rw-r--r--  1 root root 895924 Jul 25  2003 xercesImpl.jar
-rw-r--r--  1 root root 123705 Jul 25  2003 xmlParserAPIs.jar
Comment 2 Thomas Matthijs (RETIRED) gentoo-dev 2004-09-19 09:01:49 UTC
bugsie bug go bye bye