Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183997 - Add src_test to dev-java/cglib:2.1
Summary: Add src_test to dev-java/cglib:2.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-02 16:29 UTC by Petteri Räty (RETIRED)
Modified: 2009-09-03 15:44 UTC (History)
0 users

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-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).