Re: [Digester] RC1 blocked while deploying :(

2010-09-11 Thread Simone Tripodi
Hi Phil,
very very appreciated, believe me that problem didn't let me sleep!!! :)
Since tag and install steps have been done, I'll try to continue with
scp using the approach you just suggested...

BTW in the meanwhile, even if I didn't change any single line of code
on /trunk, Gump nicely reported tests error, so I think I've to fix
the build first before calling an RC1

Thanks a lot, have a nice day,
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Sat, Sep 11, 2010 at 3:15 AM, Phil Steitz phil.ste...@gmail.com wrote:
 On 9/10/10 6:27 PM, Simone Tripodi wrote:

 Hi all guys,
 the RC1 is driving me crazy... once resolved the gpg issues, following
 the wiki guide[1] Rahul ans Seb suggested, once launched mvn -Prc
 release:perform when going to deploy artifacts, the build was
 blocked:

 [INFO] [INFO] [deploy:deploy {execution: default-deploy}]
 [INFO]
 [INFO]
 [INFO] Note that too many successive login failures will result in further
 [INFO] logins from your IP address being blocked. If this happens, contact
 [INFO]infrastruct...@apache.org, mentioning your IP address so that it
 can
 [INFO] be unblocked.
 [INFO]
 [INFO]

 Even if I try to insert my apache password, nothing happens, the
 process seems to be suspended... any idea/hints on it?
 Many thanks in advance,
 Simo

 [1] http://wiki.apache.org/commons/CreatingReleases

 http://people.apache.org/~simonetripodi/
 http://www.99soft.org/

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


 If you don't mind a slightly lower-tech approach, the process documented on
 the web page [1] works.  I just used it for the [pool] release.  There is a
 bash script that automates most of the steps in pool trunk [2], though the
 steps are pretty simple.  Personally, I think the lack of control and
 generally flaky behavior of maven release automation is not worth the
 trouble.  I just use
  mvn -Prc -DcreateChecksum=true install
 to create the artifacts and then deploy them using scp (which you end up
 having to do in the end to /dist even with the release plugin approach).
  The advantages of this approach are 1) it is clear what is happening at
 each stage 2) tags don't change 3) what we vote on is what gets deployed 4)
 it works reliably.

 [1] http://commons.apache.org/releases/index.html
 [2] http://svn.apache.org/repos/asf/commons/proper/pool/trunk/pool-RC.sh

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



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



Re: [Digester] RC1 blocked while deploying :(

2010-09-11 Thread Simone Tripodi
Finally resolved the nightmare, just to let you know: invoking the
release-plugin with -DmavenExecutorId=forked-path the prompt won't be
lost :)
have a nice day,
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Sat, Sep 11, 2010 at 9:49 AM, Simone Tripodi
simone.trip...@gmail.com wrote:
 Hi Phil,
 very very appreciated, believe me that problem didn't let me sleep!!! :)
 Since tag and install steps have been done, I'll try to continue with
 scp using the approach you just suggested...

 BTW in the meanwhile, even if I didn't change any single line of code
 on /trunk, Gump nicely reported tests error, so I think I've to fix
 the build first before calling an RC1

 Thanks a lot, have a nice day,
 Simo

 http://people.apache.org/~simonetripodi/
 http://www.99soft.org/



 On Sat, Sep 11, 2010 at 3:15 AM, Phil Steitz phil.ste...@gmail.com wrote:
 On 9/10/10 6:27 PM, Simone Tripodi wrote:

 Hi all guys,
 the RC1 is driving me crazy... once resolved the gpg issues, following
 the wiki guide[1] Rahul ans Seb suggested, once launched mvn -Prc
 release:perform when going to deploy artifacts, the build was
 blocked:

 [INFO] [INFO] [deploy:deploy {execution: default-deploy}]
 [INFO]
 [INFO]
 [INFO] Note that too many successive login failures will result in further
 [INFO] logins from your IP address being blocked. If this happens, contact
 [INFO]infrastruct...@apache.org, mentioning your IP address so that it
 can
 [INFO] be unblocked.
 [INFO]
 [INFO]

 Even if I try to insert my apache password, nothing happens, the
 process seems to be suspended... any idea/hints on it?
 Many thanks in advance,
 Simo

 [1] http://wiki.apache.org/commons/CreatingReleases

 http://people.apache.org/~simonetripodi/
 http://www.99soft.org/

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


 If you don't mind a slightly lower-tech approach, the process documented on
 the web page [1] works.  I just used it for the [pool] release.  There is a
 bash script that automates most of the steps in pool trunk [2], though the
 steps are pretty simple.  Personally, I think the lack of control and
 generally flaky behavior of maven release automation is not worth the
 trouble.  I just use
  mvn -Prc -DcreateChecksum=true install
 to create the artifacts and then deploy them using scp (which you end up
 having to do in the end to /dist even with the release plugin approach).
  The advantages of this approach are 1) it is clear what is happening at
 each stage 2) tags don't change 3) what we vote on is what gets deployed 4)
 it works reliably.

 [1] http://commons.apache.org/releases/index.html
 [2] http://svn.apache.org/repos/asf/commons/proper/pool/trunk/pool-RC.sh

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




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



[VOTE] Release Digester 2.1 based on RC1

2010-09-11 Thread Simone Tripodi
Hi all guys,
on behalf of the Digester committers I'd like to invite you to vote
the 2.1 release of the commons-digester.

Tag:

https://svn.apache.org/repos/asf/commons/proper/digester/tags/DIGESTER_2_1_RC1/

Release notes:

http://people.apache.org/builds/commons/digester/2.1/RC1/RELEASE-NOTES.txt

Site:

http://people.apache.org/builds/commons/digester/2.1/RC1/site/index.html

Binaries:

http://people.apache.org/builds/commons/digester/2.1/RC1/staged/commons-digester/commons-digester/2.1-RC1/

Votes, please.  This vote will close in 72 hours (14 Sept, 11:00am GMT).

Thanks in advance.
Simo

-

[ ] +1 release it
[ ] +0 OK, but...
[ ] -0 Would really like to see...
[ ] -1 no, do not release it because...

-

http://people.apache.org/~simonetripodi/
http://www.99soft.org/

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



Re: [Digester] RC1 blocked while deploying :(

2010-09-11 Thread sebb
On 11 September 2010 08:49, Simone Tripodi simone.trip...@gmail.com wrote:
 Hi Phil,
 very very appreciated, believe me that problem didn't let me sleep!!! :)
 Since tag and install steps have been done, I'll try to continue with
 scp using the approach you just suggested...

 BTW in the meanwhile, even if I didn't change any single line of code
 on /trunk, Gump nicely reported tests error, so I think I've to fix
 the build first before calling an RC1

I've added a report tag to the digester Gump build which hopefully
will give access to the Surefire reports after the next Gump run.

 Thanks a lot, have a nice day,
 Simo

 http://people.apache.org/~simonetripodi/
 http://www.99soft.org/



 On Sat, Sep 11, 2010 at 3:15 AM, Phil Steitz phil.ste...@gmail.com wrote:
 On 9/10/10 6:27 PM, Simone Tripodi wrote:

 Hi all guys,
 the RC1 is driving me crazy... once resolved the gpg issues, following
 the wiki guide[1] Rahul ans Seb suggested, once launched mvn -Prc
 release:perform when going to deploy artifacts, the build was
 blocked:

 [INFO] [INFO] [deploy:deploy {execution: default-deploy}]
 [INFO]
 [INFO]
 [INFO] Note that too many successive login failures will result in further
 [INFO] logins from your IP address being blocked. If this happens, contact
 [INFO]infrastruct...@apache.org, mentioning your IP address so that it
 can
 [INFO] be unblocked.
 [INFO]
 [INFO]

 Even if I try to insert my apache password, nothing happens, the
 process seems to be suspended... any idea/hints on it?
 Many thanks in advance,
 Simo

 [1] http://wiki.apache.org/commons/CreatingReleases

 http://people.apache.org/~simonetripodi/
 http://www.99soft.org/

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


 If you don't mind a slightly lower-tech approach, the process documented on
 the web page [1] works.  I just used it for the [pool] release.  There is a
 bash script that automates most of the steps in pool trunk [2], though the
 steps are pretty simple.  Personally, I think the lack of control and
 generally flaky behavior of maven release automation is not worth the
 trouble.  I just use
  mvn -Prc -DcreateChecksum=true install
 to create the artifacts and then deploy them using scp (which you end up
 having to do in the end to /dist even with the release plugin approach).
  The advantages of this approach are 1) it is clear what is happening at
 each stage 2) tags don't change 3) what we vote on is what gets deployed 4)
 it works reliably.

 [1] http://commons.apache.org/releases/index.html
 [2] http://svn.apache.org/repos/asf/commons/proper/pool/trunk/pool-RC.sh

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



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



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



[g...@vmgump]: Project commons-digester (in module apache-commons) failed

2010-09-11 Thread Gump
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 commons-digester has an issue affecting its community integration.
This issue affects 36 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-betwixt :  Commons Betwixt Package
- commons-chain :  GoF Chain of Responsibility pattern
- commons-digester :  XML to Java Object Configuration
- commons-digester-rss :  Digester RSS Example
- commons-jelly-tags-betwixt :  Commons Jelly
- commons-jelly-tags-jms :  Commons Jelly
- commons-messenger :  A web based JMS framework
- commons-modeler :  Modeler MBeans
- commons-services :  Basic Services Architecture
- commons-validator :  Validation Framework
- db-ddlutils :  Easy-to-use component for working with Database Definition 
(...
- fulcrum-cache :  Services Framework
- fulcrum-cache-test :  Services Framework
- fulcrum-configuration-impl :  Services Framework
- invicta :  Open-source build management tool.
- jakarta-tomcat :  Servlet 2.2 and JSP 1.1 Reference Implementation
- jakarta-tomcat-4.0 :  Servlet 2.3 and JSP 1.2 Reference Implementation
- jakarta-tomcat-catalina :  Servlet 2.4 Reference Implementation
- jakarta-tomcat-coyote :  Connectors to various web servers
- jakarta-tomcat-coyote-tomcat3 :  Connectors to various web servers
- jakarta-tomcat-coyote-tomcat4 :  Connectors to various web servers
- jakarta-tomcat-http11 :  Connectors to various web servers
- jakarta-tomcat-jk :  Connectors to various web servers
- jakarta-turbine-jcs :  Cache
- jcs :  Cache
- lucene-java-contrib :  Java Based Search Engine
- lucene-java-contrib-test :  Java Based Search Engine
- portals-jetspeed-1 :  Enterprise Information Portal
- solr :  Java Based Search Engine
- solr-test :  Java Based Search Engine
- struts-sslext :  The Struts SSL Extension for HTTP/HTTPS switching
- strutstestcase :  An extension of the standard JUnit TestCase class that 
provi...
- tomcat-catalina :  Servlet 2.3 and JSP 1.2 Reference Implementation
- turbine-core :  A servlet based framework.
- turbine-core-test :  A servlet based framework.
- velocity-tools :  VelocityTools project


Full details are available at:

http://vmgump.apache.org/gump/public/apache-commons/commons-digester/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole jar output [commons-digester-2.1-SNAPSHOT.jar] identifier set to 
project name
 -DEBUG- (Gump generated) Maven2 Settings in: 
/srv/gump/public/workspace/apache-commons/digester/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/srv/gump/public/workspace/apache-commons/digester/pom.xml
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/apache-commons/commons-digester/gump_work/build_apache-commons_commons-digester.html
Work Name: build_apache-commons_commons-digester (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 min 29 secs
Command Line: mvn --batch-mode --settings 
/srv/gump/public/workspace/apache-commons/digester/gump_mvn_settings.xml 
package 
[Working Directory: /srv/gump/public/workspace/apache-commons/digester]
-
Running org.apache.commons.digester.xmlrules.FromXmlRuleSetTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.commons.digester.RulesBaseTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.commons.digester.NodeCreateRuleTestCase
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running org.apache.commons.digester.DigesterTestCase
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.apache.commons.digester.plugins.TestConfigurablePluginAttributes
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.027 sec  
FAILURE!
Running org.apache.commons.digester.RegexRulesTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec

Results :

Tests in error: 
  testLocalRules(org.apache.commons.digester.plugins.TestLocalRules)
  testNonStandardLocalRules(org.apache.commons.digester.plugins.TestLocalRules)
  
testSetUnknownProperty(org.apache.commons.digester.BeanPropertySetterRuleTestCase)
  testRecursiveRules(org.apache.commons.digester.plugins.TestRecursion)
  testDefaultPlugins1(org.apache.commons.digester.plugins.TestDefaultPlugin)
  testNegative(org.apache.commons.digester.SetPropertyRuleTestCase)
  

Re: [Digester] RC1 blocked while deploying :(

2010-09-11 Thread Simone Tripodi
thanks a lot, very appreciated!!! Gump just notified a failure, it
will be much more easier understanding why it failed!
thanks again, have a nice day,
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Sat, Sep 11, 2010 at 3:54 PM, sebb seb...@gmail.com wrote:
 On 11 September 2010 08:49, Simone Tripodi simone.trip...@gmail.com wrote:
 Hi Phil,
 very very appreciated, believe me that problem didn't let me sleep!!! :)
 Since tag and install steps have been done, I'll try to continue with
 scp using the approach you just suggested...

 BTW in the meanwhile, even if I didn't change any single line of code
 on /trunk, Gump nicely reported tests error, so I think I've to fix
 the build first before calling an RC1

 I've added a report tag to the digester Gump build which hopefully
 will give access to the Surefire reports after the next Gump run.

 Thanks a lot, have a nice day,
 Simo

 http://people.apache.org/~simonetripodi/
 http://www.99soft.org/



 On Sat, Sep 11, 2010 at 3:15 AM, Phil Steitz phil.ste...@gmail.com wrote:
 On 9/10/10 6:27 PM, Simone Tripodi wrote:

 Hi all guys,
 the RC1 is driving me crazy... once resolved the gpg issues, following
 the wiki guide[1] Rahul ans Seb suggested, once launched mvn -Prc
 release:perform when going to deploy artifacts, the build was
 blocked:

 [INFO] [INFO] [deploy:deploy {execution: default-deploy}]
 [INFO]
 [INFO]
 [INFO] Note that too many successive login failures will result in further
 [INFO] logins from your IP address being blocked. If this happens, contact
 [INFO]infrastruct...@apache.org, mentioning your IP address so that it
 can
 [INFO] be unblocked.
 [INFO]
 [INFO]

 Even if I try to insert my apache password, nothing happens, the
 process seems to be suspended... any idea/hints on it?
 Many thanks in advance,
 Simo

 [1] http://wiki.apache.org/commons/CreatingReleases

 http://people.apache.org/~simonetripodi/
 http://www.99soft.org/

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


 If you don't mind a slightly lower-tech approach, the process documented on
 the web page [1] works.  I just used it for the [pool] release.  There is a
 bash script that automates most of the steps in pool trunk [2], though the
 steps are pretty simple.  Personally, I think the lack of control and
 generally flaky behavior of maven release automation is not worth the
 trouble.  I just use
  mvn -Prc -DcreateChecksum=true install
 to create the artifacts and then deploy them using scp (which you end up
 having to do in the end to /dist even with the release plugin approach).
  The advantages of this approach are 1) it is clear what is happening at
 each stage 2) tags don't change 3) what we vote on is what gets deployed 4)
 it works reliably.

 [1] http://commons.apache.org/releases/index.html
 [2] http://svn.apache.org/repos/asf/commons/proper/pool/trunk/pool-RC.sh

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



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



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



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



Re: [Digester] RC1 blocked while deploying :(

2010-09-11 Thread sebb
On 11 September 2010 15:04, Simone Tripodi simone.trip...@gmail.com wrote:
 thanks a lot, very appreciated!!! Gump just notified a failure, it
 will be much more easier understanding why it failed!

Unfortunately that run was started after I made the change, so you
will have to wait for the next run.

 thanks again, have a nice day,
 Simo

 http://people.apache.org/~simonetripodi/
 http://www.99soft.org/



 On Sat, Sep 11, 2010 at 3:54 PM, sebb seb...@gmail.com wrote:
 On 11 September 2010 08:49, Simone Tripodi simone.trip...@gmail.com wrote:
 Hi Phil,
 very very appreciated, believe me that problem didn't let me sleep!!! :)
 Since tag and install steps have been done, I'll try to continue with
 scp using the approach you just suggested...

 BTW in the meanwhile, even if I didn't change any single line of code
 on /trunk, Gump nicely reported tests error, so I think I've to fix
 the build first before calling an RC1

 I've added a report tag to the digester Gump build which hopefully
 will give access to the Surefire reports after the next Gump run.

 Thanks a lot, have a nice day,
 Simo

 http://people.apache.org/~simonetripodi/
 http://www.99soft.org/



 On Sat, Sep 11, 2010 at 3:15 AM, Phil Steitz phil.ste...@gmail.com wrote:
 On 9/10/10 6:27 PM, Simone Tripodi wrote:

 Hi all guys,
 the RC1 is driving me crazy... once resolved the gpg issues, following
 the wiki guide[1] Rahul ans Seb suggested, once launched mvn -Prc
 release:perform when going to deploy artifacts, the build was
 blocked:

 [INFO] [INFO] [deploy:deploy {execution: default-deploy}]
 [INFO]
 [INFO]
 [INFO] Note that too many successive login failures will result in further
 [INFO] logins from your IP address being blocked. If this happens, contact
 [INFO]infrastruct...@apache.org, mentioning your IP address so that it
 can
 [INFO] be unblocked.
 [INFO]
 [INFO]

 Even if I try to insert my apache password, nothing happens, the
 process seems to be suspended... any idea/hints on it?
 Many thanks in advance,
 Simo

 [1] http://wiki.apache.org/commons/CreatingReleases

 http://people.apache.org/~simonetripodi/
 http://www.99soft.org/

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


 If you don't mind a slightly lower-tech approach, the process documented on
 the web page [1] works.  I just used it for the [pool] release.  There is a
 bash script that automates most of the steps in pool trunk [2], though the
 steps are pretty simple.  Personally, I think the lack of control and
 generally flaky behavior of maven release automation is not worth the
 trouble.  I just use
  mvn -Prc -DcreateChecksum=true install
 to create the artifacts and then deploy them using scp (which you end up
 having to do in the end to /dist even with the release plugin approach).
  The advantages of this approach are 1) it is clear what is happening at
 each stage 2) tags don't change 3) what we vote on is what gets deployed 4)
 it works reliably.

 [1] http://commons.apache.org/releases/index.html
 [2] http://svn.apache.org/repos/asf/commons/proper/pool/trunk/pool-RC.sh

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



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



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



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



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



