Bug 301049 - JPA server test failed on install during copy eclipselink.jar
Summary: JPA server test failed on install during copy eclipselink.jar
Status: CLOSED 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: 2010-01-27 14:18 EST by Kevin Yuan CLA
Modified: 2022-06-09 10:30 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 2010-01-27 14:18:18 EST
Based on Eric's changes (revision: 6293), all server-install are going to look for eclipselink.jar under eclipselink.jpa.test dir to copy. All server-install failed because we only have eclipselink.jar under trunk dir.
Comment 1 Kevin Yuan CLA 2010-01-27 14:24:13 EST
Fixed by introducing the following property in server test xml:
<property name="eclipselink.lib" value="../../${eclipselink.jar}"/>
Also using "eclipselink.lib" instead of former "eclipselink.jar" during copy file, that means, "eclipselink.jar" is only a file name, and "eclipselink.lib" will include the path.

Checked in trunk, revision: 6426.
Code reviewed by Eric Gwin.
Comment 2 Kevin Yuan CLA 2010-01-27 14:25:01 EST
Closed the bug
Comment 3 Eclipse Webmaster CLA 2022-06-09 10:30:39 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink