Re: gump failure

2012-08-10 Thread Peter Keller
On Thu, 2012-08-02 at 11:47 -0700, Cezar Andrei wrote:
 Bootstrap works the first time also for me. But I've put in your patch
 to run bootstrap twice. Let's see if it fixes Gump. 

Grrr obviously not :-(

I have no more technical suggestions, and it seems to me that it may be
something in the gump environment itself that is the problem. According
to this page:

http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/gump_work/build_xml-xmlbeans_xml-xmlbeans-v1.html

the command that is used to do the build is:


/usr/lib/jvm/java-7-oracle/bin/java -Djava.awt.headless=true
-Dbuild.sysclasspath=only

-Xbootclasspath/p:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar
org.apache.tools.ant.Main 
-Dgump.merge=/srv/gump/public/gump/work/merge.xml -f
build.xml bootstrap 

The gump.merge system property suggests to me that there is something
non-standard going on. Maybe some sort of state from previous builds is
being brought forward and having an effect on the current build.

My next suggestion would be to contact Robert Donkin (after everything
to do with the 2.6.0 release has been sorted out), and ask him how to
reproduce the problem outside the gump environment. Anyone could do this
in principle, but maybe it would be better coming from an XMLBeans
committer?

Regards,
Peter.

 
 Cezar
 
 On Wed, 2012-08-01 at 03:33 -0700, Peter Keller wrote:
  Still getting these gump messages Is a committer able to apply the
  patch to build.xml on the 1.x branch as I suggested?
  
  I have tried to reproduce the error on an svn checkout of branch/1.x and
  a standard ant invocation of ant bootstrap, but that works for me with
  just one pass. I guess that the gump failure must be due to some
  character set issue in the gump environment and/or the build of the
  tools that gump is using.
  
  Anyway, doing two bootstrap passes should fix it (or if it doesn't,
  enable us to ask the person who put xmlbeans on gump for help in
  reproducing the error).
  
  Regards,
  Peter.
  
  On Wed, 2012-07-25 at 17:31 +0100, Peter Keller wrote:
   According to the information at the bottom of this page:
   
   http://vmgump.apache.org/gump/public/xml-xmlbeans/index.html
   
   gump is getting xmlbeans from
   http://svn.apache.org/repos/asf/xmlbeans/branches/1.x. Looking at
   build.xml at that location, the fix hasn't been applied there.
   
   Hope that helps,
   Peter.
   
   P.S. If that doesn't fix it, I would suggest e-mailing Robert Donkin
   directly for help.
   
   On Wed, 2012-07-25 at 09:21 -0700, Cezar Andrei wrote:
It seems that Peter's fix is not picked up, anyone has any idea on how 
to make this happen?

Cezar


On Jul 20, 2012, at 12:00 PM, Cezar Andrei wrote:

 Thank you Peter, I added your suggestion fix. It's not the perfect 
 solution but given the circumstances should be fine.
 I'm sorry I forgot to mention your name on the checkin description 
 (rev 1363870) since it's your contribution.
 
 Cezar
 
 - Original Message -
 From: pkel...@globalphasing.com
 To: dev@xmlbeans.apache.org
 Sent: Friday, July 20, 2012 5:51:41 AM GMT -06:00 US/Canada Central
 Subject: Re: gump failure
 
 I'm not really an ant expert, but since I was looking at build.xml
 anyway
 
 On Thu, 2012-07-19 at 12:03 -0700, Cezar Andrei wrote:
 About this email, this is not actually a failure. In order to 
 consider
 it a failure, the bootstrap needs to run twice and only if it errors
 second time is it considered a failure.
 
 Is there any way to fix this test?
 
 The attached patch to build.xml fixes it in my hands (ant 1.8.2, 
 OpenJDK
 1.6.0.0_b24, openSUSE 12.1). This patch is against version 2.6.0-RC2
 (which shows the same failure when building bootstrap for the first 
 time
 in a clean working directory), but to fix the gump failure, the same
 changes presumably need to be made against this version or a nearby 
 one:
 
 http://svn.apache.org/viewvc/xmlbeans/branches/1.x/build.xml?view=log
 
 I don't know how it got on gump.
 
 Presumably put there by someone involved with one of the dependent
 projects: jmeter, rhino or ws-axis2 (which has xml-xmlbeans-v1 as an
 optional dependency according to
 http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/details.html).
 
 Regards,
 Peter.
 
 
 Thanks,
 Cezar
 
 - Original Message -
 From: rdon...@apache.org
 To: xmlbeans-...@xml.apache.org
 Sent: Thursday, July 19, 2012 1:55:19 AM GMT -06:00 US/Canada Central
 Subject: [GUMP@vmgump]: Project xml-xmlbeans-v1 (in module 
 xml-xmlbeans) failed
 
 To whom it may engage...
 ...
 Full details are available

Re: gump failure

2012-08-02 Thread Cezar Andrei
Bootstrap works the first time also for me. But I've put in your patch
to run bootstrap twice. Let's see if it fixes Gump. 

Cezar

On Wed, 2012-08-01 at 03:33 -0700, Peter Keller wrote:
 Still getting these gump messages Is a committer able to apply the
 patch to build.xml on the 1.x branch as I suggested?
 
 I have tried to reproduce the error on an svn checkout of branch/1.x and
 a standard ant invocation of ant bootstrap, but that works for me with
 just one pass. I guess that the gump failure must be due to some
 character set issue in the gump environment and/or the build of the
 tools that gump is using.
 
 Anyway, doing two bootstrap passes should fix it (or if it doesn't,
 enable us to ask the person who put xmlbeans on gump for help in
 reproducing the error).
 
 Regards,
 Peter.
 
 On Wed, 2012-07-25 at 17:31 +0100, Peter Keller wrote:
  According to the information at the bottom of this page:
  
  http://vmgump.apache.org/gump/public/xml-xmlbeans/index.html
  
  gump is getting xmlbeans from
  http://svn.apache.org/repos/asf/xmlbeans/branches/1.x. Looking at
  build.xml at that location, the fix hasn't been applied there.
  
  Hope that helps,
  Peter.
  
  P.S. If that doesn't fix it, I would suggest e-mailing Robert Donkin
  directly for help.
  
  On Wed, 2012-07-25 at 09:21 -0700, Cezar Andrei wrote:
   It seems that Peter's fix is not picked up, anyone has any idea on how to 
   make this happen?
   
   Cezar
   
   
   On Jul 20, 2012, at 12:00 PM, Cezar Andrei wrote:
   
Thank you Peter, I added your suggestion fix. It's not the perfect 
solution but given the circumstances should be fine.
I'm sorry I forgot to mention your name on the checkin description (rev 
1363870) since it's your contribution.

