Re: svn commit: r1326609 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/FileUtils.java

2012-04-20 Thread Jörg Schaible
Bill Barker wrote:

> 
> 
> -Original Message-
> From: Gary Gregory
> Sent: Wednesday, April 18, 2012 6:15 AM
> To: Commons Developers List
> Subject: Re: svn commit: r1326609 - in /commons/proper/io/trunk/src:
> changes/changes.xml main/java/org/apache/commons/io/FileUtils.java
> 
> On Wed, Apr 18, 2012 at 12:38 AM, Stefan Bodewig 
> wrote:
> 
>>> On 2012-04-16,  wrote:
>>>
>>> > [IO-324] Add Charset sister APIs to method that take a String charset
>>> name.
>>>
>>> The new methods cause problems for people who pass in null for the
>>> charset as they want the platform's system default.  The compiler
>>> doesn't know which of the writeStringToFile methods to pick if the third
>>> param is null.
>>>
>>
>>You are correct. See the release notes:
>>
>>Compatibility with 2.2 and 1.4:
>>Binary compatible: Yes.
>>Source compatible: No, see the rare case in
>>https://issues.apache.org/jira/browse/IO-318.
>>Semantic compatible: No, see the rare case in
>>https://issues.apache.org/jira/browse/IO-318.
>>
>>There are two solutions if you want to use the latest [io], as noted in
>>the Jira:
>>
>>- type-cast the charset to String to Charset, or
>>- use the API that does not have a charset.
>>
>>Thank you,
>>Gary
>>
> 
> And this is exactly why I wouldn't touch commons-io for any new project in
> my day job. I would choose guava instead 99 times out of 100.  If you want
> to kill [io] this way, then I will continue to not vote on it. But IMHO,
> it isn't a viable project anymore against guava without more
> considerations for backwards compatibility.


?!? What more can you expect than taking the new jar and replace an old one 
and your application simply runs?

- Jörg


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



[classpath,meiyo]

