[g...@vmgump]: Project commons-cli (in module commons-cli-1.x) failed

2009-02-12 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-cli has an issue affecting its community integration. This issue a

Re: [Compress] what Java version is targetted? Pom does not specify

2009-02-12 Thread Stefan Bodewig
On 2009-02-12, Christian Grobmeier wrote: > Here it is: > https://issues.apache.org/jira/browse/SANDBOX-288 applied, thanks. > You have to check the compiler-plugin for the information: > http://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html Thanks

Re: Bugfix in commons-compress

2009-02-12 Thread Stefan Bodewig
On 2009-02-11, Ingo Rockel wrote: > I fixed the second issue and reported it here: > https://issues.apache.org/jira/browse/SANDBOX-286 > Again, is this sufficient? absolutely, yes. Thanks. A bit of history. The BZip classes used to be part of Ant (well, they still are) and for reasons I can

commons validator tutorial

2009-02-12 Thread Son Nguyen
Does anyone know where I can go to get a tutorial on how to set up commons validator for an app? It would be much appreciated if I can get a sample app that goes along with a step by step tutorial. I have been to this site and look around everywhere but wasn't not successful in learning commons v

Re: commons validator tutorial

2009-02-12 Thread Niall Pemberton
On Thu, Feb 12, 2009 at 6:52 PM, Son Nguyen wrote: > Does anyone know where I can go to get a tutorial on how to set up > commons validator for an app? > > It would be much appreciated if I can get a sample app that goes along > with a step by step tutorial. Struts 1 distributes an "examples" web

Re: [Compress] what Java version is targetted? Pom does not specify

2009-02-12 Thread Niall Pemberton
On Thu, Feb 12, 2009 at 10:04 AM, Stefan Bodewig wrote: > On 2009-02-12, Christian Grobmeier wrote: > >> Here it is: >> https://issues.apache.org/jira/browse/SANDBOX-288 > > applied, thanks. > >> You have to check the compiler-plugin for the information: >> http://maven.apache.org/plugins/maven-c

[Proposal] Create a sandbox commons-money component?

2009-02-12 Thread Stephen Colebourne
One of the items the JDK doesn't have is a Money class (despite having a Currency class). I'm raising the question of whether others here would be interested in creating a new component (or possibly adding it to a Java 5 version of commons-lang). I have recently coded a Money class with full t

Re: [Proposal] Create a sandbox commons-money component?

2009-02-12 Thread Ralph Goers
Is "Money" going to support I18N? I would think it would be more appropriate to include in a collection of I18N stuff than in with lang or by itself. I'm not too enamored with the current implementations of ResourceBundles. Struts MessageResource (which they seem to have dropped in struts2

Re: [Proposal] Create a sandbox commons-money component?

2009-02-12 Thread Corey Scott
Stephen, I have to say my interest is peaked. I'm interested to see what you have in mind for this. -Corey Stephen Colebourne wrote: One of the items the JDK doesn't have is a Money class (despite having a Currency class). I'm raising the question of whether others here would be interested

Re: [Proposal] Create a sandbox commons-money component?

2009-02-12 Thread Bill Barker
"Stephen Colebourne" wrote in message news:4994bb71.9070...@btopenworld.com... > One of the items the JDK doesn't have is a Money class (despite having a > Currency class). I'm raising the question of whether others here would be > interested in creating a new component (or possibly adding it

Re: [Proposal] Create a sandbox commons-money component?

2009-02-12 Thread Henri Yandell
Sounds fun, +1. Definitely fits my "I'll join in" interest area. On Thu, Feb 12, 2009 at 4:14 PM, Stephen Colebourne wrote: > One of the items the JDK doesn't have is a Money class (despite having a > Currency class). I'm raising the question of whether others here would be > interested in creati

Re: [Proposal] Create a sandbox commons-money component?

2009-02-12 Thread Paul Benedict
I am all for commons money. It sounds like a great economic stimulus plan. If you'd like to share some with me, please write a check to my home address. Paul On Thu, Feb 12, 2009 at 10:49 PM, Henri Yandell wrote: > Sounds fun, +1. Definitely fits my "I'll join in" interest area. > > On Thu, Feb

[compress] JarMarker

2009-02-12 Thread Stefan Bodewig
Hi, Solaris contains some special code which allows people to mark jar files executable and run them as if they were native commands. It will only work for jars that contain the sequence 0xCAFE (in big-endian order) somewhere at the beginning, which is achieved by adding an extra field with that