Re: svn commit: r1414470 - /commons/proper/math/trunk/src/changes/changes.xml

2012-11-28 Thread Gilles Sadowski
Hi Sébastien.

 
 
  2012/11/28 Phil Steitz p...@steitz.com
 
  On 11/27/12 3:43 PM, er...@apache.org wrote:
   Author: erans
   Date: Tue Nov 27 23:43:06 2012
   New Revision: 1414470
  
   URL: http://svn.apache.org/viewvc?rev=1414470view=rev
   Log:
   Contents for the release notes.
  
   Modified:
   commons/proper/math/trunk/src/changes/changes.xml
  
   Modified: commons/proper/math/trunk/src/changes/changes.xml
   URL:
  http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1414470r1=1414469r2=1414470view=diff
  
  ==
   --- commons/proper/math/trunk/src/changes/changes.xml (original)
   +++ commons/proper/math/trunk/src/changes/changes.xml Tue Nov 27
  23:43:06 2012
   @@ -51,6 +51,31 @@ If the output is not quite correct, chec
  /properties
  body
release version=3.1 date=TBD description=
   +This is a minor release: It combines bug fixes and new features.
   +  Changes to existing features were made in a backwards-compatible
   +  way such as to allow drop-in replacement of the v3.0 JAR file.
   +
   +  Most notable among the new features are: Framework for automatic
   +  differentiation, multivariate mixture model distribution,
  quaternions,
   +  Gauss integration framework, Hermite polynomial interpolation,
   +  eigenvalue decomposition of non-symmetric matrices.
   +  Most notable among the changes are: Greatly improved precision in
   +  the implementation of Gamma and Beta special functions, optimizers
   +  API, deprecation of the sparse vector implementation.
 
  Actually, Beta has been improved on my computer only ;). Would you like me
  to change that?
  Sébastien
 
 I've done it in r1414529.

I thought that you were almost finished with the Beta function.
How much time would you need to resolve the issue?


Best,
Gilles

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



Re: svn commit: r1414470 - /commons/proper/math/trunk/src/changes/changes.xml

2012-11-28 Thread Sébastien Brisard
Hi Gilles,





 I thought that you were almost finished with the Beta function.
 How much time would you need to resolve the issue?

 I thought so too. The code is written, but I've noticed that a few changes
must be done. And I have to decide what is the best place for all these
auxiliary functions. I could put them all in Beta (even if some of them are
only related to Gamma), so that they could all be private (referring to our
other conversation). I've also noticed that there is some code duplication
in those auxiliary functions (FORTRAN people do like copy/paste...).
So all in all, that's not major work, but there is still quite a few
refactoring + users guide to update. As I'm fairly busy at work, I don't
want to engage on a date. Instead of committting incrementaly, I'm going to
prepare the whole thing locally. If I can commit it in time for 3.1, that
will be for the best. Otherwise, I guess it can wait until 3.1.1 or 3.2.
Anyway, the final goal is the incomplete regularized beta function, and
this is not even started... (and will be VERY long).

Sébastien


Re: svn commit: r1414470 - /commons/proper/math/trunk/src/changes/changes.xml

2012-11-28 Thread Gilles Sadowski
Hi.

 
  I thought that you were almost finished with the Beta function.
  How much time would you need to resolve the issue?
 
  I thought so too. The code is written, but I've noticed that a few changes
 must be done. And I have to decide what is the best place for all these
 auxiliary functions. I could put them all in Beta (even if some of them are
 only related to Gamma), so that they could all be private (referring to our
 other conversation). I've also noticed that there is some code duplication
 in those auxiliary functions (FORTRAN people do like copy/paste...).
 So all in all, that's not major work, but there is still quite a few
 refactoring + users guide to update. As I'm fairly busy at work, I don't
 want to engage on a date. Instead of committting incrementaly, I'm going to
 prepare the whole thing locally. If I can commit it in time for 3.1, that
 will be for the best. Otherwise, I guess it can wait until 3.1.1 or 3.2.
 Anyway, the final goal is the incomplete regularized beta function, and
 this is not even started... (and will be VERY long).

Thanks for the explanation. I'll thus postpone MATH-738.

Gilles

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



Re: svn commit: r1414470 - /commons/proper/math/trunk/src/changes/changes.xml

2012-11-28 Thread Sébastien Brisard
Hi,


2012/11/28 Gilles Sadowski gil...@harfang.homelinux.org

 Hi.

 
   I thought that you were almost finished with the Beta function.
   How much time would you need to resolve the issue?
  
   I thought so too. The code is written, but I've noticed that a few
 changes
  must be done. And I have to decide what is the best place for all these
  auxiliary functions. I could put them all in Beta (even if some of them
 are
  only related to Gamma), so that they could all be private (referring to
 our
  other conversation). I've also noticed that there is some code
 duplication
  in those auxiliary functions (FORTRAN people do like copy/paste...).
  So all in all, that's not major work, but there is still quite a few
  refactoring + users guide to update. As I'm fairly busy at work, I don't
  want to engage on a date. Instead of committting incrementaly, I'm going
 to
  prepare the whole thing locally. If I can commit it in time for 3.1, that
  will be for the best. Otherwise, I guess it can wait until 3.1.1 or 3.2.
  Anyway, the final goal is the incomplete regularized beta function, and
  this is not even started... (and will be VERY long).

 Thanks for the explanation. I'll thus postpone MATH-738.

 Gilles

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

 That's probably better. I will try to speed things up, but...
S


Re: [Math] Towards the 3.1 release (take 3)

2012-11-28 Thread Gilles Sadowski
On Tue, Nov 27, 2012 at 06:05:13PM -0800, Phil Steitz wrote:
 On 11/27/12 1:24 PM, Thomas Neidhart wrote:
  On 11/27/2012 04:30 PM, Gilles Sadowski wrote:
  Hello.
 
  Quoting from the previous thread about this subject:
  As far as I am concerned, 3.1 could be released anytime now.
  [Luc Maisonobe, September 14, 2012]
 
  Plenty of needed work has been done since then. Most of it could have been
  done _after_ releasing 3.1!
  Most of the current contributors agree that releases should happen more
  often; yet they don't.
  I would like that a set of objective criteria be written down that would
  define when a new release is deemed adequate. [I had suggested some.]
  This discussion should be held in another thread since (as the above quote
  summarizes), it was agreed that the 3.1 release was due.
 
  At this point, I propose to start the release process using the old 
  (about
  to be deprecated) procedure.
  Indeed, I surely do not want the release to be further delayed because of
  newbie mistakes on using the new procedure (CMS for the site, etc.).
  Let's divide and conquer: We release 3.1 now and allow users to benefit
  from the many new features and bug fixes. While they test the new release,
  we begin to prepare 3.2 with the new procedure, starting with the site.
 
 +1
 
 Depending on how much happens bet 3.1 and the next one, we could
 consider a 3.1.1.

Yes; we should define the various criteria to be considered in order to
decide which type of release should be made, and when they should occur.

Regards,
Gilles

 
 I have some uncommitted stuff to address MATH-672, but I don't want
 to hold up the release for this.  If I can't get it finished before
 the first RC hits, I will get it in; otherwise it can wait.
 
 Phil
 
  OK?
  +1
 
  Thomas

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



[privilizer] promotion plan

2012-11-28 Thread Matt Benson
Hi all,
  As long as I've been part of the Commons community I don't know that I've