Re: [VOTE] Release Digester 2.1 based on RC1

2010-09-11 Thread sebb
On 11 September 2010 11:43, Simone Tripodi simone.trip...@gmail.com wrote:
 Hi all guys,
 on behalf of the Digester committers I'd like to invite you to vote
 the 2.1 release of the commons-digester.

 Tag:

 https://svn.apache.org/repos/asf/commons/proper/digester/tags/DIGESTER_2_1_RC1/

 Release notes:

 http://people.apache.org/builds/commons/digester/2.1/RC1/RELEASE-NOTES.txt

 Site:

 http://people.apache.org/builds/commons/digester/2.1/RC1/site/index.html

Fixed a minor typo - missing ( - not a blocker.

 Binaries:

 http://people.apache.org/builds/commons/digester/2.1/RC1/staged/commons-digester/commons-digester/2.1-RC1/

SIgniing key is listed in public databases, but does not appear to be in:

https://svn.apache.org/repos/asf/commons/trunks-proper/KEYS

This needs to be updated as per the instructions contained in it.

The scm entries in pom.xml refer to /tags/DIGESTER_2_1_RC1.
However, if the vote succeeds, the tag should be renamed to remove the
_RC1 suffix - and the scm entries will then be invalid.

There are similar problems with the Specification-Version: and
Implementation-Version: in the MANIFEST files.

Also, the directory names include RC1.

Given that the RC version is defined here:

commons.rc.versionRC1/commons.rc.version

perhaps

version2.1-RC1/version

should be

version2.1/version

Not sure if this works with the Maven release plugin.

The .asc.md5 and .asc.sha1 files ought to be deleted before files are
released to Maven Central. Just delete them from the staging area.

Sorry, but IMO this warrants -1 because of the RCn version problems.

 Votes, please.  This vote will close in 72 hours (14 Sept, 11:00am GMT).

 Thanks in advance.
 Simo

 -

 [ ] +1 release it
 [ ] +0 OK, but...
 [ ] -0 Would really like to see...
 [ ] -1 no, do not release it because...

 -

 http://people.apache.org/~simonetripodi/
 http://www.99soft.org/

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



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



[g...@vmgump]: Project commons-digester (in module apache-commons) failed

2010-09-11 Thread Gump
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 commons-digester has an issue affecting its community integration.
This issue affects 36 projects,
 and has been outstanding for 2 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-betwixt :  Commons Betwixt Package
- commons-chain :  GoF Chain of Responsibility pattern
- commons-digester :  XML to Java Object Configuration
- commons-digester-rss :  Digester RSS Example
- commons-jelly-tags-betwixt :  Commons Jelly
- commons-jelly-tags-jms :  Commons Jelly
- commons-messenger :  A web based JMS framework
- commons-modeler :  Modeler MBeans
- commons-services :  Basic Services Architecture
- commons-validator :  Validation Framework
- db-ddlutils :  Easy-to-use component for working with Database Definition 
(...
- fulcrum-cache :  Services Framework
- fulcrum-cache-test :  Services Framework
- fulcrum-configuration-impl :  Services Framework
- invicta :  Open-source build management tool.
- jakarta-tomcat :  Servlet 2.2 and JSP 1.1 Reference Implementation
- jakarta-tomcat-4.0 :  Servlet 2.3 and JSP 1.2 Reference Implementation
- jakarta-tomcat-catalina :  Servlet 2.4 Reference Implementation
- jakarta-tomcat-coyote :  Connectors to various web servers
- jakarta-tomcat-coyote-tomcat3 :  Connectors to various web servers
- jakarta-tomcat-coyote-tomcat4 :  Connectors to various web servers
- jakarta-tomcat-http11 :  Connectors to various web servers
- jakarta-tomcat-jk :  Connectors to various web servers
- jakarta-turbine-jcs :  Cache
- jcs :  Cache
- lucene-java-contrib :  Java Based Search Engine
- lucene-java-contrib-test :  Java Based Search Engine
- portals-jetspeed-1 :  Enterprise Information Portal
- solr :  Java Based Search Engine
- solr-test :  Java Based Search Engine
- struts-sslext :  The Struts SSL Extension for HTTP/HTTPS switching
- strutstestcase :  An extension of the standard JUnit TestCase class that 
provi...
- tomcat-catalina :  Servlet 2.3 and JSP 1.2 Reference Implementation
- turbine-core :  A servlet based framework.
- turbine-core-test :  A servlet based framework.
- velocity-tools :  VelocityTools project


Full details are available at:

http://vmgump.apache.org/gump/public/apache-commons/commons-digester/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole jar output [commons-digester-2.1-SNAPSHOT.jar] identifier set to 
project name
 -DEBUG- (Gump generated) Maven2 Settings in: 
/srv/gump/public/workspace/apache-commons/digester/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/srv/gump/public/workspace/apache-commons/digester/pom.xml
 -INFO- Project Reports in: 
/srv/gump/public/workspace/apache-commons/digester/target/surefire-reports
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/apache-commons/commons-digester/gump_work/build_apache-commons_commons-digester.html
Work Name: build_apache-commons_commons-digester (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 min 28 secs
Command Line: mvn --batch-mode --settings 
/srv/gump/public/workspace/apache-commons/digester/gump_mvn_settings.xml 
package 
[Working Directory: /srv/gump/public/workspace/apache-commons/digester]
-
Running org.apache.commons.digester.xmlrules.FromXmlRuleSetTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.commons.digester.RulesBaseTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.apache.commons.digester.NodeCreateRuleTestCase
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running org.apache.commons.digester.DigesterTestCase
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.apache.commons.digester.plugins.TestConfigurablePluginAttributes
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.029 sec  
FAILURE!
Running org.apache.commons.digester.RegexRulesTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec

Results :

Tests in error: 
  testLocalRules(org.apache.commons.digester.plugins.TestLocalRules)
  testNonStandardLocalRules(org.apache.commons.digester.plugins.TestLocalRules)
  
testSetUnknownProperty(org.apache.commons.digester.BeanPropertySetterRuleTestCase)
  testRecursiveRules(org.apache.commons.digester.plugins.TestRecursion)
  

[GUMP@vmgump]: Project commons-io-test (in module apache-commons) failed

2010-09-11 Thread Gump
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 commons-io-test has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 8 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-io-test :  Apache Commons


Full details are available at:

http://vmgump.apache.org/gump/public/apache-commons/commons-io-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -WARNING- Overriding Maven2 settings: 
[/srv/gump/public/workspace/apache-commons/io/gump_mvn_settings.xml]
 -DEBUG- (Gump generated) Maven2 Settings in: 
/srv/gump/public/workspace/apache-commons/io/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/apache-commons/io/pom.xml
 -INFO- Project Reports in: 
/srv/gump/public/workspace/apache-commons/io/target/surefire-reports



The following work was performed:
http://vmgump.apache.org/gump/public/apache-commons/commons-io-test/gump_work/build_apache-commons_commons-io-test.html
Work Name: build_apache-commons_commons-io-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 min 51 secs
Command Line: mvn --batch-mode --settings 
/srv/gump/public/workspace/apache-commons/io/gump_mvn_settings.xml test 
[Working Directory: /srv/gump/public/workspace/apache-commons/io]
-
Running org.apache.commons.io.output.StringBuilderWriterTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
Running org.apache.commons.io.comparator.ExtensionFileComparatorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec
Running org.apache.commons.io.FileUtilsFileNewerTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.apache.commons.io.input.CountingInputStreamTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.apache.commons.io.input.ProxyReaderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.apache.commons.io.output.NullWriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
Running org.apache.commons.io.output.TeeOutputStreamTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
Running org.apache.commons.io.comparator.SizeFileComparatorTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.apache.commons.io.FileUtilsListFilesTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
Running org.apache.commons.io.comparator.DirectoryFileComparatorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
Running org.apache.commons.io.filefilter.AndFileFilterTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.apache.commons.io.TaggedIOExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
Running org.apache.commons.io.input.TaggedInputStreamTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
Running org.apache.commons.io.HexDumpTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec
Running org.apache.commons.io.input.CloseShieldInputStreamTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec

Results :

Tests in error: 

Tests run: 645, Failures: 0, Errors: 1, Skipped: 0

[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] There are test failures.

Please refer to 
/srv/gump/public/workspace/apache-commons/io/target/surefire-reports for the 
individual test results.
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 1 minute 50 seconds
[INFO] Finished at: Sun Sep 12 02:19:56 UTC 2010
[INFO] Final Memory: 38M/92M
[INFO] 
-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/apache-commons/commons-io-test/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/apache-commons/commons-io-test/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 1212092010, vmgump.apache.org:vmgump:1212092010
Gump E-mail 

[g...@vmgump]: Project commons-scxml-test (in module apache-commons) failed

2010-09-11 Thread Gump
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 commons-scxml-test has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 49 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-scxml-test :  Apache Commons


Full details are available at:

http://vmgump.apache.org/gump/public/apache-commons/commons-scxml-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -WARNING- Overriding Maven2 settings: 
[/srv/gump/public/workspace/apache-commons/scxml/gump_mvn_settings.xml]
 -DEBUG- (Gump generated) Maven2 Settings in: 
/srv/gump/public/workspace/apache-commons/scxml/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/apache-commons/scxml/pom.xml
 -INFO- Project Reports in: 
/srv/gump/public/workspace/apache-commons/scxml/target/surefire-reports



The following work was performed:
http://vmgump.apache.org/gump/public/apache-commons/commons-scxml-test/gump_work/build_apache-commons_commons-scxml-test.html
Work Name: build_apache-commons_commons-scxml-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 11 secs
Command Line: mvn --batch-mode --settings 
/srv/gump/public/workspace/apache-commons/scxml/gump_mvn_settings.xml test 
[Working Directory: /srv/gump/public/workspace/apache-commons/scxml]
-
  
testCustomActionExternalSrcHelloWorld(org.apache.commons.scxml.model.CustomActionTest)
  
testCustomActionOverrideLocalName(org.apache.commons.scxml.model.CustomActionTest)
  
testCustomActionEventPayloadHelloWorldJexl(org.apache.commons.scxml.model.CustomActionTest)
  
testCustomActionEventPayloadHelloWorldEL(org.apache.commons.scxml.model.CustomActionTest)
  testDatamodelSimultaneousJexl(org.apache.commons.scxml.model.DatamodelTest)
  testDatamodelSimultaneousJsp(org.apache.commons.scxml.model.DatamodelTest)
  
testDatamodelNamespacePrefixedXPaths(org.apache.commons.scxml.model.DatamodelTest)
  testDatamodel04Jexl(org.apache.commons.scxml.model.DatamodelTest)
  testShallowHistory01(org.apache.commons.scxml.model.HistoryTest)
  testDeepHistory01(org.apache.commons.scxml.model.HistoryTest)
  testHistoryDefaults01(org.apache.commons.scxml.model.HistoryTest)
  testParallel01(org.apache.commons.scxml.model.ParallelTest)
  testParallel02(org.apache.commons.scxml.model.ParallelTest)
  testParallel03(org.apache.commons.scxml.model.ParallelTest)
  testInitialAttribute(org.apache.commons.scxml.model.StateTest)
  
testStatelessModelSimultaneousJexl(org.apache.commons.scxml.model.StatelessModelTest)
  
testStatelessModelSequentialJexl(org.apache.commons.scxml.model.StatelessModelTest)
  
testStatelessModelSimultaneousEl(org.apache.commons.scxml.model.StatelessModelTest)
  
testStatelessModelSequentialEl(org.apache.commons.scxml.model.StatelessModelTest)
  
testStatelessModelParallelSharedSCXML(org.apache.commons.scxml.model.StatelessModelTest)
  
testStatelessModelParallelSwapSCXML(org.apache.commons.scxml.model.StatelessModelTest)
  testRootContext(org.apache.commons.scxml.env.jsp.RootContextTest)
  
testJexlStaticMethodInvocation(org.apache.commons.scxml.env.jexl.StaticMethodTest)
  
testSCXMLDigesterMicrowave01Sample(org.apache.commons.scxml.io.SCXMLDigesterTest)
  
testSCXMLDigesterMicrowave02Sample(org.apache.commons.scxml.io.SCXMLDigesterTest)
  
testSCXMLDigesterTransitions01Sample(org.apache.commons.scxml.io.SCXMLDigesterTest)
  testSCXMLDigesterPrefix01Sample(org.apache.commons.scxml.io.SCXMLDigesterTest)
  testSCXMLDigesterSend01Sample(org.apache.commons.scxml.io.SCXMLDigesterTest)
  testSCXMLParserMicrowave03Sample(org.apache.commons.scxml.io.SCXMLParserTest)
  testSCXMLParserMicrowave04Sample(org.apache.commons.scxml.io.SCXMLParserTest)
  testSCXMLParserInitialAttr(org.apache.commons.scxml.io.SCXMLParserTest)
  testRecursiveSrcInclude(org.apache.commons.scxml.io.StateSrcTest)
  testBadSrcInclude(org.apache.commons.scxml.io.StateSrcTest)
  testBadSrcFragmentInclude(org.apache.commons.scxml.io.StateSrcTest)

Tests run: 228, Failures: 1, Errors: 84, Skipped: 0

[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] There are test failures.

Please refer to 
/srv/gump/public/workspace/apache-commons/scxml/target/surefire-reports for the 
individual test results.
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 

Re: creating modeling diagram

2010-09-11 Thread Xun Long Gui
Welcome for your feedback, it will help us to improve this project

2010/9/12 Michael musset mickamus...@gmail.com

 sorry, i forgot to create a project, you are doing a great job, i can't
 wait for the finale version !


 thx,





 On Sun, Sep 12, 2010 at 12:34 AM, Michael musset mickamus...@gmail.comwrote:

 Hi,

 I've followed your tutorial on the power point 
 http://commons.apache.org/sandbox/gsoc/2010/scxml-eclipse/guide/run-source-code.html

 but i've encountered a problem, i can't create a simple modeling diagramm
 :

 what is a parent folder ?




 thx,







-- 
Best Regards

Gui Xun Long (桂训龙)


[g...@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2010-09-11 Thread Gump
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 commons-proxy-test has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 49 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-proxy-test :  Apache Commons


Full details are available at:

http://vmgump.apache.org/gump/public/apache-commons/commons-proxy-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -WARNING- Overriding Maven2 settings: 
[/srv/gump/public/workspace/apache-commons/proxy/gump_mvn_settings.xml]
 -DEBUG- (Gump generated) Maven2 Settings in: 
/srv/gump/public/workspace/apache-commons/proxy/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/apache-commons/proxy/pom.xml
 -INFO- Project Reports in: 
/srv/gump/public/workspace/apache-commons/proxy/target/surefire-reports



The following work was performed:
http://vmgump.apache.org/gump/public/apache-commons/commons-proxy-test/gump_work/build_apache-commons_commons-proxy-test.html
Work Name: build_apache-commons_commons-proxy-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 12 secs
Command Line: mvn --batch-mode --settings 
/srv/gump/public/workspace/apache-commons/proxy/gump_mvn_settings.xml test 
[Working Directory: /srv/gump/public/workspace/apache-commons/proxy]
-
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.commons.proxy.factory.util.TestMethodSignature
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.commons.proxy.provider.TestConstantProvider
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.commons.proxy.interceptor.TestFilteredInterceptor
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
Running org.apache.commons.proxy.interceptor.filter.TestPatternFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.commons.proxy.interceptor.TestSerializingInterceptor
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.commons.proxy.interceptor.TestInterceptorChain
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.commons.proxy.invoker.TestNullInvoker
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
Running org.apache.commons.proxy.provider.remoting.TestBurlapProvider
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.apache.commons.proxy.exception.TestDelegateProviderException
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.commons.proxy.invoker.TestChainInvoker
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec
Running org.apache.commons.proxy.exception.TestProxyFactoryException
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.commons.proxy.interceptor.filter.TestReturnTypeFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.commons.proxy.provider.TestBeanProvider
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec

Results :

Tests in error: 
  testInvalidHandlerName(org.apache.commons.proxy.invoker.TestXmlRpcInvoker)

Tests run: 179, Failures: 0, Errors: 1, Skipped: 0

[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] There are test failures.

Please refer to 
/srv/gump/public/workspace/apache-commons/proxy/target/surefire-reports for the 
individual test results.
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 11 seconds
[INFO] Finished at: Sun Sep 12 05:11:59 UTC 2010
[INFO] Final Memory: 39M/93M
[INFO] 
-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/apache-commons/commons-proxy-test/rss.xml
- Atom: 

[g...@vmgump]: Project commons-javaflow (in module commons-sandbox) failed

2010-09-11 Thread Gump
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 commons-javaflow has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 65 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-javaflow :  Commons Javaflow


Full details are available at:

http://vmgump.apache.org/gump/public/commons-sandbox/commons-javaflow/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole jar output [commons-javaflow-*[0-9T].jar] identifier set to 
project name
 -DEBUG- (Gump generated) Maven2 Settings in: 
/srv/gump/public/workspace/commons-sandbox/javaflow/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/srv/gump/public/workspace/commons-sandbox/javaflow/pom.xml
 -INFO- Project Reports in: 
/srv/gump/public/workspace/commons-sandbox/javaflow/target/surefire-reports
 -WARNING- No directory 
[/srv/gump/public/workspace/commons-sandbox/javaflow/target/surefire-reports]
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/commons-sandbox/commons-javaflow/gump_work/build_commons-sandbox_commons-javaflow.html
Work Name: build_commons-sandbox_commons-javaflow (Type: Build)
Work ended in a state of : Failed
Elapsed: 21 secs
Command Line: mvn --batch-mode --settings 
/srv/gump/public/workspace/commons-sandbox/javaflow/gump_mvn_settings.xml 
package 
[Working Directory: /srv/gump/public/workspace/commons-sandbox/javaflow]
-
Downloading: 
http://localhost:8192/maven2/asm/asm-commons/3.2/asm-commons-3.2.jar
32K downloaded  (asm-commons-3.2.jar)
Downloading: http://localhost:8192/maven2/asm/asm-util/3.2/asm-util-3.2.jar
34K downloaded  (asm-util-3.2.jar)
[INFO] [antrun:run {execution: javadoc.resources}]
[INFO] Executing tasks
 [copy] Copying 2 files to 
/srv/gump/public/workspace/commons-sandbox/javaflow/target/apidocs/META-INF
[INFO] Executed tasks
[INFO] Setting property: classpath.resource.loader.class = 
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on = 'false'.
[INFO] Setting property: resource.loader = 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound = 'false'.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 35 source files to 
/srv/gump/public/workspace/commons-sandbox/javaflow/target/classes
[INFO] [bundle:manifest {execution: bundle-manifest}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/srv/gump/public/workspace/commons-sandbox/javaflow/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 23 source files to 
/srv/gump/public/workspace/commons-sandbox/javaflow/target/test-classes
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
/srv/gump/public/workspace/commons-sandbox/javaflow/src/test/java/org/apache/commons/javaflow/AsmTestSuite.java:[73,13]
 addTestSuite(java.lang.Class? extends junit.framework.TestCase) in 
junit.framework.TestSuite cannot be applied to (java.lang.Classcapture#397 of 
?)

[ERROR] 
/srv/gump/public/workspace/commons-sandbox/javaflow/src/test/java/org/apache/commons/javaflow/AsmTestSuite.java:[74,13]
 addTestSuite(java.lang.Class? extends junit.framework.TestCase) in 
junit.framework.TestSuite cannot be applied to (java.lang.Classcapture#660 of 
?)

[INFO] 2 errors 
[INFO] -
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure

/srv/gump/public/workspace/commons-sandbox/javaflow/src/test/java/org/apache/commons/javaflow/AsmTestSuite.java:[73,13]
 addTestSuite(java.lang.Class? extends junit.framework.TestCase) in 
junit.framework.TestSuite cannot be applied to (java.lang.Classcapture#397 of 
?)

/srv/gump/public/workspace/commons-sandbox/javaflow/src/test/java/org/apache/commons/javaflow/AsmTestSuite.java:[74,13]
 addTestSuite(java.lang.Class? extends