Cezar

- Original Message -
From: pkel...@globalphasing.com
To: dev@xmlbeans.apache.org
Sent: Friday, July 20, 2012 5:51:41 AM GMT -06:00 US/Canada Central
Subject: Re: gump failure

I'm not really an ant expert, but since I was looking at build.xml
anyway

On Thu, 2012-07-19 at 12:03 -0700, Cezar Andrei wrote:
About this email, this is not actually a failure. In order to consider
it a failure, the bootstrap needs to run twice and only if it errors
second time is it considered a failure.

Is there any way to fix this test?

The attached patch to build.xml fixes it in my hands (ant 1.8.2, OpenJDK
1.6.0.0_b24, openSUSE 12.1). This patch is against version 2.6.0-RC2
(which shows the same failure when building bootstrap for the first time
in a clean working directory), but to fix the gump failure, the same
changes presumably need to be made against this version or a nearby one:

http://svn.apache.org/viewvc/xmlbeans/branches/1.x/build.xml?view=log

I don't know how it got on gump.

Presumably put there by someone involved with one of the dependent
projects: jmeter, rhino or ws-axis2 (which has xml-xmlbeans-v1 as an
optional dependency according to
http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/details.html).

Regards,
Peter.


Thanks,
Cezar

- Original Message -
From: rdon...@apache.org
To: xmlbeans-...@xml.apache.org
Sent: Thursday, July 19, 2012 1:55:19 AM GMT -06:00 US/Canada Central
Subject: [GUMP@vmgump]: Project xml-xmlbeans-v1 (in module 
xml-xmlbeans) failed