encountered this exact situation:  a committer adds some code to the
sandbox that is more or less complete.  I don't know precisely what
requirements must be met before we promote [privilizer] to proper. We seem
to have interest from one or more members of the PMC as prospective users;
this would seem to imply that were I hit by a bus there ought to be someone
interested in maintaining the component.  Speaking for BVal I intend to put
this component to immediate use there (that's what I wrote it for!).  Mark
has mentioned that OWB and perhaps other ASF projects might want to make
use of it.  What else do I need to do?

Matt


Re: [privilizer] promotion plan

2012-11-28 Thread Gary Gregory
Another aspect to consider is would this new privalizer component (not
crazy about the name ATM) fit in an existing Commons component?


On Wed, Nov 28, 2012 at 3:44 PM, Matt Benson gudnabr...@gmail.com wrote:

 Hi all,
   As long as I've been part of the Commons community I don't know that I've
 encountered this exact situation:  a committer adds some code to the
 sandbox that is more or less complete.  I don't know precisely what
 requirements must be met before we promote [privilizer] to proper. We seem
 to have interest from one or more members of the PMC as prospective users;
 this would seem to imply that were I hit by a bus there ought to be someone
 interested in maintaining the component.  Speaking for BVal I intend to put
 this component to immediate use there (that's what I wrote it for!).  Mark
 has mentioned that OWB and perhaps other ASF projects might want to make
 use of it.  What else do I need to do?

 Matt




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


Re: [privilizer] promotion plan

2012-11-28 Thread Matt Benson
Hi Gary,
  Feel free to suggest one or more alternate names, and we can vote on
them!  The intent is to quickly convey that the component equips your code
to run in a Java security constrained environment, thus privilizer or
that which makes your code privileged.  Since the main use of the
component is to instrument compiled code during the build process (a
possible future enhancement is to support RT enhancement in a custom
classloader), I don't see that it fits into any existing component, but am
open to correction.

Thanks for your interest,
Matt


On Wed, Nov 28, 2012 at 2:55 PM, Gary Gregory garydgreg...@gmail.comwrote:

 Another aspect to consider is would this new privalizer component (not
 crazy about the name ATM) fit in an existing Commons component?


 On Wed, Nov 28, 2012 at 3:44 PM, Matt Benson gudnabr...@gmail.com wrote:

 Hi all,
   As long as I've been part of the Commons community I don't know that
 I've
 encountered this exact situation:  a committer adds some code to the
 sandbox that is more or less complete.  I don't know precisely what
 requirements must be met before we promote [privilizer] to proper. We seem
 to have interest from one or more members of the PMC as prospective users;
 this would seem to imply that were I hit by a bus there ought to be
 someone
 interested in maintaining the component.  Speaking for BVal I intend to
 put
 this component to immediate use there (that's what I wrote it for!).  Mark
 has mentioned that OWB and perhaps other ASF projects might want to make
 use of it.  What else do I need to do?

 Matt




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



Re: [privilizer] promotion plan

2012-11-28 Thread Matt Benson
Pretty sure you didn't intend to drop the list; adding back.  ;)  Using
BCEL to do the dirty work could be an option, though I confess I wouldn't
mind seeing that done for a v1.1.  The
codebase-formerly-known-as-privileged-method-weaver feels as much to me
like part of the current BCEL as a plumber does a box of pipe wrenches;
i.e. this feels to me like confusing the container for the thing
contained.  I'm not *vehemently* opposed to a restructured BCEL with a core
and various tool modules, but such would be the only direction I could see
that would include this codebase as part of BCEL.

Matt


On Wed, Nov 28, 2012 at 3:24 PM, Gary Gregory garydgreg...@gmail.comwrote:

 Hi Matt,

 Byte code twiddling could be seen to fit nicely in BCEL, which is already
 a Commons project and could use some fresh blood. [privilege] (easier to
 type for me) would be a specific application for BCEL so it would be be as
 nicely layered on top on BCEL as much as on the side. And you'd loose the
 ASM aspect. Thinking about the eating of the dog food, I would love to see
 BCEL revitalized, which would also help Xalan, another BCEL user.

 If we do not want to go that route, then we can discuss improving on the
 name.

 Gary



 On Wed, Nov 28, 2012 at 4:08 PM, Matt Benson gudnabr...@gmail.com wrote:

 Hi Gary,
   Feel free to suggest one or more alternate names, and we can vote on
 them!  The intent is to quickly convey that the component equips your code
 to run in a Java security constrained environment, thus privilizer or
 that which makes your code privileged.  Since the main use of the
 component is to instrument compiled code during the build process (a
 possible future enhancement is to support RT enhancement in a custom
 classloader), I don't see that it fits into any existing component, but am
 open to correction.

 Thanks for your interest,
 Matt



 On Wed, Nov 28, 2012 at 2:55 PM, Gary Gregory garydgreg...@gmail.comwrote:

 Another aspect to consider is would this new privalizer component (not
 crazy about the name ATM) fit in an existing Commons component?


 On Wed, Nov 28, 2012 at 3:44 PM, Matt Benson gudnabr...@gmail.comwrote:

 Hi all,
   As long as I've been part of the Commons community I don't know that
 I've
 encountered this exact situation:  a committer adds some code to the
 sandbox that is more or less complete.  I don't know precisely what
 requirements must be met before we promote [privilizer] to proper. We
 seem
 to have interest from one or more members of the PMC as prospective
 users;
 this would seem to imply that were I hit by a bus there ought to be
 someone
 interested in maintaining the component.  Speaking for BVal I intend to
 put
 this component to immediate use there (that's what I wrote it for!).
  Mark
 has mentioned that OWB and perhaps other ASF projects might want to make
 use of it.  What else do I need to do?

 Matt




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





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



Re: [privilizer] promotion plan

2012-11-28 Thread Mark Struberg

+1

It might fit to any component which does _not_ introduce a runtime dependency 
but is only needed at compile time. Basically the privilizer is kind of a 
preprocessor.

If such a kind of component already exists in commons, then we can look if it 
fits to the business of this component. Otherwise it's a new module imo.

LieGrue,
strub




- Original Message -
 From: Matt Benson gudnabr...@gmail.com
 To: Gary Gregory garydgreg...@gmail.com
 Cc: Commons Developers List dev@commons.apache.org
 Sent: Wednesday, November 28, 2012 10:08 PM
 Subject: Re: [privilizer] promotion plan
 
 Hi Gary,
   Feel free to suggest one or more alternate names, and we can vote on
 them!  The intent is to quickly convey that the component equips your code
 to run in a Java security constrained environment, thus 
 privilizer or
 that which makes your code privileged.  Since the main use of the
 component is to instrument compiled code during the build process (a
 possible future enhancement is to support RT enhancement in a custom
 classloader), I don't see that it fits into any existing component, but am
 open to correction.
 
 Thanks for your interest,
 Matt
 
 
 On Wed, Nov 28, 2012 at 2:55 PM, Gary Gregory 
 garydgreg...@gmail.comwrote:
 
  Another aspect to consider is would this new privalizer 
 component (not
  crazy about the name ATM) fit in an existing Commons component?
 
 
  On Wed, Nov 28, 2012 at 3:44 PM, Matt Benson gudnabr...@gmail.com 
 wrote:
 
  Hi all,
    As long as I've been part of the Commons community I don't 
 know that
  I've
  encountered this exact situation:  a committer adds some code to the
  sandbox that is more or less complete.  I don't know precisely what
  requirements must be met before we promote [privilizer] to proper. We 
 seem
  to have interest from one or more members of the PMC as prospective 
 users;
  this would seem to imply that were I hit by a bus there ought to be
  someone
  interested in maintaining the component.  Speaking for BVal I intend to
  put
  this component to immediate use there (that's what I wrote it 
 for!).  Mark
  has mentioned that OWB and perhaps other ASF projects might want to 
 make
  use of it.  What else do I need to do?
 
  Matt
 
 
 
 
  --
  E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
  JUnit in Action, 2nd Ed: http://goog_1249600977http://bit.ly/ECvg0
  Spring Batch in Action: http://s.apache.org/HOqhttp://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: [privilizer] promotion plan

2012-11-28 Thread Matt Benson
FWIW, Simone and I had, in the past, discussed privately whether some tree
of post-compilation tools might make a sensible family of commons component
modules.  We had originally been thinking along the lines of JDK6
annotation processors, which [*privilizer] is not (no open API exists
allowing these to modify bytecode), but the basic principle applies...
Note that [attributes] was/is more or less this type of component.

Matt


On Wed, Nov 28, 2012 at 4:00 PM, Mark Struberg strub...@yahoo.de wrote:


 +1

 It might fit to any component which does _not_ introduce a runtime
 dependency but is only needed at compile time. Basically the privilizer is
 kind of a preprocessor.

 If such a kind of component already exists in commons, then we can look if
 it fits to the business of this component. Otherwise it's a new module imo.

 LieGrue,
 strub




 - Original Message -
  From: Matt Benson gudnabr...@gmail.com
  To: Gary Gregory garydgreg...@gmail.com
  Cc: Commons Developers List dev@commons.apache.org
  Sent: Wednesday, November 28, 2012 10:08 PM
  Subject: Re: [privilizer] promotion plan
 
  Hi Gary,
Feel free to suggest one or more alternate names, and we can vote on
  them!  The intent is to quickly convey that the component equips your
 code
  to run in a Java security constrained environment, thus
  privilizer or
  that which makes your code privileged.  Since the main use of the
  component is to instrument compiled code during the build process (a
  possible future enhancement is to support RT enhancement in a custom
  classloader), I don't see that it fits into any existing component, but
 am
  open to correction.
 
  Thanks for your interest,
  Matt
 
 
  On Wed, Nov 28, 2012 at 2:55 PM, Gary Gregory
  garydgreg...@gmail.comwrote:
 
   Another aspect to consider is would this new privalizer
  component (not
   crazy about the name ATM) fit in an existing Commons component?
 
 
   On Wed, Nov 28, 2012 at 3:44 PM, Matt Benson gudnabr...@gmail.com
  wrote:
 
   Hi all,
 As long as I've been part of the Commons community I don't
  know that
   I've
   encountered this exact situation:  a committer adds some code to the
   sandbox that is more or less complete.  I don't know precisely what
   requirements must be met before we promote [privilizer] to proper. We
  seem
   to have interest from one or more members of the PMC as prospective
  users;
   this would seem to imply that were I hit by a bus there ought to be
   someone
   interested in maintaining the component.  Speaking for BVal I intend
 to
   put
   this component to immediate use there (that's what I wrote it
  for!).  Mark
   has mentioned that OWB and perhaps other ASF projects might want to
  make
   use of it.  What else do I need to do?
 
   Matt
 
 
 
 
   --
   E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
   JUnit in Action, 2nd Ed: http://goog_1249600977http://bit.ly/ECvg0
   Spring Batch in Action: http://s.apache.org/HOqhttp://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: [privilizer] promotion plan

2012-11-28 Thread Phil Steitz
On 11/28/12 12:44 PM, Matt Benson wrote:
 Hi all,
   As long as I've been part of the Commons community I don't know that I've
 encountered this exact situation:  a committer adds some code to the
 sandbox that is more or less complete.  I don't know precisely what
 requirements must be met before we promote [privilizer] to proper. We seem
 to have interest from one or more members of the PMC as prospective users;
 this would seem to imply that were I hit by a bus there ought to be someone
 interested in maintaining the component.  Speaking for BVal I intend to put
 this component to immediate use there (that's what I wrote it for!).  Mark
 has mentioned that OWB and perhaps other ASF projects might want to make
 use of it.  What else do I need to do?

 Matt

Traditionally, we have just required a) community and b) close to
release-ability.  In the olden days, we used to like to see 3
committers interested in working on the thing.  Looks to me like
[privilizer] is in good shape on both accounts, albeit with the 3
committers spread about the ASF.  That is not a problem for
Commons, IMO.  I would be +1 to promote.

All you need to do is kick off a promotion vote.

Phil

P.S. I vaguely recall [primitives] having a similar birth some years
ago.

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



[math] Examples

2012-11-28 Thread Phil Steitz
Apologies for the cross-post.  Please respond to just the dev list.

I am going to do a talk on Commons Math at Apachecon US in Portland
next February.  One of the things I want to do in the talk is to
present some examples of practical use of the library.  I would love
to get some examples from the community that I could use, with
acknowledgement, under the ASL.

Ideal examples can be described simply (i.e., not too much arcane
domain-specific theory needed to understand the practical
application) and use [math] APIs simply and directly.  For example,
one of my own applications is a discrete event simulator that uses
[math] APIs to generate event inter-arrival times and to accumulate
latency statistics.  Part of the goal of the talk in general and the
examples in particular is to show people how to find the things they
need to solve problems using [math], so some information on how you
found your way to the needed goodies (or helped us improve the
library so the goodies you needed were there) will also be helpful.

Thanks in advance for any contributions.  We can discuss ideas on
the dev list, or you can send me private mail.  I will take code and
descriptions in any form.

Thanks!

Phil

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



RE: [math] Examples

2012-11-28 Thread Patrick Meyer
Hi Phil,

I use various parts of Commons Math (CM) for a program I created for
psychometrics called jMetrik, www.ItemAnalysis.com. It does a variety of
statistical procedures from basic descriptive statistics to item response
theory and test equating. jMetrik has a fairly large international user
base. I'm currently working on version 3, which involved a full switch to CM
3.0. Feel free to use the program description on the homepage of the
website. The code is pretty extensive, but I can provide specific examples
of how I use CM. I first found CM several years ago when I was searching for
source code for numerical optimization. I'm happy to help out. Let me know
if you would like more information.

Patrick


-Original Message-
From: Phil Steitz [mailto:phil.ste...@gmail.com] 
Sent: Wednesday, November 28, 2012 8:01 PM
To: Commons Developers List; Commons Users List
Subject: [math] Examples

Apologies for the cross-post.  Please respond to just the dev list.

I am going to do a talk on Commons Math at Apachecon US in Portland next
February.  One of the things I want to do in the talk is to present some
examples of practical use of the library.  I would love to get some examples
from the community that I could use, with acknowledgement, under the ASL.

Ideal examples can be described simply (i.e., not too much arcane
domain-specific theory needed to understand the practical
application) and use [math] APIs simply and directly.  For example, one of
my own applications is a discrete event simulator that uses [math] APIs to
generate event inter-arrival times and to accumulate latency statistics.
Part of the goal of the talk in general and the examples in particular is to
show people how to find the things they need to solve problems using [math],
so some information on how you found your way to the needed goodies (or
helped us improve the library so the goodies you needed were there) will
also be helpful.

Thanks in advance for any contributions.  We can discuss ideas on the dev
list, or you can send me private mail.  I will take code and descriptions in
any form.

Thanks!

Phil

-
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



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

2012-11-28 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 43 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: 1 min 2 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: 1354161228398
[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.annotations.processor.GeneratedRulesModule

[ANN] Apache Commons Daemon 1.0.10 released

2012-11-28 Thread Mladen Turk

The Apache Commons Daemon team is pleased to announce the
commons-daemon-1.0.11 release!
Version 1.0.11 is bug fix release fixing various issues
found in 1.0.10 release.

Source and binary distributions are available for download
from the Apache Commons download site:

http://commons.apache.org/daemon/download_daemon.cgi

When downloading, please verify signatures using the KEYS file
available at the above location when downloading the release.

For more information on Apache Commons Daemon, visit the
Commons Daemon home page:

http://commons.apache.org/daemon/


Thank you,
--
The Apache Commons Daemon team

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



Re: [ANN] Apache Commons Daemon 1.0.10 released

2012-11-28 Thread Mladen Turk

Huh, obviously a typo in the @subject :(
It should have been '[ANN] Apache Commons Daemon 1.0.11 released'

Should I post another one with the correct @subject?

Regards
--
^TM

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



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

2012-11-28 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-chain2 has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 234 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-chain2 :  GoF Chain of Responsibility pattern


Full details are available at:

http://vmgump.apache.org/gump/public/apache-commons/commons-chain2/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-chain2-*[0-9T].jar] identifier set to project 
name
 -DEBUG- Sole pom output [pom.xml] identifier set to project name
 -DEBUG- (Apache Gump generated) Apache Maven Settings in: 
/srv/gump/public/workspace/apache-commons/chain/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/apache-commons/chain/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-chain2/gump_work/build_apache-commons_commons-chain2.html
Work Name: build_apache-commons_commons-chain2 (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 min 4 secs
Command Line: /opt/maven2/bin/mvn --batch-mode --settings 
/srv/gump/public/workspace/apache-commons/chain/gump_mvn_settings.xml package 
[Working Directory: /srv/gump/public/workspace/apache-commons/chain]
M2_HOME: /opt/maven2
-
[INFO] Building war: 
/srv/gump/public/workspace/apache-commons/chain/apps/cookbook-examples/target/chain-cookbook-examples-2.0-SNAPSHOT.war
[INFO] 
[INFO] Building Apache Commons Chain :: Distribution Packages
[INFO]task-segment: [package]
[INFO] 
[INFO] snapshot org.apache.commons:commons-chain2-configuration:2.0-SNAPSHOT: 
checking for updates from apache.snapshots
Downloading: 
http://localhost:8192/repo/m2-snapshot-repository/org/apache/commons/commons-chain2-configuration/2.0-SNAPSHOT/commons-chain2-configuration-2.0-SNAPSHOT.pom
[INFO] Unable to find resource 
'org.apache.commons:commons-chain2-configuration:pom:2.0-SNAPSHOT' in 
repository apache.snapshots (http://repository.apache.org/snapshots)
Downloading: 
http://localhost:8192/repo/m2-snapshot-repository/org/apache/commons/commons-chain2-configuration/2.0-SNAPSHOT/commons-chain2-configuration-2.0-SNAPSHOT.jar
[INFO] Unable to find resource 
'org.apache.commons:commons-chain2-configuration:jar:2.0-SNAPSHOT' in 
repository apache.snapshots (http://repository.apache.org/snapshots)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to resolve artifact.

Missing:
--
1) org.apache.commons:commons-chain2-configuration:jar:2.0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.apache.commons 
-DartifactId=commons-chain2-configuration -Dversion=2.0-SNAPSHOT 
-Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.apache.commons 
-DartifactId=commons-chain2-configuration -Dversion=2.0-SNAPSHOT 
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.commons:commons-chain2:pom:2.0-SNAPSHOT
2) org.apache.commons:commons-chain2-configuration:jar:2.0-SNAPSHOT

--
1 required artifact is missing.

for artifact: 
  org.apache.commons:commons-chain2:pom:2.0-SNAPSHOT

from the specified remote repositories:
  gump-central (http://localhost:8192/maven2),
  gump-apache.snapshots (http://localhost:8192/repo/m2-snapshot-repository)



[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 1 minute 2 seconds
[INFO] Finished at: Thu Nov 29 05:04:26 UTC 2012
[INFO] Final Memory: 114M/241M
[INFO] 
-

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

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

2012-11-28 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 48 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
-
Running org.apache.commons.proxy.factory.util.TestMethodSignature
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec

Results :

Tests in error: 
  
testMethodInvocationImplementation(org.apache.commons.proxy.interceptor.TestMethodInterceptorAdapter)
  
testSerialization(org.apache.commons.proxy.interceptor.TestMethodInterceptorAdapter)
  
testMethodInterception(org.apache.commons.proxy.interceptor.TestMethodInterceptorAdapter)
  testInvalidHandlerName(org.apache.commons.proxy.invoker.TestXmlRpcInvoker)
  
testMethodInvocation(org.apache.commons.proxy.invoker.TestInvocationHandlerAdapter)
  
testInvokerEquals(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testInterceptorEquals(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testInterceptorWithSuperclass(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testInvokerWithSuperclass(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testProxiesWithClashingFinalMethodInSuperclass(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testBooleanInterceptorParameter(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testChangingArguments(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testCreateInterceptorProxy(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testInterceptingProxyClassCaching(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testInterceptingProxySerializable(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testInterceptorProxyWithCheckedException(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testInterceptorProxyWithUncheckedException(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testInvokerProxy(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testInvokerProxyClassCaching(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testInvokerProxySerializable(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testMethodInvocationClassCaching(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testMethodInvocationDuplicateMethods(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testMethodInvocationImplementation(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testWithNonAccessibleTargetType(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testInterceptorHashCode(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  
testInvokerHashCode(org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory)
  testCreateNullObject(org.apache.commons.proxy.TestProxyUtils)
  testCreateNullObjectWithClassLoader(org.apache.commons.proxy.TestProxyUtils)

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

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

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

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


Full details are available at:

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



The following work was performed:
http://vmgump.apache.org/gump/public/apache-commons/commons-dbutils/gump_work/build_apache-commons_commons-dbutils.html
Work Name: build_apache-commons_commons-dbutils (Type: Build)
Work ended in a state of : Failed
Elapsed: 17 secs
Command Line: /opt/maven2/bin/mvn --batch-mode --settings 
/srv/gump/public/workspace/apache-commons/dbutils/gump_mvn_settings.xml package 
[Working Directory: /srv/gump/public/workspace/apache-commons/dbutils]
M2_HOME: /opt/maven2
-
1K downloaded  (mockito-core-1.9.0.pom)
Downloading: 
http://localhost:8192/maven2/org/hamcrest/hamcrest-all/1.1/hamcrest-all-1.1.pom
479b downloaded  (hamcrest-all-1.1.pom)
Downloading: 
http://localhost:8192/maven2/org/mockito/mockito-core/1.9.0/mockito-core-1.9.0.jar
Downloading: 
http://localhost:8192/maven2/org/hamcrest/hamcrest-all/1.1/hamcrest-all-1.1.jar
273K downloaded  (hamcrest-all-1.1.jar)
1381K downloaded  (mockito-core-1.9.0.jar)
[INFO] [antrun:run {execution: javadoc.resources}]
[INFO] Executing tasks

main:
 [copy] Copying 2 files to 
/srv/gump/public/workspace/apache-commons/dbutils/target/apidocs/META-INF
[INFO] Executed tasks
[WARNING] The parameter expression: 'project.build.resources' used in mojo: 
'process' has been deprecated. Use 'project.resources' instead.
[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/dbutils  svn --non-interactive info
[INFO] Working directory: /srv/gump/public/workspace/apache-commons/dbutils
[INFO] Storing buildNumber: ?? at timestamp: 1354167838226
[INFO] Executing: /bin/sh -c cd 
/srv/gump/public/workspace/apache-commons/dbutils  svn --non-interactive info
[INFO] Working directory: /srv/gump/public/workspace/apache-commons/dbutils
[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] skip non existing resourceDirectory 
/srv/gump/public/workspace/apache-commons/dbutils/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 29 source files to 
/srv/gump/public/workspace/apache-commons/dbutils/target/classes
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
/srv/gump/public/workspace/apache-commons/dbutils/src/main/java/org/apache/commons/dbutils/DbUtils.java:[334,25]
 error: DriverProxy is not abstract and does not override abstract method 
getParentLogger() in Driver
[INFO] 1 error
[INFO] -
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure
/srv/gump/public/workspace/apache-commons/dbutils/src/main/java/org/apache/commons/dbutils/DbUtils.java:[334,25]
 error: DriverProxy is not abstract and does not override abstract method 
getParentLogger() in Driver

[INFO] 
[INFO] For more information, run Maven 

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

2012-11-28 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 217 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: 23 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.24 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 misplaced 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 foo 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 bar 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 datamodel 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 data 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 baz 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.083 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]