Bug 382633 - Eclipselink JPA testing use asm build directory instead of asm.jar in the classpath
Summary: Eclipselink JPA testing use asm build directory instead of asm.jar in the cla...
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Eclipselink (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Nobody - feel free to take it CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2012-06-14 10:19 EDT by Kevin Yuan CLA
Modified: 2022-06-09 10:31 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Yuan CLA 2012-06-14 10:19:18 EDT
In JPA antbuild.xml, we have <pathelement path="${eclipselink.plugins}/${asm}"/> in the "compile.path", and all testing classpath include this "compile.path". But this asm point to the build directory, not the asm.jar. So actually the testing didn't test the shipping asm.jar.
Need to change it to use asm.jar instead of the asm directory.
Comment 1 Kevin Yuan CLA 2012-06-20 15:54:05 EDT
Remove all classes directories in the compile.path within \\trunk\jpa\eclipselink.jpa.test\antbuild.xml, and use eclipselink.jar instead of all those classes directories.

Code reviewed by Eric Gwin
Verified by running jpa test-lrg

Checked in 2.5, revision#: 11694
Will check in 2.4.1 when this branch is open for checkin.
Comment 2 Eclipse Webmaster CLA 2022-06-09 10:31:37 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink