Issue Details (XML | Word | Printable)

Key: JDO-297
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Michael Bouschen
Reporter: Craig Russell
Votes: 0
Watchers: 0
Operations

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

RI11 doesn't run

Created: 05/Feb/06 02:06 PM   Updated: 06/Feb/06 07:08 AM
Return to search
Component/s: ri11
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works jdo11.patch 2006-02-06 04:09 AM Michael Bouschen 9 kB
Text File Licensed for inclusion in ASF works ri11-mbo.patch 2006-02-05 11:05 PM Michael Bouschen 4 kB
Text File Licensed for inclusion in ASF works ri11.patch 2006-02-05 02:06 PM Craig Russell 0.8 kB
Text File Licensed for inclusion in ASF works tck11-mbo.patch 2006-02-05 11:05 PM Michael Bouschen 4 kB

Resolution Date: 06/Feb/06 07:08 AM


 Description  « Hide
After updating dependencies for the JDO 2 release, the ri11 project no longer works.

The attached patch fixes part of the issue (depending on the right versions of api11 and btree) but there is still a problem.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Michael Bouschen added a comment - 05/Feb/06 11:05 PM
The attached patch (ri11-mbo.patch) includes the first patch ri11.patch plus it fixes the remaining configuration issue. Files project.properties and maven.xml still referred property jdo.jdoapi.jarfile which was renamed. The other patch tck11-mbo.patch fixes the same issue in the tck11 project. Please have a look.

Craig Russell added a comment - 06/Feb/06 02:03 AM
The only issue for me now is the version. I think I made a mistake by changing the version from SNAPSHOT to 1.1 when I updated the trunk for the JDO 2 beta. I think we should continue to use SNAPSHOT for the trunk and branch to a JDO 1.1 release and change the version in the branch to 1.1.

What do others think?

Michael Bouschen added a comment - 06/Feb/06 04:09 AM
I agree, we should use SNAPSHOT in the trunk. The attached patch jdo11.patch changes the version in api11, ri11 and tck11 to SNAPSHOT (in addition to the other changes from ri11-mbo.patch and tck1-mbo.patch).

Craig Russell added a comment - 06/Feb/06 06:03 AM
The jdo11 patch looks good.


Michael Bouschen added a comment - 06/Feb/06 07:08 AM
Checked in patch jdo11.patch.