To whom it may engage...
...
Full details are available at:
   
http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/index.html



-
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
   
  
 



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



Re: gump failure

2012-08-01 Thread Peter Keller
Still getting these gump messages Is a committer able to apply the
patch to build.xml on the 1.x branch as I suggested?

I have tried to reproduce the error on an svn checkout of branch/1.x and
a standard ant invocation of ant bootstrap, but that works for me with
just one pass. I guess that the gump failure must be due to some
character set issue in the gump environment and/or the build of the
tools that gump is using.

Anyway, doing two bootstrap passes should fix it (or if it doesn't,
enable us to ask the person who put xmlbeans on gump for help in
reproducing the error).

Regards,
Peter.

On Wed, 2012-07-25 at 17:31 +0100, Peter Keller wrote:
 According to the information at the bottom of this page:
 
 http://vmgump.apache.org/gump/public/xml-xmlbeans/index.html
 
 gump is getting xmlbeans from
 http://svn.apache.org/repos/asf/xmlbeans/branches/1.x. Looking at
 build.xml at that location, the fix hasn't been applied there.
 
 Hope that helps,
 Peter.
 
 P.S. If that doesn't fix it, I would suggest e-mailing Robert Donkin
 directly for help.
 
 On Wed, 2012-07-25 at 09:21 -0700, Cezar Andrei wrote:
  It seems that Peter's fix is not picked up, anyone has any idea on how to 
  make this happen?
  
  Cezar
  
  
  On Jul 20, 2012, at 12:00 PM, Cezar Andrei wrote:
  
   Thank you Peter, I added your suggestion fix. It's not the perfect 
   solution but given the circumstances should be fine.
   I'm sorry I forgot to mention your name on the checkin description (rev 
   1363870) since it's your contribution.
   
   Cezar
   
   - Original Message -
   From: pkel...@globalphasing.com
   To: dev@xmlbeans.apache.org
   Sent: Friday, July 20, 2012 5:51:41 AM GMT -06:00 US/Canada Central
   Subject: Re: gump failure
   
   I'm not really an ant expert, but since I was looking at build.xml
   anyway
   
   On Thu, 2012-07-19 at 12:03 -0700, Cezar Andrei wrote:
   About this email, this is not actually a failure. In order to consider
   it a failure, the bootstrap needs to run twice and only if it errors
   second time is it considered a failure.
   
   Is there any way to fix this test?
   
   The attached patch to build.xml fixes it in my hands (ant 1.8.2, OpenJDK
   1.6.0.0_b24, openSUSE 12.1). This patch is against version 2.6.0-RC2
   (which shows the same failure when building bootstrap for the first time
   in a clean working directory), but to fix the gump failure, the same
   changes presumably need to be made against this version or a nearby one:
   
   http://svn.apache.org/viewvc/xmlbeans/branches/1.x/build.xml?view=log
   
   I don't know how it got on gump.
   
   Presumably put there by someone involved with one of the dependent
   projects: jmeter, rhino or ws-axis2 (which has xml-xmlbeans-v1 as an
   optional dependency according to
   http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/details.html).
   
   Regards,
   Peter.
   
   
   Thanks,
   Cezar
   
   - Original Message -
   From: rdon...@apache.org
   To: xmlbeans-...@xml.apache.org
   Sent: Thursday, July 19, 2012 1:55:19 AM GMT -06:00 US/Canada Central
   Subject: [GUMP@vmgump]: Project xml-xmlbeans-v1 (in module xml-xmlbeans) 
   failed
   
   To whom it may engage...
   ...
   Full details are available at:
  
   http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/index.html
   
   
   
   -
   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: gump failure

