Re: [discovery] going to 0.5-RC2

2011-04-06 Thread Gary Gregory
On Apr 6, 2011, at 1:55, Simone Tripodi  wrote:

> Hi Gary :)
> do you have please any suggestion how to fix the "Expected @throws tag
> for 'Exception'" even if the "@throws Exception" is set?
> Many thanks in advance!!!
> All the best,
> Simo

Hi Simo. I am the road until Sunday. No laptop. Sorry.

Gary
>
> http://people.apache.org/~simonetripodi/
> http://www.99soft.org/
>
>
>
> On Wed, Apr 6, 2011 at 3:23 AM, Gary Gregory  wrote:
>> On Tue, Apr 5, 2011 at 6:34 PM, Simone Tripodi 
>> wrote:
>>
>>> Hi all guys,
>>> I reduced the checkstyle errors from more than 300 to 45, follow below
>>> what is missing:
>>>
>>
>> Nice chunk to lop off! :)
>>
>> I do not use Discovery, otherwise I'd weigh in on the tickets.
>>
>> Gary
>>
>>
>>>
>>>  * Missing package documentation file: I'd ignore them since package
>>> descriptions are defined in 'package-info.java' and correctly
>>> visualized in javadoc;
>>>  * Expected @throws tag for 'Exception': I don't understand why
>>> they are reported, even if they are in the @throws tag :O
>>>
>>> What's next on Jira before 0.5-RC2:
>>>
>>>  * DISCOVERY-16: consider it already done
>>>  * DISCOVERY-7: don't have an idea yet how to solve it (if it makes
>>> sense to fix it)
>>>  * DISCOVERY-6: we switched to Java5, can be overlooked?
>>>  * DISCOVERY-3: thoughts?
>>>
>>> Now off to bad, thanks in advance for your feedbacks!
>>> Simo
>>>
>>> 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
>>>
>>>
>>
>>
>> --
>> Thank you,
>> Gary
>>
>> http://garygregory.wordpress.com/
>> http://garygregory.com/
>> http://people.apache.org/~ggregory/
>> http://twitter.com/GaryGregory
>>
>
> -
> 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: [discovery] going to 0.5-RC2

2011-04-06 Thread sebb
On 6 April 2011 06:54, Simone Tripodi  wrote:
> Hi Gary :)
> do you have please any suggestion how to fix the "Expected @throws tag
> for 'Exception'" even if the "@throws Exception" is set?

There's no explanation for the @throws. Checkstyle seems to be
complaining about that.

i.e. change

@throws Exception

to

@throws Exception if the moon is in the 3rd quarter

or whatever is more appropriate.

> Many thanks in advance!!!
> All the best,
> Simo
>
> http://people.apache.org/~simonetripodi/
> http://www.99soft.org/
>
>
>
> On Wed, Apr 6, 2011 at 3:23 AM, Gary Gregory  wrote:
>> On Tue, Apr 5, 2011 at 6:34 PM, Simone Tripodi 
>> wrote:
>>
>>> Hi all guys,
>>> I reduced the checkstyle errors from more than 300 to 45, follow below
>>> what is missing:
>>>
>>
>> Nice chunk to lop off! :)
>>
>> I do not use Discovery, otherwise I'd weigh in on the tickets.
>>
>> Gary
>>
>>
>>>
>>>  * Missing package documentation file: I'd ignore them since package
>>> descriptions are defined in 'package-info.java' and correctly
>>> visualized in javadoc;
>>>  * Expected @throws tag for 'Exception': I don't understand why
>>> they are reported, even if they are in the @throws tag :O
>>>
>>> What's next on Jira before 0.5-RC2:
>>>
>>>  * DISCOVERY-16: consider it already done
>>>  * DISCOVERY-7: don't have an idea yet how to solve it (if it makes
>>> sense to fix it)
>>>  * DISCOVERY-6: we switched to Java5, can be overlooked?
>>>  * DISCOVERY-3: thoughts?
>>>
>>> Now off to bad, thanks in advance for your feedbacks!
>>> Simo
>>>
>>> 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
>>>
>>>
>>
>>
>> --
>> Thank you,
>> Gary
>>
>> http://garygregory.wordpress.com/
>> http://garygregory.com/
>> http://people.apache.org/~ggregory/
>> http://twitter.com/GaryGregory
>>
>
> -
> 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



Looking for OGNL mentors!!!

