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

Bug 183997

Summary: Add src_test to dev-java/cglib:2.1
Product: Gentoo Linux Reporter: Petteri Räty (RETIRED) <betelgeuse>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Petteri Räty (RETIRED) gentoo-dev 2007-07-02 16:29:45 UTC
The package supports it but there is one obstacle:

build-test:
    [javac] Compiling 67 source files to /var/tmp/portage/dev-java/cglib-2.1.3/work/build/test/classes
    [javac] /var/tmp/portage/dev-java/cglib-2.1.3/work/src/test/net/sf/cglib/transform/hook/ExamplePreProcessor.java:23: net.sf.cglib.transform.hook.ExamplePreProcessor is not abstract and does not override abstract method initialize() in org.codehaus.aspectwerkz.hook.ClassPreProcessor
    [javac] public class ExamplePreProcessor extends AbstractPreProcessor {
    [javac]        ^
    [javac] 1 error

Adding this bug so that I can link to it in the ebuild comments.
Comment 1 Jean-Noël Rivasseau (RETIRED) gentoo-dev 2009-09-03 15:44:08 UTC
Closing this bug, since I added passing tests to cglib-2.2 (needed an extra file not in the distfile, found in a Fedora package).