2012-07-25 Thread Cezar Andrei
It seems that Peter's fix is not picked up, anyone has any idea on how to make 
this happen?

Cezar


On Jul 20, 2012, at 12:00 PM, Cezar Andrei wrote:

 Thank you Peter, I added your suggestion fix. It's not the perfect solution 
 but given the circumstances should be fine.
 I'm sorry I forgot to mention your name on the checkin description (rev 
 1363870) since it's your contribution.
 
 Cezar
 
 - Original Message -
 From: pkel...@globalphasing.com
 To: dev@xmlbeans.apache.org
 Sent: Friday, July 20, 2012 5:51:41 AM GMT -06:00 US/Canada Central
 Subject: Re: gump failure
 
 I'm not really an ant expert, but since I was looking at build.xml
 anyway
 
 On Thu, 2012-07-19 at 12:03 -0700, Cezar Andrei wrote:
 About this email, this is not actually a failure. In order to consider
 it a failure, the bootstrap needs to run twice and only if it errors
 second time is it considered a failure.
 
 Is there any way to fix this test?
 
 The attached patch to build.xml fixes it in my hands (ant 1.8.2, OpenJDK
 1.6.0.0_b24, openSUSE 12.1). This patch is against version 2.6.0-RC2
 (which shows the same failure when building bootstrap for the first time
 in a clean working directory), but to fix the gump failure, the same
 changes presumably need to be made against this version or a nearby one:
 
 http://svn.apache.org/viewvc/xmlbeans/branches/1.x/build.xml?view=log
 
 I don't know how it got on gump.
 
 Presumably put there by someone involved with one of the dependent
 projects: jmeter, rhino or ws-axis2 (which has xml-xmlbeans-v1 as an
 optional dependency according to
 http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/details.html).
 
 Regards,
 Peter.
 
 
 Thanks,
 Cezar
 
 - Original Message -
 From: rdon...@apache.org
 To: xmlbeans-...@xml.apache.org
 Sent: Thursday, July 19, 2012 1:55:19 AM GMT -06:00 US/Canada Central
 Subject: [GUMP@vmgump]: Project xml-xmlbeans-v1 (in module xml-xmlbeans) 
 failed
 
 To whom it may engage...
 ...
 Full details are available at:

 http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/index.html
 
 
 
 -
 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



Re: gump failure

2012-07-25 Thread Peter Keller
According to the information at the bottom of this page:

http://vmgump.apache.org/gump/public/xml-xmlbeans/index.html

gump is getting xmlbeans from
http://svn.apache.org/repos/asf/xmlbeans/branches/1.x. Looking at
build.xml at that location, the fix hasn't been applied there.

Hope that helps,
Peter.

P.S. If that doesn't fix it, I would suggest e-mailing Robert Donkin
directly for help.

On Wed, 2012-07-25 at 09:21 -0700, Cezar Andrei wrote:
 It seems that Peter's fix is not picked up, anyone has any idea on how to 
 make this happen?
 
 Cezar
 
 
 On Jul 20, 2012, at 12:00 PM, Cezar Andrei wrote:
 
  Thank you Peter, I added your suggestion fix. It's not the perfect solution 
  but given the circumstances should be fine.
  I'm sorry I forgot to mention your name on the checkin description (rev 
  1363870) since it's your contribution.
  
  Cezar
  
  - Original Message -
  From: pkel...@globalphasing.com
  To: dev@xmlbeans.apache.org
  Sent: Friday, July 20, 2012 5:51:41 AM GMT -06:00 US/Canada Central
  Subject: Re: gump failure
  
  I'm not really an ant expert, but since I was looking at build.xml
  anyway
  
  On Thu, 2012-07-19 at 12:03 -0700, Cezar Andrei wrote:
  About this email, this is not actually a failure. In order to consider
  it a failure, the bootstrap needs to run twice and only if it errors
  second time is it considered a failure.
  
  Is there any way to fix this test?
  
  The attached patch to build.xml fixes it in my hands (ant 1.8.2, OpenJDK
  1.6.0.0_b24, openSUSE 12.1). This patch is against version 2.6.0-RC2
  (which shows the same failure when building bootstrap for the first time
  in a clean working directory), but to fix the gump failure, the same
  changes presumably need to be made against this version or a nearby one:
  
  http://svn.apache.org/viewvc/xmlbeans/branches/1.x/build.xml?view=log
  
  I don't know how it got on gump.
  
  Presumably put there by someone involved with one of the dependent
  projects: jmeter, rhino or ws-axis2 (which has xml-xmlbeans-v1 as an
  optional dependency according to
  http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/details.html).
  
  Regards,
  Peter.
  
  
  Thanks,
  Cezar
  
  - Original Message -
  From: rdon...@apache.org
  To: xmlbeans-...@xml.apache.org
  Sent: Thursday, July 19, 2012 1:55:19 AM GMT -06:00 US/Canada Central
  Subject: [GUMP@vmgump]: Project xml-xmlbeans-v1 (in module xml-xmlbeans) 
  failed
  
  To whom it may engage...
  ...
  Full details are available at:
 
  http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/index.html
  
  
  
  -
  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: gump failure

