Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] fix for bug 235188 - Need an Ant target to run Oracle-specific JPA tests

The patch has been checked in.
 
Code Revewed by: James Sutherland
-----Original Message-----
From: EDWIN.TANG@xxxxxxxxxx
Sent: June 4, 2008 12:28 PM
To: Eclipselink-Dev (E-mail)
Subject: [eclipselink-dev] proposed patch for bug 235188 - Need an Ant target to run Oracle-specific JPA tests

A patch for the bug is ready for review.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=235188
 
Change Summary:
 
- Create target test-oracle in jpa/eclipselink.jpa.test/build.xml to run JPA Oracle-specific tests
- If database is Oracle, target test-lrg in jpa/eclipselink.jpa.test/build.xml will include JPA Oracle-specific tests
- Re-organize and clean-up the Ant projects, e.g., being compliance with the naming conventions

Back to the top