2011-04-06 Thread Simone Tripodi
Hi all guys,
I'm almost ready to push the proposal on Incubator ML, the OGNL owner
sent his ICLA and Software Grant, what we miss are two mentors.
Any volunteer? I raw in the Incubator guideline that the Sponsoring
PMC can designate mentors, I wonder if I can be designated even if I'm
not a proper ASF Member.
Many thanks in advance, have a nice day!
Simo

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: [discovery] going to 0.5-RC2

2011-04-06 Thread Simone Tripodi
Thanks for the feedbacks guys,
I'll fix the latest checkstyle warnings following Seb's suggestions :)
Have a nice day!
Simo

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



On Wed, Apr 6, 2011 at 5:06 PM, sebb  wrote:
> On 6 April 2011 06:54, Simone Tripodi  wrote:
>> Hi Gary :)
>> do you have please any suggestion how to fix the "Expected @throws tag
>> for 'Exception'" even if the "@throws Exception" is set?
>
> There's no explanation for the @throws. Checkstyle seems to be
> complaining about that.
>
> i.e. change
>
> @throws Exception
>
> to
>
> @throws Exception if the moon is in the 3rd quarter
>
> or whatever is more appropriate.
>
>> Many thanks in advance!!!
>> All the best,
>> Simo
>>
>> http://people.apache.org/~simonetripodi/
>> http://www.99soft.org/
>>
>>
>>
>> On Wed, Apr 6, 2011 at 3:23 AM, Gary Gregory  wrote:
>>> On Tue, Apr 5, 2011 at 6:34 PM, Simone Tripodi 
>>> wrote:
>>>
 Hi all guys,
 I reduced the checkstyle errors from more than 300 to 45, follow below
 what is missing:

>>>
>>> Nice chunk to lop off! :)
>>>
>>> I do not use Discovery, otherwise I'd weigh in on the tickets.
>>>
>>> Gary
>>>
>>>

  * Missing package documentation file: I'd ignore them since package
 descriptions are defined in 'package-info.java' and correctly
 visualized in javadoc;
  * Expected @throws tag for 'Exception': I don't understand why
 they are reported, even if they are in the @throws tag :O

 What's next on Jira before 0.5-RC2:

  * DISCOVERY-16: consider it already done
  * DISCOVERY-7: don't have an idea yet how to solve it (if it makes
 sense to fix it)
  * DISCOVERY-6: we switched to Java5, can be overlooked?
  * DISCOVERY-3: thoughts?

 Now off to bad, thanks in advance for your feedbacks!
 Simo

 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


>>>
>>>
>>> --
>>> Thank you,
>>> Gary
>>>
>>> http://garygregory.wordpress.com/
>>> http://garygregory.com/
>>> http://people.apache.org/~ggregory/
>>> http://twitter.com/GaryGregory
>>>
>>
>> -
>> 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: Looking for OGNL mentors!!!

2011-04-06 Thread Jochen Wiedmann
AFAIK, the policy is to accept non-members as mentor #2 or #3. The
requirement is that at least one member, or better two, must be
present.


On Wed, Apr 6, 2011 at 9:00 PM, Simone Tripodi  wrote:
> Hi all guys,
> I'm almost ready to push the proposal on Incubator ML, the OGNL owner
> sent his ICLA and Software Grant, what we miss are two mentors.
> Any volunteer? I raw in the Incubator guideline that the Sponsoring
> PMC can designate mentors, I wonder if I can be designated even if I'm
> not a proper ASF Member.
> Many thanks in advance, have a nice day!
> Simo
>
> 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
>
>



-- 
I Am What I Am And That's All What I Yam (Popeye)

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



Re: Looking for OGNL mentors!!!

2011-04-06 Thread Niall Pemberton
On Wed, Apr 6, 2011 at 10:55 PM, Jochen Wiedmann
 wrote:
> AFAIK, the policy is to accept non-members as mentor #2 or #3. The
> requirement is that at least one member, or better two, must be
> present.

Thats not how I understand it - mentors should be on the Incubator PMC.

http://incubator.apache.org/incubation/Roles_and_Responsibilities.html#Mentor

Niall

>
> On Wed, Apr 6, 2011 at 9:00 PM, Simone Tripodi  
> wrote:
>> Hi all guys,
>> I'm almost ready to push the proposal on Incubator ML, the OGNL owner
>> sent his ICLA and Software Grant, what we miss are two mentors.
>> Any volunteer? I raw in the Incubator guideline that the Sponsoring
>> PMC can designate mentors, I wonder if I can be designated even if I'm
>> not a proper ASF Member.
>> Many thanks in advance, have a nice day!
>> Simo
>>
>> 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
>>
>>
>
>
>
> --
> I Am What I Am And That's All What I Yam (Popeye)
>
> -
> 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: Looking for OGNL mentors!!!

2011-04-06 Thread Jochen Wiedmann
On Thu, Apr 7, 2011 at 12:14 AM, Niall Pemberton
 wrote:
> On Wed, Apr 6, 2011 at 10:55 PM, Jochen Wiedmann
>  wrote:
>> AFAIK, the policy is to accept non-members as mentor #2 or #3. The
>> requirement is that at least one member, or better two, must be
>> present.
>
> Thats not how I understand it - mentors should be on the Incubator PMC.
>
> http://incubator.apache.org/incubation/Roles_and_Responsibilities.html#Mentor

May be they are automatically, may be this rule isn't enforced. I can
only tell you that I am a mentor #3 or #4 for two incubator projects,
and I am no ASF member.



-- 
I Am What I Am And That's All What I Yam (Popeye)

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



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

2011-04-06 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 181 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: 19 secs
Command Line: /opt/maven2/bin/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]
M2_HOME: /opt/maven2
-

---
 T E S T S
---
Running org.apache.commons.scxml.invoke.InvokeTestSuite
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.557 sec
Running org.apache.commons.scxml.test.TestingTestSuite
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.commons.scxml.env.EnvTestSuite
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
Running org.apache.commons.scxml.SCXMLTestSuite
Tests run: 71, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.269 sec <<< 
FAILURE!
Running org.apache.commons.scxml.issues.IssuesTestSuite
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 sec
Running org.apache.commons.scxml.model.ModelTestSuite
Tests run: 78, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.428 sec <<< 
FAILURE!
Running org.apache.commons.scxml.env.faces.EnvFacesTestSuite
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.commons.scxml.semantics.SemanticsTestSuite
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.commons.scxml.env.jsp.EnvJspTestSuite
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.apache.commons.scxml.env.jexl.EnvJexlTestSuite
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.apache.commons.scxml.env.servlet.EnvServletTestSuite
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.commons.scxml.io.IOTestSuite
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 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: 18 seconds
[INFO] Finished at: Thu Apr 07 05:08:33 UTC 2011
[INFO] Final Memory: 25M/61M
[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 Apache Gump(TM) version 2.3.
Gump Run 1007042011, vmgump.apache.org:vmgump:1007042011
Gump E-mail Identifier (unique wi

[lang] StringUtils CharSequenced

2011-04-06 Thread Henri Yandell
StringUtils is ready now I believe.

The 7 methods on the end have now been moved to the resurrected
CharSequenceUtils class. It only has 1 public class, but I think the
other methods can be added over time. Not something to block 3.0 on,
but they seem useful [in that they've been useful for StringUtils
already].

Hen

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



[lang] alpha package

2011-04-06 Thread Henri Yandell
I've been pondering the tension between stability and innovation.

Once 3.0 is out I'd like to add an alpha subpackage:

  org.apache.commons.lang-alpha

It's specifically a location of code that is:

  a) Not linked to a version. When we move to 4.0 it does not change.
  b) Does not offer backwards compatibility. Classes move out of
lang-alpha and into lang3 (or lang4 etc).

Not all new code goes there, but much does. The 'contrib' package of
an open source project is an essential aspect of allowing the project
to innovate without burden. If I can convince us to achieve a goal of
frequent releases, we'll need to be able to release code that we're
not 100% sure about into our stable packages. It doesn't solve the
cataclysmic changes (moving to Java 5.0 for example), but it handles a
lot of items.

I'm not wedded to the alpha name btw; would love to hear of a better one.

A side effect that I like is that people can monitor the changes to
the alpha package to get a feel for what's coming/what's arrived.

Hen

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



[lang] Collections -> Lang

2011-04-06 Thread Henri Yandell
Deja Vu time.

Collections is dead. I hereby give notice that there are a few basic
classes in Collections that I want to copy into Lang and genericize
(ComparableComparator, ReverseComparator etc - dull stuff instead of
serious data structures).

Vision-wise I'm seeing that as Lang 3.1 (i.e. JIRA's 3.1 is noise; in
fact I'll rename that to 3.x :) ).