2012-07-20 Thread Peter Keller
I'm not really an ant expert, but since I was looking at build.xml
anyway

On Thu, 2012-07-19 at 12:03 -0700, Cezar Andrei wrote:
 About this email, this is not actually a failure. In order to consider
 it a failure, the bootstrap needs to run twice and only if it errors
 second time is it considered a failure.
 
 Is there any way to fix this test?

The attached patch to build.xml fixes it in my hands (ant 1.8.2, OpenJDK
1.6.0.0_b24, openSUSE 12.1). This patch is against version 2.6.0-RC2
(which shows the same failure when building bootstrap for the first time
in a clean working directory), but to fix the gump failure, the same
changes presumably need to be made against this version or a nearby one:

http://svn.apache.org/viewvc/xmlbeans/branches/1.x/build.xml?view=log

 I don't know how it got on gump.

Presumably put there by someone involved with one of the dependent
projects: jmeter, rhino or ws-axis2 (which has xml-xmlbeans-v1 as an
optional dependency according to
http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/details.html).

Regards,
Peter.

 
 Thanks,
 Cezar
 
 - Original Message -
 From: rdon...@apache.org
 To: xmlbeans-...@xml.apache.org
 Sent: Thursday, July 19, 2012 1:55:19 AM GMT -06:00 US/Canada Central
 Subject: [GUMP@vmgump]: Project xml-xmlbeans-v1 (in module xml-xmlbeans) 
 failed
 
 To whom it may engage...
 
 This is an automated request, but not an unsolicited one. For 
 more information please visit http://gump.apache.org/nagged.html, 
 and/or contact the folk at gene...@gump.apache.org.
 
 Project xml-xmlbeans-v1 has an issue affecting its community integration.
 This issue affects 4 projects,
  and has been outstanding for 12 runs.
 The current state of this project is 'Failed', with reason 'Build Failed'.
 For reference only, the following projects are affected by this:
 - jmeter-svn :  Pure Java load testing and performance measurement tool.
...
 - jmeter-test :  Pure Java load testing and performance measurement tool.
...
 - rhino :  JavaScript for Java
 - xml-xmlbeans-v1 :  XML Beans Object - Java Binding Tool
 
 
 Full details are available at:
 
 http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/index.html
 
 That said, some information snippets are provided here.
 
 The following annotations (debug/informational/warning/error messages) were 
 provided:
  -INFO- Failed with reason build failed
  -INFO- Failed to extract fallback artifacts from Gump Repository
 
 
 
 The following work was performed:
 http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/gump_work/build_xml-xmlbeans_xml-xmlbeans-v1.html
 Work Name: build_xml-xmlbeans_xml-xmlbeans-v1 (Type: Build)
 Work ended in a state of : Failed
 Elapsed: 60 secs
 Command Line: /usr/lib/jvm/java-6-openjdk/bin/java -Djava.awt.headless=true 
 -Dbuild.sysclasspath=only 
 -Xbootclasspath/p:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar
  org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
 -f build.xml bootstrap 
 [Working Directory: /srv/gump/public/workspace/xml-xmlbeans]
 CLASSPATH: 
 /usr/lib/jvm/java-6-openjdk/lib/tools.jar:/srv/gump/public/workspace/xml-xmlbeans/build/classes/common:/srv/gump/public/workspace/xml-xmlbeans/build/classes/xmlinputstream:/srv/gump/public/workspace/xml-xmlbeans/build/classes/xmlpublic:/srv/gump/public/workspace/xml-xmlbeans/external/lib/oldxbean.jar:/srv/gump/public/workspace/xml-xmlbeans/build/private/classes/zipcompare:/srv/gump/public/workspace/xml-xmlbeans/build/private/lib/easypo.jar:/srv/gump/public/workspace/xml-xmlbeans/build/private/lib/schemas.jar:/srv/gump/public/workspace/xml-xmlbeans/build/private/lib/enumtest.jar:/srv/gump/public/workspace/xml-xmlbeans/build/private/lib/drt.jar:/srv/gump/public/workspace/xml-xmlbeans/build/private/lib/xstypes.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-s
 wi
  
 ng.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/packages/jaxen-1.1-beta-6/jaxen-1.1-beta-6.jar:/srv/gump/public/workspace/junit/dist/junit-19072012.jar:/srv/gump/public/workspace/junit/dist/junit-dep-19072012.jar
 -
 
 zipcompare.classes:
 [mkdir] Created dir: 
 /srv/gump/public/workspace/xml-xmlbeans/build/private/classes/zipcompare
 [javac] Compiling 1 source file to 
 /srv/gump/public/workspace/xml-xmlbeans/build/private/classes/zipcompare
 [javac] Note: 
 

Re: gump failure

2012-07-20 Thread Cezar Andrei
Thank you Peter, I added your suggestion fix. It's not the perfect solution but 
given the circumstances should be fine.
I'm sorry I forgot to mention your name on the checkin description (rev 
1363870) since it's your contribution.

Cezar

- Original Message -
From: pkel...@globalphasing.com
To: dev@xmlbeans.apache.org
Sent: Friday, July 20, 2012 5:51:41 AM GMT -06:00 US/Canada Central
Subject: Re: gump failure

I'm not really an ant expert, but since I was looking at build.xml
anyway

On Thu, 2012-07-19 at 12:03 -0700, Cezar Andrei wrote:
 About this email, this is not actually a failure. In order to consider
 it a failure, the bootstrap needs to run twice and only if it errors
 second time is it considered a failure.
 
 Is there any way to fix this test?

The attached patch to build.xml fixes it in my hands (ant 1.8.2, OpenJDK
1.6.0.0_b24, openSUSE 12.1). This patch is against version 2.6.0-RC2
(which shows the same failure when building bootstrap for the first time
in a clean working directory), but to fix the gump failure, the same
changes presumably need to be made against this version or a nearby one:

http://svn.apache.org/viewvc/xmlbeans/branches/1.x/build.xml?view=log

 I don't know how it got on gump.

Presumably put there by someone involved with one of the dependent
projects: jmeter, rhino or ws-axis2 (which has xml-xmlbeans-v1 as an
optional dependency according to
http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/details.html).

Regards,
Peter.

 
 Thanks,
 Cezar
 
 - Original Message -
 From: rdon...@apache.org
 To: xmlbeans-...@xml.apache.org
 Sent: Thursday, July 19, 2012 1:55:19 AM GMT -06:00 US/Canada Central
 Subject: [GUMP@vmgump]: Project xml-xmlbeans-v1 (in module xml-xmlbeans) 
 failed
 
 To whom it may engage...
...
 Full details are available at:
 
 http://vmgump.apache.org/gump/public/xml-xmlbeans/xml-xmlbeans-v1/index.html
 


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