2012-04-20 Thread Honton, Charles
I've submitted an ICLA and company has submitted CCLA.  I see next steps as:

  1.  Agree on name: meiyo or classpath? (Or something else?)
  2.  Agree on package name.
  3.  Create source repository.
  4.  Move code from GitHub (https://github.com/chonton/meiyo-sandbox)
  5.  Give major contributors repository permission.
  6.  Hash out any missing functionality
  7.  Get dependencies released (bcel right now)
  8.  A release so others can take it out for a spin…

Who can help me with these step?

Thanks,
chas


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



Re: [classpath,meiyo]

2012-04-20 Thread Gary Gregory
On Fri, Apr 20, 2012 at 10:56 AM, Honton, Charles  wrote:

> I've submitted an ICLA and company has submitted CCLA.  I see next steps
> as:
>
>  1.  Agree on name: meiyo or classpath? (Or something else?)
>

Please pick a name that makes it obvious, not meiyo, classpath is OK, we
can/should have a thread just for the name.

Recall that we currently agreed to change Sanselan to Imaging.

Gary


>  2.  Agree on package name.
>  3.  Create source repository.
>  4.  Move code from GitHub (https://github.com/chonton/meiyo-sandbox)
>  5.  Give major contributors repository permission.
>  6.  Hash out any missing functionality
>  7.  Get dependencies released (bcel right now)
>  8.  A release so others can take it out for a spin…
>
> Who can help me with these step?
>
> Thanks,
> chas
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
JUnit in Action, 2nd Ed: http://bit.ly/ECvg0
Spring Batch in Action: http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory


Re: [classpath,meiyo]

2012-04-20 Thread Matt Benson
Agreed; there are any number of things the PMC needs to agree upon
here.  WRT the name:  trying to reconstruct the past, I think Mark and
I must have just agreed offline to call the community work [classscan]
based on his "classscanner" name.  I lean here, but could possibly be
persuaded to [classpath] which name suggests a slightly larger
potential scope (not necessarily a bad thing).

Matt

On Fri, Apr 20, 2012 at 10:09 AM, Gary Gregory  wrote:
> On Fri, Apr 20, 2012 at 10:56 AM, Honton, Charles > wrote:
>
>> I've submitted an ICLA and company has submitted CCLA.  I see next steps
>> as:
>>
>>  1.  Agree on name: meiyo or classpath? (Or something else?)
>>
>
> Please pick a name that makes it obvious, not meiyo, classpath is OK, we
> can/should have a thread just for the name.
>
> Recall that we currently agreed to change Sanselan to Imaging.
>
> Gary
>
>
>>  2.  Agree on package name.
>>  3.  Create source repository.
>>  4.  Move code from GitHub (https://github.com/chonton/meiyo-sandbox)
>>  5.  Give major contributors repository permission.
>>  6.  Hash out any missing functionality
>>  7.  Get dependencies released (bcel right now)
>>  8.  A release so others can take it out for a spin…
>>
>> Who can help me with these step?
>>
>> Thanks,
>> chas
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>>
>
>
> --
> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> JUnit in Action, 2nd Ed: http://bit.ly/ECvg0
> Spring Batch in Action: http://bit.ly/bqpbCK
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

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



Re: svn commit: r1328414 [1/2] - in /commons/proper/codec/trunk/src: changes/ main/java/org/apache/commons/codec/digest/ site/xdoc/ test/java/org/apache/commons/codec/digest/

2012-04-20 Thread sebb
On 20 April 2012 16:36,   wrote:
> Author: ggregory
> Date: Fri Apr 20 15:36:58 2012
> New Revision: 1328414
>
> URL: http://svn.apache.org/viewvc?rev=1328414&view=rev
> Log:
> [CODEC-133] Add classes for MD5/SHA1/SHA-512-based Unix crypt(3) hash 
> variants.
>
> Added:
>    
> commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/B64.java
>    
> commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Crypt.java
>    
> commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java
>    
> commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Sha2Crypt.java
>    
> commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/UnixCrypt.java
>    
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/Apr1CryptTest.java
>    
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/B64Test.java
>    
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/CryptTest.java
>    
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/Md5CryptTest.java
>    
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/Sha256CryptTest.java
>    
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/Sha512CryptTest.java
>    
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/UnixCryptTest.java

SVN EOL properties?

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



Re: svn commit: r1328414 [1/2] - in /commons/proper/codec/trunk/src: changes/ main/java/org/apache/commons/codec/digest/ site/xdoc/ test/java/org/apache/commons/codec/digest/

2012-04-20 Thread Gary Gregory
On Fri, Apr 20, 2012 at 11:44 AM, sebb  wrote:

> On 20 April 2012 16:36,   wrote:
> > Author: ggregory
> > Date: Fri Apr 20 15:36:58 2012
> > New Revision: 1328414
> >
> > URL: http://svn.apache.org/viewvc?rev=1328414&view=rev
> > Log:
> > [CODEC-133] Add classes for MD5/SHA1/SHA-512-based Unix crypt(3) hash
> variants.
> >
> > Added:
> >
>  
> commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/B64.java
> >
>  
> commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Crypt.java
> >
>  
> commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java
> >
>  
> commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Sha2Crypt.java
> >
>  
> commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/UnixCrypt.java
> >
>  
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/Apr1CryptTest.java
> >
>  
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/B64Test.java
> >
>  
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/CryptTest.java
> >
>  
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/Md5CryptTest.java
> >
>  
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/Sha256CryptTest.java
> >
>  
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/Sha512CryptTest.java
> >
>  
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/UnixCryptTest.java
>
> SVN EOL properties?
>

What should I set svn:eol-style to?

Gary

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


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
JUnit in Action, 2nd Ed: http://bit.ly/ECvg0
Spring Batch in Action: http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory


Re: svn commit: r1328414 [1/2] - in /commons/proper/codec/trunk/src: changes/ main/java/org/apache/commons/codec/digest/ site/xdoc/ test/java/org/apache/commons/codec/digest/

2012-04-20 Thread sebb
On 20 April 2012 16:58, Gary Gregory  wrote:
> On Fri, Apr 20, 2012 at 11:44 AM, sebb  wrote:
>
>> On 20 April 2012 16:36,   wrote:
>> > Author: ggregory
>> > Date: Fri Apr 20 15:36:58 2012
>> > New Revision: 1328414
>> >
>> > URL: http://svn.apache.org/viewvc?rev=1328414&view=rev
>> > Log:
>> > [CODEC-133] Add classes for MD5/SHA1/SHA-512-based Unix crypt(3) hash
>> variants.
>> >
>> > Added:
>> >
>>  commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/B64.java
>> >
>>  commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Crypt.java
>> >
>>  commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java
>> >
>>  commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Sha2Crypt.java
>> >
>>  commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/UnixCrypt.java
>> >
>>  commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/Apr1CryptTest.java
>> >
>>  commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/B64Test.java
>> >
>>  commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/CryptTest.java
>> >
>>  commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/Md5CryptTest.java
>> >
>>  commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/Sha256CryptTest.java
>> >
>>  commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/Sha512CryptTest.java
>> >
>>  commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/UnixCryptTest.java
>>
>> SVN EOL properties?
>>
>
> What should I set svn:eol-style to?

native

See:

http://www.apache.org/dev/version-control.html#https-svn-config

> Gary
>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>>
>
>
> --
> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> JUnit in Action, 2nd Ed: http://bit.ly/ECvg0
> Spring Batch in Action: http://bit.ly/bqpbCK
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

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



Re: svn commit: r1328414 [1/2] - in /commons/proper/codec/trunk/src: changes/ main/java/org/apache/commons/codec/digest/ site/xdoc/ test/java/org/apache/commons/codec/digest/

2012-04-20 Thread Gary Gregory
On Fri, Apr 20, 2012 at 12:14 PM, sebb  wrote:

> On 20 April 2012 16:58, Gary Gregory  wrote:
> > On Fri, Apr 20, 2012 at 11:44 AM, sebb  wrote:
> >
> >> On 20 April 2012 16:36,   wrote:
> >> > Author: ggregory
> >> > Date: Fri Apr 20 15:36:58 2012
> >> > New Revision: 1328414
> >> >
> >> > URL: http://svn.apache.org/viewvc?rev=1328414&view=rev
> >> > Log:
> >> > [CODEC-133] Add classes for MD5/SHA1/SHA-512-based Unix crypt(3) hash
> >> variants.
> >> >
> >> > Added:
> >> >
> >>
>  
> commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/B64.java
> >> >
> >>
>  
> commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Crypt.java
> >> >
> >>
>  
> commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java
> >> >
> >>
>  
> commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Sha2Crypt.java
> >> >
> >>
>  
> commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/UnixCrypt.java
> >> >
> >>
>  
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/Apr1CryptTest.java
> >> >
> >>
>  
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/B64Test.java
> >> >
> >>
>  
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/CryptTest.java
> >> >
> >>
>  
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/Md5CryptTest.java
> >> >
> >>
>  
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/Sha256CryptTest.java
> >> >
> >>
>  
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/Sha512CryptTest.java
> >> >
> >>
>  
> commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/digest/UnixCryptTest.java
> >>
> >> SVN EOL properties?
> >>
> >
> > What should I set svn:eol-style to?
>
> native
>

Done, thank you for the pointer.

Gary


> See:
>
> http://www.apache.org/dev/version-control.html#https-svn-config
>
> > Gary
> >
> >>
> >> -
> >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> >> For additional commands, e-mail: dev-h...@commons.apache.org
> >>
> >>
> >
> >
> > --
> > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> > JUnit in Action, 2nd Ed: http://bit.ly/ECvg0
> > Spring Batch in Action: http://bit.ly/bqpbCK
> > Blog: http://garygregory.wordpress.com
> > Home: http://garygregory.com/
> > Tweet! http://twitter.com/GaryGregory
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
JUnit in Action, 2nd Ed: http://bit.ly/ECvg0
Spring Batch in Action: http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory


Re: [math] Introduction

2012-04-20 Thread Gilles Sadowski
Hi.

> 
> I have been using commons-math for approximately six months, and also been
> a reading member of the dev mailing list for some time. My background is
> from math, but I have been doing java development since I have started
> working for about a year ago. I really like the library, even though I've
> only scratched the surface of the possibilities I suspect it holds.
> However, it misses some functionality I need, and I therefore started
> developing it on my own. If accepted, I am willing to help contributing on
> these and other issues that needs development. I will post on other
> thread(s) the issue(s) I have in mind, and leave this as an introduction of
> myself.
> 
> I do not know how people normally introduce themself in open source project
> communities as this is my first involvement, so please bare over with me if
> I am doing anything wrong.
> 
> My name is Martin Grotle Soukup, and I am from Norway. As mentioned, I have
> studied math (theoretical) at the University of Oslo, and I am currently
> working as a java developer for a clearing house in Oslo. My java
> background from studies are limited, but after a year with java at work I
> am starting to be a bit more comfortable. I am really keen on improving my
> programming skills, and I hope joining an open source project will help me
> do that.

I don't know how aware you are of the tools we use for developing the "Commons
Math" library (part of the "Commons" project), so the following is only a
summary.
1. You should check out the development version of the code from the
   repository managed by the "subversion" software:
 svn co https://svn.apache.org/repos/asf/commons/proper/math/trunk
2. Then you can modify the code, add new tests, etc.
3. You can run the tests using the "maven" software:
 mvn test
4. When finding a bug you should report on the bug-tracking system:
 https://issues.apache.org/jira/browse/MATH
5. You can create a patch of the modified code (with the bug fixed) by
   running
 svn diff > issue_777.patch
   which you can then attach to the report page where someone will
   hopefully pick it up, review and apply to the code in the repository.


> 
> Hope to hear from you soon!

Thanks for your interest,
Gilles

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



Re: svn commit: r1328501 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Precision.java

2012-04-20 Thread sebb AT ASF
On 20 April 2012 22:08,   wrote:
> Author: sebb
> Date: Fri Apr 20 21:08:41 2012
> New Revision: 1328501
>
> URL: http://svn.apache.org/viewvc?rev=1328501&view=rev
> Log:
> Document why we are not using the simpler Hex constants

Although the reasoning was included in the commit message, anyone
reading the code would not see it, and might wonder why we did not use
the constants.

[Commit log messages are effectively ephemeral; they are really only
of use in understanding the commit email message.]

> Modified:
>    
> commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Precision.java
>
> Modified: 
> commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Precision.java
> URL: 
> http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Precision.java?rev=1328501&r1=1328500&r2=1328501&view=diff
> ==
> --- 
> commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Precision.java
>  (original)
> +++ 
> commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Precision.java
>  Fri Apr 20 21:08:41 2012
> @@ -40,12 +40,17 @@ public class Precision {
>      * In IEEE 754 arithmetic, this is 2-53: {@value}.
>      */
>     public static final double EPSILON = 
> Double.longBitsToDouble((EXPONENT_OFFSET - 53l) << 52);
> +    //This was previously expressed as = 0x1.0p-53;
> +    // However, OpenJDK (Sparc Solaris) cannot handle such small constants: 
> MATH-721
> +
>     /**
>      * Safe minimum, such that {@code 1 / SAFE_MIN} does not overflow.
>      * In IEEE 754 arithmetic, this is also the smallest normalized
>      * number 2-1022: {@value}.
>      */
>     public static final double SAFE_MIN = 
> Double.longBitsToDouble((EXPONENT_OFFSET - 1022l) << 52);
> +    // This was previously expressed as = 0x1.0p-1022;
> +    // However, OpenJDK (Sparc Solaris) cannot handle such small constants: 
> MATH-721
>
>     /** Offset to order signed double numbers lexicographically. */
>     private static final long SGN_MASK = 0x8000L;
>
>

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



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

2012-04-20 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-exec-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-exec-test :  Apache Commons


Full details are available at:

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

That said, some information snippets are provided here.

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



The following work was performed:
http://vmgump.apache.org/gump/public/apache-commons/commons-exec-test/gump_work/build_apache-commons_commons-exec-test.html
Work Name: build_apache-commons_commons-exec-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 min 24 secs
Command Line: /opt/maven2/bin/mvn --batch-mode --settings 
/srv/gump/public/workspace/apache-commons/exec/gump_mvn_settings.xml test 
[Working Directory: /srv/gump/public/workspace/apache-commons/exec]
M2_HOME: /opt/maven2
-
Running org.apache.commons.exec.util.StringUtilTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.commons.exec.util.MapUtilTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.commons.exec.DefaultExecutorTest
FOO..
org.apache.commons.exec.ExecuteException: Process exited with an error: 143 
(Exit value: 143)
Process completed in 2021 millis; below is its output
Process timed out and was killed.
Executing [sh, -c, src/test/scripts/invoker.sh]
invoker.sh -- going to start daemon process
invoker.sh --  daemon process was started
cd: 21: can't cd to ../../../target
Process completed in 8027 millis; above is its output
Processes terminated: 6 killed: 0 Multiplier: 1 MaxRetries: 180 Elapsed (avg 
ms): 1009
Preparing to execute process - commandLine=[/bin/ls, /opt]
Process spun off successfully - process=/bin/ls
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.024 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.026 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.025 ms
Process completed in 2010 millis; below is its output
Process timed out and was killed by watchdog.
gdal_translate
HDF5:"/home/kk/grass/data/4404.he5"://HDFEOS/GRIDS/OMI_Column_Amount_O3/Data_Fields/ColumnAmountO3/home/kk/4.tif
FOO..
Preparing to execute process - commandLine=[/bin/ls, /opt]
Process spun off successfully - process=/bin/ls
Tests run: 40, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 73.025 sec <<< 
FAILURE!

Results :

Failed tests: 
  testExec_60(org.apache.commons.exec.DefaultExecutorTest)

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

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

Please refer to 
/srv/gump/public/workspace/apache-commons/exec/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 23 seconds
[INFO] Finished at: Sat Apr 21 01:56:16 UTC 2012
[INFO] Final Memory: 25M/65M
[INFO] 
-

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

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

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

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



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

2012-04-20 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-digester3 has an issue affecting its community integration.
This issue affects 2 projects,
 and has been outstanding for 30 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-digester3 :  XML to Java Object Configuration
- commons-digester3-test :  Apache Commons


Full details are available at:

http://vmgump.apache.org/gump/public/apache-commons/commons-digester3/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-digester3-*[0-9T].jar] identifier set to 
project name
 -DEBUG- (Apache Gump generated) Apache Maven 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- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/apache-commons/commons-digester3/gump_work/build_apache-commons_commons-digester3.html
Work Name: build_apache-commons_commons-digester3 (Type: Build)
Work ended in a state of : Failed
Elapsed: 48 secs
Command Line: /opt/maven2/bin/mvn --batch-mode -DskipTests=true --settings 
/srv/gump/public/workspace/apache-commons/digester/gump_mvn_settings.xml 
package 
[Working Directory: /srv/gump/public/workspace/apache-commons/digester]
M2_HOME: /opt/maven2
-
[INFO] [remote-resources:process {execution: default}]
[INFO] [buildnumber:create {execution: default}]
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd 
/srv/gump/public/workspace/apache-commons/digester/annotations-processor && svn 
--non-interactive info
[INFO] Working directory: 
/srv/gump/public/workspace/apache-commons/digester/annotations-processor
[INFO] Storing buildNumber: ?? at timestamp: 1334975770449
[INFO] Executing: /bin/sh -c cd 
/srv/gump/public/workspace/apache-commons/digester/annotations-processor && svn 
--non-interactive info
[INFO] Working directory: 
/srv/gump/public/workspace/apache-commons/digester/annotations-processor
[INFO] Storing buildScmBranch: UNKNOWN_BRANCH
[debug] execute contextualize
[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 5 source files to 
/srv/gump/public/workspace/apache-commons/digester/annotations-processor/target/classes
[INFO] [bundle:manifest {execution: bundle-manifest}]
[debug] execute contextualize
[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/apache-commons/digester/annotations-processor/src/test/resources
[INFO] Copying 0 resource to META-INF
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 3 source files to 
/srv/gump/public/workspace/apache-commons/digester/annotations-processor/target/test-classes
>@org.apache.commons.digester3.annotations.rules.ObjectCreate(pattern="rss/channel")
>@org.apache.commons.digester3.annotations.rules.ObjectCreate(pattern="rss/channel/image")
>@org.apache.commons.digester3.annotations.rules.ObjectCreate(pattern="rss/channel/item")
>
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] error: Impossible to generate class 
org.apache.commons.digester3.annotations.processor.GeneratedRulesModule: 
Attempt to recreate a file for type 
org.apache.commons.digester3.annotations.processor.GeneratedRulesModule
[ERROR] error: Impossible to generate class 
org.apache.commons.digester3.annotations.processor.GeneratedRulesModule: 
Attempt to recreate a file for type 
org.apache.commons.digester3.annotations.processor.GeneratedRulesModule
[INFO] 2 errors 
[INFO] -
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure

error: Impossible to generate class 
org.apache.commons.digester3.annotations.processor.GeneratedRulesModule: 
Attempt to recreate a file for type 
org.apache.commons.digester3.annota

[GUMP@vmgump]: Project commons-graph (in module commons-sandbox) failed

2012-04-20 Thread commons-graph development
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-graph has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 71 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-graph :  Apache commons sandbox


Full details are available at:

http://vmgump.apache.org/gump/public/commons-sandbox/commons-graph/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-graph-*[0-9T].jar] identifier set to project 
name
 -DEBUG- (Apache Gump generated) Apache Maven Settings in: 
/srv/gump/public/workspace/commons-sandbox/graph/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-sandbox/graph/pom.xml
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/commons-sandbox/commons-graph/gump_work/build_commons-sandbox_commons-graph.html
Work Name: build_commons-sandbox_commons-graph (Type: Build)
Work ended in a state of : Failed
Elapsed: 16 secs
Command Line: /opt/maven2/bin/mvn --batch-mode --settings 
/srv/gump/public/workspace/commons-sandbox/graph/gump_mvn_settings.xml install 
[Working Directory: /srv/gump/public/workspace/commons-sandbox/graph]
M2_HOME: /opt/maven2
-
[ERROR] 
/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/CommonsGraph.java:[196,61]
 
withConnections(org.apache.commons.graph.builder.GraphConnection)
 in 
org.apache.commons.graph.builder.LinkedConnectionBuilder>
 cannot be applied to (org.apache.commons.graph.builder.GraphConnection)
[ERROR] 
/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/flow/DefaultMaxFlowAlgorithmSelector.java:[75,43]
 cannot find symbol
symbol  : method 
applyingDepthFirstSearch(org.apache.commons.graph.flow.FlowNetworkHandler,W>)
location: interface 
org.apache.commons.graph.visit.VisitAlgorithmsSelector>>
[ERROR] 
/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/flow/DefaultMaxFlowAlgorithmSelector.java:[82,47]
 cannot find symbol
symbol  : method 
applyingDepthFirstSearch(org.apache.commons.graph.flow.FlowNetworkHandler,W>)
location: interface 
org.apache.commons.graph.visit.VisitAlgorithmsSelector>>
[ERROR] 
/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/flow/DefaultMaxFlowAlgorithmSelector.java:[103,43]
 cannot find symbol
symbol  : method 
applyingBreadthFirstSearch(org.apache.commons.graph.flow.FlowNetworkHandler,W>)
location: interface 
org.apache.commons.graph.visit.VisitAlgorithmsSelector>>
[ERROR] 
/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/flow/DefaultMaxFlowAlgorithmSelector.java:[110,47]
 cannot find symbol
symbol  : method 
applyingBreadthFirstSearch(org.apache.commons.graph.flow.FlowNetworkHandler,W>)
location: interface 
org.apache.commons.graph.visit.VisitAlgorithmsSelector>>
[ERROR] 
/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/spanning/DefaultSpanningTreeSourceSelector.java:[109,20]
 whereEdgesHaveWeights(M) in 
org.apache.commons.graph.shortestpath.PathWeightedEdgesBuilder
 cannot be applied to (org.apache.commons.graph.Mapper)
[ERROR] 
/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/connectivity/DefaultConnectivityAlgorithmsSelector.java:[68,64]
 cannot find symbol
symbol  : method 
applyingDepthFirstSearch(org.apache.commons.graph.connectivity.ConnectedComponentHandler)
location: interface 
org.apache.commons.graph.visit.VisitAlgorithmsSelector>
[INFO] 8 errors 
[INFO] -
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure

/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/CommonsGraph.java:[184,59]
 
withConnections(org.apache.commons.graph.builder.GraphConnection)
 in 
org.apache.commons.graph.builder.LinkedConnectionBuilder>
 cannot be applied to (org.apache.commons.graph.builder.GraphConnection)
/srv/gump/public/workspace/commons-sandbox/graph/src/main/java/org/apache/commons/graph/CommonsGraph.java:[196,61]
 
withConnections(org.apache.commons.graph.builder.GraphConnection)
 in 
org.apache.commons.graph.builder.LinkedConnectionBuilder>
 cannot be applied t

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

2012-04-20 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 106 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 Maven settings: 
[/srv/gump/public/workspace/apache-commons/proxy/gump_mvn_settings.xml]
 -DEBUG- (Apache Gump generated) Apache Maven 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: 11 secs
Command Line: /opt/maven2/bin/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]
M2_HOME: /opt/maven2
-
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.004 sec
Running org.apache.commons.proxy.interceptor.TestFilteredInterceptor
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 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.019 sec
Running org.apache.commons.proxy.interceptor.TestInterceptorChain
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.commons.proxy.invoker.TestNullInvoker
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.commons.proxy.provider.remoting.TestBurlapProvider
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 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.117 sec
Running org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 sec
Running org.apache.commons.proxy.exception.TestProxyFactoryException
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.commons.proxy.interceptor.filter.TestReturnTypeFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.commons.proxy.provider.TestBeanProvider
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 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: 10 seconds
[INFO] Finished at: Sat Apr 21 04:07:30 UTC 2012
[INFO] Final Memory: 24M/58M
[INFO] 
-

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

Re: svn commit: r1326609 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/FileUtils.java

2012-04-20 Thread Bill Barker



-Original Message- 
From: JörgSchaible

Sent: Friday, April 20, 2012 6:54 AM
To: dev@commons.apache.org
Subject: Re: svn commit: r1326609 - in /commons/proper/io/trunk/src: 
changes/changes.xml main/java/org/apache/commons/io/FileUtils.java


Bill Barker wrote:




-Original Message-
From: Gary Gregory
Sent: Wednesday, April 18, 2012 6:15 AM
To: Commons Developers List
Subject: Re: svn commit: r1326609 - in /commons/proper/io/trunk/src:
changes/changes.xml main/java/org/apache/commons/io/FileUtils.java

On Wed, Apr 18, 2012 at 12:38 AM, Stefan Bodewig 
wrote:


On 2012-04-16,  wrote:

> [IO-324] Add Charset sister APIs to method that take a String charset
name.

The new methods cause problems for people who pass in null for the
charset as they want the platform's system default.  The compiler
doesn't know which of the writeStringToFile methods to pick if the 
third

param is null.



You are correct. See the release notes:

Compatibility with 2.2 and 1.4:
Binary compatible: Yes.>
Source compatible: No, see the rare case in
https://issues.apache.org/jira/browse/IO-318.
Semantic compatible: No, see the rare case in
https://issues.apache.org/jira/browse/IO-318.

There are two solutions if you want to use the latest [io], as noted in
the Jira:

- type-cast the charset to String to Charset, or
- use the API that does not have a charset.

Thank you,
Gary



And this is exactly why I wouldn't touch commons-io for any new project 
in
my day job. I would choose guava instead 99 times out of 100.  If you 
want

to kill [io] this way, then I will continue to not vote on it. But IMHO,
it isn't a viable project anymore against guava without more
considerations for backwards compatibility.



? What more can you expect than taking the new jar and replace an old one
and your application simply runs?



As Stefan pointed out at the beginning of this thread, it isn't a drop in 
replacement. The [io] team has deliberately broken all backwards 
compatibility. That is why I'm sticking to my statement that will never use 
[io] ever again in my day job, and will recommend guava instead.



- Jörg





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



[GUMP@vmgump]: Project commons-id (in module commons-sandbox) failed

2012-04-20 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-id has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 80 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- commons-id :  Commons Identifier Package


Full details are available at:
http://vmgump.apache.org/gump/public/commons-sandbox/commons-id/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-id-21042012.jar] identifier set to project 
name
 -DEBUG- (Apache Gump generated) Apache Maven Settings in: 
/srv/gump/public/workspace/commons-sandbox/id/gump_mvn_settings.xml
 -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-sandbox/id/pom.xml
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/srv/gump/public/workspace/commons-sandbox/id/target/commons-id-21042012.jar
 -ERROR- See Directory Listing Work for Missing Outputs
 -INFO- Project Reports in: 
/srv/gump/public/workspace/commons-sandbox/id/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-id/gump_work/build_commons-sandbox_commons-id.html
Work Name: build_commons-sandbox_commons-id (Type: Build)
Work ended in a state of : Success
Elapsed: 17 secs
Command Line: /opt/maven2/bin/mvn --batch-mode 
-Dmaven.final.name=commons-id-21042012 --settings 
/srv/gump/public/workspace/commons-sandbox/id/gump_mvn_settings.xml package 
[Working Directory: /srv/gump/public/workspace/commons-sandbox/id]
M2_HOME: /opt/maven2
-
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.commons.id.serial.AlphanumericGeneratorTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.apache.commons.id.uuid.state.ReadOnlyResourceStateImplTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.apache.commons.id.uuid.state.InMemoryStateImplTest
Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec <<< 
FAILURE!
Running org.apache.commons.id.serial.LongGeneratorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.apache.commons.id.random.SessionIdGeneratorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec
Running 
org.apache.commons.id.serial.TimeBasedAlphanumericIdentifierGeneratorTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 sec
Running org.apache.commons.id.serial.PrefixedNumericGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.apache.commons.id.uuid.VersionFourGeneratorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
Running org.apache.commons.id.uuid.state.NodeTest
Tests run: 8, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.018 sec <<< 
FAILURE!
Running org.apache.commons.id.uuid.state.ReadWriteFileStateImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.apache.commons.id.uuid.task.UUIDTaskTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
Running org.apache.commons.id.serial.NumericGeneratorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec

Results :

Failed tests: 
  testLoad(org.apache.commons.id.uuid.state.InMemoryStateImplTest)

Tests in error: 
  testGetUUIDTime(org.apache.commons.id.uuid.state.NodeTest)
  testGetLastTimestamp(org.apache.commons.id.uuid.state.NodeTest)
  testNodebyteArray(org.apache.commons.id.uuid.state.NodeTest)

Tests run: 121, Failures: 1, Errors: 3, Skipped: 0

[ERROR] There are test failures.

Please refer to 
/srv/gump/public/workspace/commons-sandbox/id/target/surefire-reports for the 
individual test results.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: 
/srv/gump/public/workspace/commons-sandbox/id/target/commons-id-1.0-SNAPSHOT.jar
[INFO] 
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 16 seconds
[INFO] Finished at: Sat Apr 21 06:27:13 UTC 2012
[INFO] Final Memory: 30M/71M
[INFO] 
-

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

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

2012-04-20 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 119 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 Maven settings: 
[/srv/gump/public/workspace/apache-commons/scxml/gump_mvn_settings.xml]
 -DEBUG- (Apache Gump generated) Apache Maven 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: 18 secs
Command Line: /opt/maven2/bin/mvn --batch-mode -Dsimplelog.defaultlog=info 
--settings 
/srv/gump/public/workspace/apache-commons/scxml/gump_mvn_settings.xml test 
[Working Directory: /srv/gump/public/workspace/apache-commons/scxml]
M2_HOME: /opt/maven2
-
[INFO] SimpleSCXMLListener - /s2/s2.1/e1.2
[INFO] SimpleSCXMLListener - /s2/s2.1/e1.2
[INFO] SimpleSCXMLListener - /s2/s2.1
[INFO] SimpleSCXMLListener - /s2
[INFO] SimpleSCXMLListener - transition (event = s2.1.done, cond = null, from = 
/s2, to = /s3)
[INFO] SimpleSCXMLListener - /s3
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec
Running org.apache.commons.scxml.issues.Issue64Test
[INFO] SCXMLSemantics - null: Begin transition bug test ...
[INFO] SimpleSCXMLListener - /tranbug
[INFO] SimpleSCXMLListener - /tranbug
[INFO] SCXMLSemantics - null: somedata
[INFO] SCXMLSemantics - null: *somedata
[INFO] SimpleSCXMLListener - transition (event = show.bug, cond = null, from = 
/tranbug, to = /end)
[INFO] SimpleSCXMLListener - /end
[WARN] SCXMLParser - Ignoring element  in namespace 
"http://www.w3.org/2005/07/scxml"; at 
file:/srv/gump/public/workspace/apache-commons/scxml/target/test-classes/org/apache/commons/scxml/issues/issue64-02.xml:30:21
 and digester match "scxml/datamodel/misplaced"
[WARN] SCXMLParser - Ignoring element  in namespace 
"http://www.w3.org/2005/07/scxml"; at 
file:/srv/gump/public/workspace/apache-commons/scxml/target/test-classes/org/apache/commons/scxml/issues/issue64-02.xml:36:19
 and digester match "scxml/state/onentry/foo"
[WARN] SCXMLParser - Ignoring element  in namespace 
"http://my.foo.example/"; at 
file:/srv/gump/public/workspace/apache-commons/scxml/target/test-classes/org/apache/commons/scxml/issues/issue64-02.xml:37:22
 and digester match "scxml/state/onentry/bar"
[WARN] SCXMLParser - Ignoring element  in namespace 
"http://www.w3.org/2005/07/scxml"; at 
file:/srv/gump/public/workspace/apache-commons/scxml/target/test-classes/org/apache/commons/scxml/issues/issue64-02.xml:41:21
 and digester match "scxml/state/transition/datamodel"
[WARN] SCXMLParser - Ignoring element  in namespace 
"http://www.w3.org/2005/07/scxml"; at 
file:/srv/gump/public/workspace/apache-commons/scxml/target/test-classes/org/apache/commons/scxml/issues/issue64-02.xml:42:41
 and digester match "scxml/state/transition/datamodel/data"
[WARN] SCXMLParser - Ignoring element  in namespace 
"http://my.foo.example/"; at 
file:/srv/gump/public/workspace/apache-commons/scxml/target/test-classes/org/apache/commons/scxml/issues/issue64-02.xml:49:14
 and digester match "scxml/baz"
[INFO] SCXMLSemantics - null: Begin transition bug test ...
[INFO] SimpleSCXMLListener - /tranbug
[INFO] SimpleSCXMLListener - /tranbug
[INFO] SCXMLSemantics - null: null
[WARN] SimpleErrorReporter - EXPRESSION_ERROR (eval(''*' + dummy'):null): 
[INFO] SimpleSCXMLListener - transition (event = show.bug, cond = null, from = 
/tranbug, to = /end)
[INFO] SimpleSCXMLListener - /end
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec

Results :

Failed tests: 
  testCustomActionCallbacks(org.apache.commons.scxml.model.CustomActionTest)

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

[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO