bric3 / nCGLIB

CGLIB fork, to try things! ... well it's even harder than already thought !
Apache License 2.0
1 stars 1 forks source link

Introduce maven profiles to run test suites in different JDK versions #10

Open bric3 opened 12 years ago

bric3 commented 12 years ago

CGLIB should be compiled on JDK 5.

However, it must run on different platforms such as JDK 6 and JDK 7. In order to test the library we should introduce profiles to run these tests in the target JDK.

Moreover some tests could be specific to bytecode in a specific JDK version. Hence we could also introduce other source path that will be compiled accordingly.

Source paths could be :

src/test/java6 src/test/java7