Re: Patch for JDO JIRA issue JDO-45

2005-05-18 Thread Michelle Caisse
Michael, I tested the patch on the tck20 project and it works fine. I did maven -o clean, maven -o database, and maven -o -Dtest=query.NavigationThroughACollectionField runtck.jdorisingle, and the test found company.xml. Thanks very much, Michelle Michael Bouschen wrote: Hi Michelle, I

Re: Patch for JDO JIRA issue JDO-45

2005-05-18 Thread Michael Bouschen
Hi Michelle, thanks for testing. I checked in the changes and set the JIRA issue to fixed. Regards Michael Michael, I tested the patch on the tck20 project and it works fine. I did maven -o clean, maven -o database, and maven -o -Dtest=query.NavigationThroughACollectionField

Patch for JDO JIRA issue JDO-45

2005-05-17 Thread Michael Bouschen
Hi Michelle, I looked into the JIRA issue JDO-45: Need to do full build to get company.xml copied to target dir http://issues.apache.org/jira/browse/JDO-45 I propose to rename the maven goal copyloggingprops to copyprops and add copying the company.xml file to it. Attached you find a patch