[infra] Digester 2.1 release blocked Was [Digester] Auth fail when copying artifacts from staging

2010-09-24 Thread Simone Tripodi
Hi all guys,
I'm still blocked with that issue, can anyone help me please? Many
thanks in advance, have a nice day!
Simo

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



On Wed, Sep 22, 2010 at 3:28 PM, Simone Tripodi
simone.trip...@gmail.com wrote:
 Hi all guys,
 following the wiki guide[1] for releases, when performing E.2 Copy
 Artifacts from Staging the build fails just after prompting my
 password (yes, I checked it twice); can someone help me please?
 Many thanks in advance, have a nice day!
 Simo


 : Keyboard interactive required, supplied password is ignored
 Password: : X
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] Error copying repository from
 http://people.apache.org/builds/commons/digester/2.1/RC2/staged/ to
 scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository

 Embedded error: Cannot connect. Reason: Auth fail

 [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



Re: [infra] Digester 2.1 release blocked Was [Digester] Auth fail when copying artifacts from staging

2010-09-24 Thread Antonio Petrelli
2010/9/24 Simone Tripodi simone.trip...@gmail.com:
 Hi all guys,
 following the wiki guide[1] for releases, when performing E.2 Copy
 Artifacts from Staging the build fails just after prompting my
 password (yes, I checked it twice); can someone help me please?
 Many thanks in advance, have a nice day!
 Simo

There is a new mailing list about releases, release-disc...@apache.org
However I can help here :-)
Take a look at the commons-parent version 17:
view-source:https://repository.apache.org/service/local/repositories/releases/content/org/apache/commons/commons-parent/17/commons-parent-17.pom
I notice that there are distributionManagement elements under rc and
ci profiles. Did you use one of those? If yes, don't please.
This way (since commons-parent:17 depends on org.apache:apache:7) it
is already connected to Nexus. What you need to do is adding a piece
of XML in settings.xml:

[snip]
server
  idapache.snapshots.https/id
  usernameyour_username/username
  passwordyour_password/password
/server
!-- To stage a release of some part of Maven --
server
  idapache.releases.https/id
  usernameyour_username/username
  passwordyour_password/password
/server
[snap]

HTH
Antonio

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



Re: [infra] Digester 2.1 release blocked Was [Digester] Auth fail when copying artifacts from staging

2010-09-24 Thread Simone Tripodi
Hi Antonio :)
thanks a lot for your help!!! During the final phase of release I
wasn't using profiles at all, I successfully previously pushed the
2.1-RC1/2 and now trying to finalize, but I that Auth problem blocked
me.
I'll fix my settings.xml and try again, I'll also subscribe to the
mail address you suggested as well.
Grazie, a presto!
Simo

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



On Fri, Sep 24, 2010 at 10:14 AM, Antonio Petrelli
antonio.petre...@gmail.com wrote:
 2010/9/24 Simone Tripodi simone.trip...@gmail.com:
 Hi all guys,
 following the wiki guide[1] for releases, when performing E.2 Copy
 Artifacts from Staging the build fails just after prompting my
 password (yes, I checked it twice); can someone help me please?
 Many thanks in advance, have a nice day!
 Simo

 There is a new mailing list about releases, release-disc...@apache.org
 However I can help here :-)
 Take a look at the commons-parent version 17:
 view-source:https://repository.apache.org/service/local/repositories/releases/content/org/apache/commons/commons-parent/17/commons-parent-17.pom
 I notice that there are distributionManagement elements under rc and
 ci profiles. Did you use one of those? If yes, don't please.
 This way (since commons-parent:17 depends on org.apache:apache:7) it
 is already connected to Nexus. What you need to do is adding a piece
 of XML in settings.xml:

 [snip]
                server
                  idapache.snapshots.https/id
                  usernameyour_username/username
                  passwordyour_password/password
                /server
                !-- To stage a release of some part of Maven --
                server
                  idapache.releases.https/id
                  usernameyour_username/username
                  passwordyour_password/password
                /server
 [snap]

 HTH
 Antonio

 -
 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: [infra] Digester 2.1 release blocked Was [Digester] Auth fail when copying artifacts from staging

2010-09-24 Thread Antonio Petrelli
2010/9/24 Simone Tripodi simone.trip...@gmail.com:
 thanks a lot for your help!!! During the final phase of release I
 wasn't using profiles at all

You didn't, but unfortunately I discovered that commons-parent does. I
see this in commons-parent pom:

plugin
artifactIdmaven-release-plugin/artifactId
configuration
  !-- Pass these arguments to the deploy plugin. --
  arguments-Prc/arguments
/configuration
  /plugin

This overrides the configuration in org.apache:apache:7

plugin
  groupIdorg.apache.maven.plugins/groupId
  artifactIdmaven-release-plugin/artifactId
  version2.0-beta-9/version
  configuration
useReleaseProfilefalse/useReleaseProfile
goalsdeploy/goals
arguments-Papache-release/arguments
  /configuration
/plugin

IOW, the rc profile is activated instead of apache-release and it
deploys in people.a.o. I suggest to contact the commons-parent
maintainer to fix this and, as a temporary fix, run:
mvn release:perform -Darguments=-Papache-release
Or try to modify the release.properties file (generated after you
ran release:prepare) to do this exact thing.
It should work this way.

Ciao
Antonio

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



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

2010-09-24 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.
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: 2 mins 3 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.075 sec
Running org.apache.commons.io.comparator.ExtensionFileComparatorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
Running org.apache.commons.io.FileUtilsFileNewerTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.apache.commons.io.input.CountingInputStreamTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec
Running org.apache.commons.io.input.ProxyReaderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.apache.commons.io.output.NullWriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running org.apache.commons.io.output.TeeOutputStreamTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
Running org.apache.commons.io.comparator.SizeFileComparatorTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
Running org.apache.commons.io.FileUtilsListFilesTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec
Running org.apache.commons.io.comparator.DirectoryFileComparatorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running org.apache.commons.io.filefilter.AndFileFilterTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.apache.commons.io.TaggedIOExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running org.apache.commons.io.input.TaggedInputStreamTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.apache.commons.io.HexDumpTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec
Running org.apache.commons.io.input.CloseShieldInputStreamTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec

Results :

Tests in error: 

Tests run: 645, Failures: 0, Errors: 2, 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: 2 minutes 2 seconds
[INFO] Finished at: Fri Sep 24 08:40:26 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 16000624092010, vmgump.apache.org:vmgump:16000624092010
Gump E-mail Identifier (unique within run) #6.

--

Re: [infra] Digester 2.1 release blocked Was [Digester] Auth fail when copying artifacts from staging

2010-09-24 Thread Simone Tripodi
Ciao Antonio :)
I've been following the release process for commons components as
described in the commons wiki[1], the rc profile was needed to
generate the RC, what blocked me was just the execution of the
following maven command:

mvn stage:copy 
-Dsource=http://people.apache.org/builds/commons/digester/2.1/RC2/staged/;
\
  
-Dtarget=scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
\
  -DtargetRepositoryId=apache.releases \
  -Dversion=2.1

The fixes you suggested allowed maven working like a swiss clock :P

Thanks a lot for your help, more than appreciated!
Simo

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

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



On Fri, Sep 24, 2010 at 10:36 AM, Antonio Petrelli
antonio.petre...@gmail.com wrote:
 2010/9/24 Simone Tripodi simone.trip...@gmail.com:
 thanks a lot for your help!!! During the final phase of release I
 wasn't using profiles at all

 You didn't, but unfortunately I discovered that commons-parent does. I
 see this in commons-parent pom:

 plugin
            artifactIdmaven-release-plugin/artifactId
            configuration
              !-- Pass these arguments to the deploy plugin. --
              arguments-Prc/arguments
            /configuration
          /plugin

 This overrides the configuration in org.apache:apache:7

 plugin
          groupIdorg.apache.maven.plugins/groupId
          artifactIdmaven-release-plugin/artifactId
          version2.0-beta-9/version
          configuration
            useReleaseProfilefalse/useReleaseProfile
            goalsdeploy/goals
            arguments-Papache-release/arguments
          /configuration
        /plugin

 IOW, the rc profile is activated instead of apache-release and it
 deploys in people.a.o. I suggest to contact the commons-parent
 maintainer to fix this and, as a temporary fix, run:
 mvn release:perform -Darguments=-Papache-release
 Or try to modify the release.properties file (generated after you
 ran release:prepare) to do this exact thing.
 It should work this way.

 Ciao
 Antonio

 -
 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-scxml-test (in module apache-commons) failed

2010-09-24 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 73 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: 22 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]
-

---
 T E S T S
---
Running org.apache.commons.scxml.invoke.InvokeTestSuite
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.525 sec
Running org.apache.commons.scxml.test.TestingTestSuite
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.apache.commons.scxml.env.EnvTestSuite
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.33 sec
Running org.apache.commons.scxml.SCXMLTestSuite
Tests run: 71, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.942 sec  
FAILURE!
Running org.apache.commons.scxml.issues.IssuesTestSuite
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 sec
Running org.apache.commons.scxml.model.ModelTestSuite
Tests run: 78, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.995 sec  
FAILURE!
Running org.apache.commons.scxml.env.faces.EnvFacesTestSuite
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 sec
Running org.apache.commons.scxml.semantics.SemanticsTestSuite
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 sec
Running org.apache.commons.scxml.env.jsp.EnvJspTestSuite
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec
Running org.apache.commons.scxml.env.jexl.EnvJexlTestSuite
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.apache.commons.scxml.env.servlet.EnvServletTestSuite
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.apache.commons.scxml.io.IOTestSuite
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 sec

Results :

Failed tests: 
  
testNamespacePrefixedXPathsEL(org.apache.commons.scxml.NamespacePrefixedXPathsTest)
  testDatamodelSimultaneousJsp(org.apache.commons.scxml.model.DatamodelTest)

Tests run: 228, Failures: 2, Errors: 0, 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] 
[INFO] Total time: 21 seconds
[INFO] Finished at: Fri Sep 24 11:00:29 UTC 2010
[INFO] Final Memory: 41M/99M
[INFO] 
-

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

== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 16000624092010, vmgump.apache.org:vmgump:16000624092010
Gump E-mail Identifier (unique within run) #17.

--
Apache Gump
http://gump.apache.org/ [Instance: 

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

2010-09-24 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 73 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.006 sec
Running org.apache.commons.proxy.interceptor.TestFilteredInterceptor
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 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.018 sec
Running org.apache.commons.proxy.interceptor.TestInterceptorChain
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.commons.proxy.invoker.TestNullInvoker
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.apache.commons.proxy.provider.remoting.TestBurlapProvider
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.commons.proxy.exception.TestDelegateProviderException
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.commons.proxy.invoker.TestChainInvoker
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 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.003 sec
Running org.apache.commons.proxy.provider.TestBeanProvider
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 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: Fri Sep 24 11:43:47 UTC 2010
[INFO] Final Memory: 39M/94M
[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-24 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 89 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: 16 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-analysis/3.2/asm-analysis-3.2.jar
17K downloaded  (asm-analysis-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#847 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#162 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#847 of 
?)

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