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
Repository Revision Date User Message
ASF #161790 Mon Apr 18 19:28:26 UTC 2005 mbo JDO-14: jdori enhancement occurs unnecessarily with runtck* goals
Files Changed
MODIFY /incubator/jdo/trunk/tck20/maven.xml
MODIFY /incubator/jdo/trunk/tck20/project.properties

Repository Revision Date User Message
ASF #161805 Mon Apr 18 22:08:40 UTC 2005 mcaisse Fix to fix for JDO-14
Files Changed
MODIFY /incubator/jdo/trunk/tck20/project.properties

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 made changes - 19/Apr/05 04:53 AM
Field Original Value New Value
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]
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}"

Michelle Caisse made changes - 01/Nov/05 06:56 AM
Status Resolved [ 5 ] Closed [ 6 ]
Michael Bouschen added a comment - 23/Apr/06 01:53 AM
Reopened to set the Fix Version/s field to JDO 2 beta.

Michael Bouschen made changes - 23/Apr/06 01:53 AM
Resolution Fixed [ 1 ]
Status Closed [ 6 ] Reopened [ 4 ]
Michael Bouschen made changes - 23/Apr/06 01:56 AM
Resolution Fixed [ 1 ]
Fix Version/s JDO 2 beta [ 12310683 ]
Status Reopened [ 4 ] Closed [ 6 ]