Re: bootstrap build of xmlbeans from svn trunk checkout

2012-08-02 Thread Peter Keller
OK - fair enough. It obviously doesn't interfere with the release of 2.6.0. 
After the release, I may look into this again.


Regards,
Peter.

On Thu, 2 Aug 2012, Cezar Andrei wrote:


Peter,

Indeed resolver has been updated to 1.2. Thank you for the patch, but I
can't check it in because it will make 7 tests fail. In order to do the
update those tests need to be fixed.

Inst2XsdCheckinTest.test_examples_cd_catalog
Inst2XsdCheckinTest.test_examples_slashdotxml
Inst2XsdCheckinTest.test_examples_rss2_vb_contentsmart_4enum
Inst2XsdCheckinTest.test_examples_rss2_vb_contentstring_4enum
Inst2XsdCheckinTest.test_examples_rss2_vb_contentstring
Inst2XsdCheckinTest.test_examples_rss2
Inst2XsdCheckinTest.test_examples_rss091

Run ant checkintest to have a minimal number of tests pass.

Cezar

On Wed, 2012-08-01 at 03:34 -0700, Peter Keller wrote:

I have found that a bootstrap build from an svn checkout of trunk fails
because xml-commons-resolver in
 has been
updated from 1.1 to 1.2. The attached patch to build.xml fixes this in
my hands.

Regards,
Peter.

-
To unsubscribe, e-mail: dev-unsubscr...@xmlbeans.apache.org
For additional commands, e-mail: dev-h...@xmlbeans.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@xmlbeans.apache.org
For additional commands, e-mail: dev-h...@xmlbeans.apache.org




--
Peter Keller Tel.: +44 (0)1223 353033
Global Phasing Ltd., Fax.: +44 (0)1223 366889
Sheraton House,
Castle Park,
Cambridge CB3 0AX
United Kingdom

-
To unsubscribe, e-mail: dev-unsubscr...@xmlbeans.apache.org
For additional commands, e-mail: dev-h...@xmlbeans.apache.org



Re: bootstrap build of xmlbeans from svn trunk checkout

2012-08-02 Thread Cezar Andrei
Peter,

Indeed resolver has been updated to 1.2. Thank you for the patch, but I
can't check it in because it will make 7 tests fail. In order to do the
update those tests need to be fixed.

Inst2XsdCheckinTest.test_examples_cd_catalog
Inst2XsdCheckinTest.test_examples_slashdotxml
Inst2XsdCheckinTest.test_examples_rss2_vb_contentsmart_4enum
Inst2XsdCheckinTest.test_examples_rss2_vb_contentstring_4enum
Inst2XsdCheckinTest.test_examples_rss2_vb_contentstring
Inst2XsdCheckinTest.test_examples_rss2
Inst2XsdCheckinTest.test_examples_rss091

Run ant checkintest to have a minimal number of tests pass.

Cezar

On Wed, 2012-08-01 at 03:34 -0700, Peter Keller wrote:
> I have found that a bootstrap build from an svn checkout of trunk fails
> because xml-commons-resolver in
>  has been
> updated from 1.1 to 1.2. The attached patch to build.xml fixes this in
> my hands.
> 
> Regards,
> Peter.
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@xmlbeans.apache.org
> For additional commands, e-mail: dev-h...@xmlbeans.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@xmlbeans.apache.org
For additional commands, e-mail: dev-h...@xmlbeans.apache.org



bootstrap build of xmlbeans from svn trunk checkout

2012-08-01 Thread Peter Keller
I have found that a bootstrap build from an svn checkout of trunk fails
because xml-commons-resolver in
 has been
updated from 1.1 to 1.2. The attached patch to build.xml fixes this in
my hands.

Regards,
Peter.

-- 
Peter Keller Tel.: +44 (0)1223 353033
Global Phasing Ltd., Fax.: +44 (0)1223 366889
Sheraton House,
Castle Park,
Cambridge CB3 0AX
United Kingdom


--- build.xml	2012-08-01 11:02:57.587466431 +0100
+++ ../build.xml-trunk-patched	2012-08-01 10:58:04.449762854 +0100
@@ -170,7 +170,7 @@
 
 
 http://www.apache.org/dist/xml/commons/binaries/xml-commons-resolver-1.1.zip";
+src="http://www.apache.org/dist/xml/commons/binaries/xml-commons-resolver-1.2.zip";
 verbose="true" usetimestamp="true" ignoreerrors="true"/>
 
 
@@ -186,8 +186,8 @@
 
 
 
-
-
+
+
 
 
 


-
To unsubscribe, e-mail: dev-unsubscr...@xmlbeans.apache.org
For additional commands, e-mail: dev-h...@xmlbeans.apache.org