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 runtck.jdorisingle", 
and the test found company.xml.

Thanks very much,
Michelle
Michael Bouschen wrote:
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 
including this change for tck11 and tck20. You can run the patch by 
calling 'patch -p0 < JDO-45.patch' in the directory trunk. Please let 
me know whether it works for you, then I can check in the change.

Regards Michael

--
Michael Bouschen[EMAIL PROTECTED] Engineering GmbH
mailto:[EMAIL PROTECTED]http://www.tech.spree.de/
Tel.:++49/30/235 520-33 Buelowstr. 66   
Fax.:++49/30/2175 2012  D-10783 Berlin  


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 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 
including this change for tck11 and tck20. You can run the patch by 
calling 'patch -p0 < JDO-45.patch' in the directory trunk. Please let 
me know whether it works for you, then I can check in the change.

Regards Michael


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 including 
this change for tck11 and tck20. You can run the patch by calling 'patch 
-p0 < JDO-45.patch' in the directory trunk. Please let me know whether 
it works for you, then I can check in the change.

Regards Michael
--
Michael Bouschen[EMAIL PROTECTED] Engineering GmbH
mailto:[EMAIL PROTECTED]http://www.tech.spree.de/
Tel.:++49/30/235 520-33 Buelowstr. 66   
Fax.:++49/30/2175 2012  D-10783 Berlin  
Index: tck11/maven.xml
===
--- tck11/maven.xml (revision 170441)
+++ tck11/maven.xml (working copy)
@@ -49,7 +49,7 @@
 
 
 
-
+
 Run JDO TCK on the IUT with configuration 
${jdo.tck.configuration}
 
@@ -66,7 +66,7 @@
 
  
 
-
+
 Run TCK test org.apache.jdo.tck.${test} on the IUT with 
configuration ${jdo.tck.configuration}
 
@@ -79,7 +79,7 @@
 
 
 
-
+
 Run JDO TCK on the RI with configuration 
${jdo.tck.configuration}
 
 
  
 
-
+
 Run TCK test org.apache.jdo.tck.${test} on the RI with 
configuration ${jdo.tck.configuration}
 
@@ -365,13 +365,16 @@

 
 
-
+
 
 



 
+
+
+
 
 
 
Index: tck20/maven.xml
===
--- tck20/maven.xml (revision 170441)
+++ tck20/maven.xml (working copy)
@@ -49,7 +49,7 @@
 
 
 
-
+
 Run JDO TCK on the IUT with configuration 
${jdo.tck.configuration}
 
@@ -66,7 +66,7 @@
 
  
 
-
+
 Run TCK test org.apache.jdo.tck.${test} on the IUT with 
configuration ${jdo.tck.configuration}
 
@@ -79,7 +79,7 @@
 
 
 
-
+
 Run JDO TCK on the RI with configuration 
${jdo.tck.configuration}
 
 
  
 
-
+
 Run TCK test org.apache.jdo.tck.${test} on the RI with 
configuration ${jdo.tck.configuration}
 
@@ -116,7 +116,7 @@
 
 
 
-
+
 Debug JDO TCK on the IUT with configuration 
${jdo.tck.configuration}
 
 
 
 
-
+
 
 



 
+
+
+