Hen

-
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

2011-04-06 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 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-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-07042011.jar] identifier set to project 
name
 -DEBUG- (Apache Gump generated) Apache Maven Properties in: 
/srv/gump/public/workspace/commons-sandbox/id/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-sandbox/id/project.xml
 -DEBUG- Maven project properties in: 
/srv/gump/public/workspace/commons-sandbox/id/project.properties
 -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 : Failed
Elapsed: 55 secs
Command Line: maven --offline jar 
[Working Directory: /srv/gump/public/workspace/commons-sandbox/id]
-
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 27.235 sec
[junit] Running org.apache.commons.id.uuid.state.NodeTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.37 sec
[junit] Running 
org.apache.commons.id.uuid.state.ReadOnlyResourceStateImplTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.493 sec
[junit] Running org.apache.commons.id.uuid.state.ReadWriteFileStateImplTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.458 sec
[junit] Running org.apache.commons.id.uuid.state.StateHelperTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.346 sec
[junit] Running org.apache.commons.id.uuid.state.InMemoryStateImplTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.327 sec
[junit] Running org.apache.commons.id.uuid.UUIDTest
[junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 0.294 sec
[junit] Running org.apache.commons.id.uuid.NodeManagerImplTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.465 sec
[junit] Running org.apache.commons.id.uuid.task.UUIDTaskTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.465 sec
[junit] Running org.apache.commons.id.uuid.clock.ThreadClockImplTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.26 sec
[junit] Running org.apache.commons.id.uuid.clock.SystemClockImplTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.247 sec
[junit] Running org.apache.commons.id.serial.AlphanumericGeneratorTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.265 sec
[junit] Running org.apache.commons.id.serial.LongGeneratorTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.255 sec
[junit] Running org.apache.commons.id.serial.PrefixedNumericGeneratorTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.254 sec
[junit] Running org.apache.commons.id.serial.NumericGeneratorTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.261 sec
[junit] Running 
org.apache.commons.id.serial.PrefixedLeftPaddedNumericGeneratorTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.251 sec
[junit] Running 
org.apache.commons.id.serial.PrefixedAlphanumericGeneratorTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.254 sec
[junit] Running 
org.apache.commons.id.serial.TimeBasedAlphanumericIdentifierGeneratorTest
[junit] Tests run: 12, Failures: 1, Errors: 0, Time elapsed: 0.739 sec
[junit] [ERROR] TEST 
org.apache.commons.id.serial.TimeBasedAlphanumericIdentifierGeneratorTest FAILED
[junit] Running org.apache.commons.id.CompositeIdentifierGeneratorTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.274 sec
[junit] Running org.apache.commons.id.ConstantIdentifierGeneratorTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.25 sec

BUILD FAILED
File.. /home/gump/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly
Element... fail
Line.. 181
Column 54
There were test failures.
Total time: 53 seconds
Finished at: Thu Apr 07 06:38:18 UTC 2011

-

To subscribe to this inform

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

2011-04-06 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 3 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: 15 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.003 sec
Running org.apache.commons.proxy.provider.TestConstantProvider
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.commons.proxy.interceptor.TestFilteredInterceptor
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 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.015 sec
Running org.apache.commons.proxy.interceptor.TestInterceptorChain
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.commons.proxy.invoker.TestNullInvoker
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.commons.proxy.provider.remoting.TestBurlapProvider
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 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.011 sec
Running org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 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.036 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: 14 seconds
[INFO] Finished at: Thu Apr 07 06:39:38 UTC 2011
[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.or

Re: [lang] Collections -> Lang

2011-04-06 Thread James Ring
Have you seen 
http://google-collections.googlecode.com/svn/trunk/javadoc/com/google/common/collect/Ordering.html
? This does similar stuff to ReverseComparator and the API is
excellent.

On Thu, Apr 7, 2011 at 4:37 PM, Henri Yandell  wrote:
> Deja Vu time.
>
> Collections is dead. I hereby give notice that there are a few basic
> classes in Collections that I want to copy into Lang and genericize
> (ComparableComparator, ReverseComparator etc - dull stuff instead of
> serious data structures).
>
> Vision-wise I'm seeing that as Lang 3.1 (i.e. JIRA's 3.1 is noise; in
> fact I'll rename that to 3.x :) ).
>
> Hen
>
> -
> 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