Issue Details (XML | Word | Printable)

Key: JDO-14
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Michelle Caisse
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JDO

enhancement occurs unnecessarily with runtck* goals

Created: 18/Apr/05 08:17 AM   Updated: 23/Apr/06 01:56 AM
Return to search
Component/s: tck2
Affects Version/s: None
Fix Version/s: JDO 2 beta

Time Tracking:
Not Specified

Resolution Date: 23/Apr/06 01:56 AM


 Description  « Hide
Problem with maven.xml -- enhancement is run even though enhanced jar files are up-to-date.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Michael Bouschen added a comment - 19/Apr/05 04:37 AM
This issue is fixed with revision 161790. Now jdori enhancing uses a separate properties in maven.xml and stores the result in a separate directory with its own application.jar and datastore.jar files. This allows for checking whether enhancement is required.

Michelle Caisse added a comment - 19/Apr/05 04:53 AM
Fixed by Michael Bouschen.

Michelle Caisse added a comment - 19/Apr/05 07:11 AM
svn commit: r161805 - incubator/jdo/trunk/tck20/project.properties fixes a problem with a variable setting that was causing the enhanced jar files to containg unenhanced classes:
-jdo.enhancer.options = -v -d "${iut.enhanced.dir}"
+jdo.enhancer.options = -v -d "${jdo.enhanced.dir}"

Michael Bouschen added a comment - 23/Apr/06 01:53 AM
Reopened to set the Fix Version/s field to JDO 2 beta.