OT: Spaves vs. tabs (was: [lang] LANG-510)

2010-03-15 Thread Jörg Schaible
Hi Gary,

looking at your last commits I can see that a lot of lines have been changes 
simply because the lines now start with tabs instead of spaces. Can you turn 
off this seeting in your editor please?

- Jörg


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



[DAEMON] T&R 1.0.3

2010-03-15 Thread Mladen Turk

Hi,

There are couple of bug fixes and few features added.

I'm currently working on fixing DAEMON-108, and
when done, I'll tag and propose a release vote.

Objections?

Regards
--
^TM

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



Re: [DAEMON] T&R 1.0.3

2010-03-15 Thread Bill Barker



--
From: "Mladen Turk" 
Sent: Monday, March 15, 2010 12:16 AM
To: "Commons Developers List" 
Subject: [DAEMON] T&R 1.0.3


Hi,

There are couple of bug fixes and few features added.

I'm currently working on fixing DAEMON-108, and
when done, I'll tag and propose a release vote.

Objections?



Will still need some time to go over it, but first rough pass looks good.

Separating code and whitespace patches would have been nice


Regards
--
^TM

-
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: [DAEMON] T&R 1.0.3

2010-03-15 Thread Mladen Turk

On 03/15/2010 08:47 AM, Bill Barker wrote:



Separating code and whitespace patches would have been nice



I know. I tried to make that separate as much as I could.
However the code was such a mess with so many coding styles
used so it was at some places just too much to try that.


Regards
--
^TM

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



Re: [math] 2.1 Release plan

2010-03-15 Thread luc . maisonobe

- "Dimitri Pourbaix"  a écrit :

> Luc,
> 
> > I think there are two parts in the isse.
> > The first one is related to sparse matrix and we don't have an
> answer
> > yet. The second part is related to compute a partial set of
> singular
> > values. This is used for example in image compression or to find a
> > matrix with reduce rank that is the closest possible to an input
> matrix.
> > for this part, we may have an answer.
> 
> What do you mean by partial set of singular values?  If you mean
> setting
> all the singular values which are either below some threshold, of
> index
> above some value (rank), ... to zero and to compute the resulting
> product
> as an approximation of the original matrix, this is no longer the
> business
> of SVD but rather the user business as (s)he decides what (s)he does
> with
> the decomposition.  However, one could add a method to SVD which
> would
> return such a 'product'.

This is the business of SVD. See for example 
, or 
, or even 

 and .

The point in these methods is not to have an exact representation of A = USVt 
but to truncate it in order to have a matrix A' with some interesting 
properties. If the initial matrix has a very large dimension, rather than 
computing the full decomposition and later withdrawing smaller singular values 
and associated vectors, we prefer to not compute them.

Luc

> 
> Regards,
>   Dim.
> 
> Dimitri Pourbaix *
> Institut d'Astronomie et d'Astrophysique *  Don't worry, be happy
> CP 226, office 2.N4.211, building NO * and CARPE DIEM.
> Universite Libre de Bruxelles*
> Boulevard du Triomphe*  Tel : +32-2-650.35.71
>   B-1050 Bruxelles*  Fax :
> +32-2-650.42.26
> http://sb9.astro.ulb.ac.be/~pourbaix *
> mailto:pourb...@astro.ulb.ac.be
> 
> -
> 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



Weird build directories and files

2010-03-15 Thread Mladen Turk

Hi,

Just tried the
mvn -Prc install on daemon trunk and I'm having now
some strange files in produced archives.

e.g
there is archive-tmp with:
fileSetFormatter.1036028277.tmp
fileSetFormatter.1789261428.tmp
fileSetFormatter.2074176234.tmp
fileSetFormatter.478860251.tmp
fileSetFormatter.835556385.tmp
fileSetFormatter.945082618.tmp

And each .tar.gz or .zip has huge amount of
*.formatted files

Any clue?


Regards
--
^TM

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



Re: Weird build directories and files

2010-03-15 Thread sebb
On 15/03/2010, Mladen Turk  wrote:
> Hi,
>
>  Just tried the
>  mvn -Prc install on daemon trunk and I'm having now
>  some strange files in produced archives.
>
>  e.g
>  there is archive-tmp with:
>  fileSetFormatter.1036028277.tmp
>  fileSetFormatter.1789261428.tmp
>  fileSetFormatter.2074176234.tmp
>  fileSetFormatter.478860251.tmp
>  fileSetFormatter.835556385.tmp
>  fileSetFormatter.945082618.tmp
>
>  And each .tar.gz or .zip has huge amount of
>  *.formatted files
>
>  Any clue?

It appears to be the "assembly:attached" goal that creates the files
and packages them.

It looks like the files are temporary files created by the
 processing in
src/assembly/native-src.xml, because when I commented out the
 tags the problem disappeared (but of course the line
endings won't all be correct).

I think you've stumbled on a bug in the assembly plugin...

>
>  Regards
>  --
>  ^TM
>
> -
>  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: Weird build directories and files

2010-03-15 Thread sebb
On 15/03/2010, sebb  wrote:
> On 15/03/2010, Mladen Turk  wrote:
>  > Hi,
>  >
>  >  Just tried the
>  >  mvn -Prc install on daemon trunk and I'm having now
>  >  some strange files in produced archives.
>  >
>  >  e.g
>  >  there is archive-tmp with:
>  >  fileSetFormatter.1036028277.tmp
>  >  fileSetFormatter.1789261428.tmp
>  >  fileSetFormatter.2074176234.tmp
>  >  fileSetFormatter.478860251.tmp
>  >  fileSetFormatter.835556385.tmp
>  >  fileSetFormatter.945082618.tmp
>  >
>  >  And each .tar.gz or .zip has huge amount of
>  >  *.formatted files
>  >
>  >  Any clue?
>
>
> It appears to be the "assembly:attached" goal that creates the files
>  and packages them.
>
>  It looks like the files are temporary files created by the
>   processing in
>  src/assembly/native-src.xml, because when I commented out the
>   tags the problem disappeared (but of course the line
>  endings won't all be correct).
>
>  I think you've stumbled on a bug in the assembly plugin...
>

Looks like the bug is:

http://jira.codehaus.org/browse/MASSEMBLY-462

>  >
>  >  Regards
>  >  --
>  >  ^TM
>  >
>  > -
>  >  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: Weird build directories and files

2010-03-15 Thread sebb
On 15/03/2010, sebb  wrote:
> On 15/03/2010, sebb  wrote:
>  > On 15/03/2010, Mladen Turk  wrote:
>  >  > Hi,
>  >  >
>  >  >  Just tried the
>  >  >  mvn -Prc install on daemon trunk and I'm having now
>  >  >  some strange files in produced archives.
>  >  >
>  >  >  e.g
>  >  >  there is archive-tmp with:
>  >  >  fileSetFormatter.1036028277.tmp
>  >  >  fileSetFormatter.1789261428.tmp
>  >  >  fileSetFormatter.2074176234.tmp
>  >  >  fileSetFormatter.478860251.tmp
>  >  >  fileSetFormatter.835556385.tmp
>  >  >  fileSetFormatter.945082618.tmp
>  >  >
>  >  >  And each .tar.gz or .zip has huge amount of
>  >  >  *.formatted files
>  >  >
>  >  >  Any clue?
>  >
>  >
>  > It appears to be the "assembly:attached" goal that creates the files
>  >  and packages them.
>  >
>  >  It looks like the files are temporary files created by the
>  >   processing in
>  >  src/assembly/native-src.xml, because when I commented out the
>  >   tags the problem disappeared (but of course the line
>  >  endings won't all be correct).
>  >
>  >  I think you've stumbled on a bug in the assembly plugin...
>  >
>
>
> Looks like the bug is:
>
>  http://jira.codehaus.org/browse/MASSEMBLY-462

Workround added in r923160

>
>  >  >
>  >  >  Regards
>  >  >  --
>  >  >  ^TM
>  >  >
>  >  > -
>  >  >  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



[NET] 2.1 Tags [was Re: svn commit: r923150 - /commons/proper/net/tags/commons-net-2.1/commons-net-2.1/]

2010-03-15 Thread Niall Pemberton
On Mon, Mar 15, 2010 at 10:13 AM,   wrote:
> Author: rwinston
> Date: Mon Mar 15 10:13:00 2010
> New Revision: 923150
>
> URL: http://svn.apache.org/viewvc?rev=923150&view=rev
> Log:
> [maven-release-plugin]  copy for tag commons-net-2.1
>
> Added:
>    commons/proper/net/tags/commons-net-2.1/commons-net-2.1/
>      - copied from r923149, commons/proper/net/tags/commons-net-2.1/

You've copied the tag inside itself

Niall

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



Re: Compress 1.1 release?

2010-03-15 Thread Stefan Bodewig
On 2010-03-12, Simon Tyler  wrote:

> The file called Word.xps at:

> http://www.wssdemo.com/XPS/Forms/AllItems.aspx

> exhibits the problem.

COMPRESS-103

> You are entirely correct the entry is STORED so COMPRESS-100 does the
> trick for me.

Well, it will signal an error but not allow you to skip the entry and go
ahead an read the next one since the stream doesn't know how many bytes
to skip.

In order to really solve the problem we'd need to fix COMPRESS-103.
I'll be sitting in trains, planes and airports for quite some time
tomorrow and stand a chance to get this done, but can't promise anything
and wouldn't want to hold up the release for this.

Stefan

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



RE: Spaves vs. tabs (was: [lang] LANG-510)

2010-03-15 Thread Gary Gregory
Absolutely, that was not my intention. Thank you for letting me know.

Gary Gregory
Senior Software Engineer
Seagull Software
email: ggreg...@seagullsoftware.com
email: ggreg...@apache.org
www.seagullsoftware.com 



> -Original Message-
> From: Jörg Schaible [mailto:joerg.schai...@gmx.de]
> Sent: Monday, March 15, 2010 00:10
> To: dev@commons.apache.org
> Subject: OT: Spaves vs. tabs (was: [lang] LANG-510)
> 
> Hi Gary,
> 
> looking at your last commits I can see that a lot of lines have been
> changes
> simply because the lines now start with tabs instead of spaces. Can you
> turn
> off this seeting in your editor please?
> 
> - Jörg
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org



Re: Weird build directories and files

2010-03-15 Thread Mladen Turk

On 03/15/2010 11:41 AM, sebb wrote:


Looks like the bug is:

  http://jira.codehaus.org/browse/MASSEMBLY-462


Workround added in r923160



Thanks, but didn't work cause the rule was quoted.
Removed the quotes around **/*.formatted exclude
and now it works.


Regards
--
^TM

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



[math] Status of MATH-327?

2010-03-15 Thread Dimitri Pourbaix

Hi,

What is the present status of MATH-327?  Phil updated on Saturday, I guess,
to say it will be fixed in 2.2.  However, the present version adresses the
problem of the number of iterations reaching the maximum.  It also improves
(but does not completely solve) the situation mentioned by Luc in January
28: there is still one spurious non zero singular value
(3.547702387229884E-7 which I am going to try to kick out) instead of two.

Dim.

Dimitri Pourbaix *
Institut d'Astronomie et d'Astrophysique *  Don't worry, be happy
CP 226, office 2.N4.211, building NO * and CARPE DIEM.
Universite Libre de Bruxelles*
Boulevard du Triomphe*  Tel : +32-2-650.35.71
 B-1050 Bruxelles*  Fax : +32-2-650.42.26
http://sb9.astro.ulb.ac.be/~pourbaix * mailto:pourb...@astro.ulb.ac.be

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



Re: svn commit: r923285 - in /commons/proper/daemon/trunk: pom.xml src/site/site.xml src/site/xdoc/download_daemon.xml

2010-03-15 Thread Mladen Turk

On 03/15/2010 04:20 PM, nia...@apache.org wrote:

Author: niallp
-http://commons.apache.org/downloads/download_daemon.cgi"/>
+


I'm lost now. What's the correct download page.
I was thinking we'll use the one from commons-build from now on.


Regards
--
^TM

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



Re: [math] Status of MATH-327?

2010-03-15 Thread Phil Steitz
Dimitri Pourbaix wrote:
> Hi,
> 
> What is the present status of MATH-327?  Phil updated on Saturday, I guess,
> to say it will be fixed in 2.2.  However, the present version adresses the
> problem of the number of iterations reaching the maximum.  It also improves
> (but does not completely solve) the situation mentioned by Luc in January
> 28: there is still one spurious non zero singular value
> (3.547702387229884E-7 which I am going to try to kick out) instead of two.
> 
> Dim.

I pushed it to 2.2 because what remained to resolve did not look to
me like a showstopper for 2.1.  I may be missing something, though,
regarding severity.  I am fine getting this into 2.1 if you have a fix.

Phil
> 
> 
> Dimitri Pourbaix *
> Institut d'Astronomie et d'Astrophysique *  Don't worry, be happy
> CP 226, office 2.N4.211, building NO * and CARPE DIEM.
> Universite Libre de Bruxelles*
> Boulevard du Triomphe*  Tel : +32-2-650.35.71
>  B-1050 Bruxelles*  Fax : +32-2-650.42.26
> http://sb9.astro.ulb.ac.be/~pourbaix * mailto:pourb...@astro.ulb.ac.be
> 
> -
> 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: svn commit: r923285 - in /commons/proper/daemon/trunk: pom.xml src/site/site.xml src/site/xdoc/download_daemon.xml

2010-03-15 Thread Niall Pemberton
On Mon, Mar 15, 2010 at 3:34 PM, Mladen Turk  wrote:
> On 03/15/2010 04:20 PM, nia...@apache.org wrote:
>>
>> Author: niallp
>> ->  href="http://commons.apache.org/downloads/download_daemon.cgi"/>
>> +
>
> I'm lost now. What's the correct download page.
> I was thinking we'll use the one from commons-build from now on.

The commons-build is the old Maven-1 site build for commons - this is
replaced by the new Maven-2 one in commons-site. It doesn't have the
download pages for components - it points to the download page on the
component's site - see

http://commons.apache.org/downloads/index.html

So the old commons-build is going away (I hope).

Niall

[1] http://svn.apache.org/viewvc/commons/proper/commons-build/
[2] http://svn.apache.org/viewvc/commons/proper/commons-site/

> Regards
> --
> ^TM

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



Re: svn commit: r923285 - in /commons/proper/daemon/trunk: pom.xml src/site/site.xml src/site/xdoc/download_daemon.xml

2010-03-15 Thread Mladen Turk

On 03/15/2010 04:54 PM, Niall Pemberton wrote:


http://commons.apache.org/downloads/index.html

So the old commons-build is going away (I hope).



OK. So we use again the daemon/download_daemon.cgi, right?
Fine, just wanted to know what to maintain.

Regards
--
^TM

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



Re: svn commit: r923285 - in /commons/proper/daemon/trunk: pom.xml src/site/site.xml src/site/xdoc/download_daemon.xml

2010-03-15 Thread Niall Pemberton
On Mon, Mar 15, 2010 at 4:06 PM, Mladen Turk  wrote:
> On 03/15/2010 04:54 PM, Niall Pemberton wrote:
>>
>> http://commons.apache.org/downloads/index.html
>>
>> So the old commons-build is going away (I hope).
>>
>
> OK. So we use again the daemon/download_daemon.cgi, right?
> Fine, just wanted to know what to maintain.

Yes. We're in the process of switching over to the m2 site at the
moment - well I'm just going ahead and doing it and waiting to see if
anyone objects.

Niall

> Regards
> --
> ^TM
>
> -
> 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: Weird build directories and files

2010-03-15 Thread sebb
On 15/03/2010, Mladen Turk  wrote:
> On 03/15/2010 11:41 AM, sebb wrote:
>
> >
> > >
> > > Looks like the bug is:
> > >
> > >  http://jira.codehaus.org/browse/MASSEMBLY-462
> > >
> >
> > Workround added in r923160
> >
> >
>
>  Thanks, but didn't work cause the rule was quoted.
>  Removed the quotes around **/*.formatted exclude
>  and now it works.

Oops, sorry, I cut and pasted from the JIRA.
I was in a hurry, so did not test.

>
>
>  Regards
>  --
>  ^TM
>
> -
>  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: svn commit: r923160 - /commons/proper/daemon/trunk/src/assembly/native-src.xml

2010-03-15 Thread sebb
On 15/03/2010, Mladen Turk  wrote:
> On 03/15/2010 11:40 AM, s...@apache.org wrote:
>
> > Author: sebb
> > +
> > +"**/*.formatted"
> >
>
>  Seems that this doesn't do a trick.
>  The *.formatted files are still in *-native-src archives.

See other e-mail thread - my mistake, the quotes need to be removed.

>  Is there any way to use previous version of maven.
>  I mean it worked few weeks back.

No need.

>  Regards
>  --
>  ^TM
>

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



[continuum] BUILD SUCCESSFUL: Commons - Commons IO -

2010-03-15 Thread contin...@vmbuild.apache.org
Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=302428&projectId=155

Build statistics:
  State: Ok
  Previous State: Failed
  Started at: Mon 15 Mar 2010 11:56:41 -0700
  Finished at: Mon 15 Mar 2010 11:58:47 -0700
  Total time: 2m 6s
  Build Trigger: Schedule
  Build Number: 123
  Exit code: 0
  Building machine hostname: vmbuild.apache.org
  Operating system : Linux(unknown)
  Java Home version : 
  java version "1.6.0_06"
  Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
  Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)

  Builder version :
  Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
  Java version: 1.6.0_06
  Java home: /usr/lib/jvm/java-6-sun-1.6.0.06/jre
  Default locale: en_US, platform encoding: ANSI_X3.4-1968
  OS name: "linux" version: "2.6.24-23-server" arch: "i386" Family: 
"unix"


SCM Changes:

Changed: niallp @ Mon 15 Mar 2010 10:04:53 -0700
Comment: Update components to point to the new download pages
Files changed:
  /commons/proper/attributes/trunk/site/xdocs/index.xml ( 923339 )
  /commons/proper/attributes/trunk/site/xdocs/navigation.xml ( 923339 )
  /commons/proper/betwixt/trunk/src/site/site.xml ( 923339 )
  /commons/proper/betwixt/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/chain/trunk/src/site/site.xml ( 923339 )
  /commons/proper/cli/trunk/src/site/site.xml ( 923339 )
  /commons/proper/cli/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/collections/trunk/src/site/site.xml ( 923339 )
  /commons/proper/collections/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/configuration/trunk/src/site/site.xml ( 923339 )
  /commons/proper/configuration/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/dbcp/trunk/xdocs/downloads.xml ( 923339 )
  /commons/proper/dbutils/trunk/src/site/site.xml ( 923339 )
  /commons/proper/dbutils/trunk/xdocs/building.xml ( 923339 )
  /commons/proper/discovery/trunk/src/site/site.xml ( 923339 )
  /commons/proper/discovery/trunk/xdocs/building.xml ( 923339 )
  /commons/proper/el/trunk/src/site/site.xml ( 923339 )
  /commons/proper/el/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/email/trunk/src/site/site.xml ( 923339 )
  /commons/proper/email/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/fileupload/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/io/trunk/src/site/site.xml ( 923339 )
  /commons/proper/io/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/jci/trunk/src/site/xdoc/downloads.xml ( 923339 )
  /commons/proper/jelly/trunk/xdocs/navigation.xml ( 923339 )
  /commons/proper/jexl/trunk/xdocs/releases.xml ( 923339 )
  /commons/proper/jxpath/trunk/src/site/site.xml ( 923339 )
  /commons/proper/jxpath/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/lang/trunk/src/site/xdoc/article2_4.xml ( 923339 )
  /commons/proper/launcher/trunk/src/site/site.xml ( 923339 )
  /commons/proper/launcher/trunk/xdocs/building.xml ( 923339 )
  /commons/proper/launcher/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/logging/trunk/src/site/site.xml ( 923339 )
  /commons/proper/logging/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/math/trunk/src/site/xdoc/index.xml ( 923339 )
  /commons/proper/modeler/trunk/src/site/site.xml ( 923339 )
  /commons/proper/modeler/trunk/xdocs/building.xml ( 923339 )
  /commons/proper/modeler/trunk/xdocs/downloads.xml ( 923339 )
  /commons/proper/net/trunk/xdocs/download.xml ( 923339 )
  /commons/proper/primitives/trunk/src/site/site.xml ( 923339 )
  /commons/proper/primitives/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/proxy/trunk/src/site/xdoc/index.xml ( 923339 )
  /commons/proper/transaction/trunk/src/site/site.xml ( 923339 )
  /commons/proper/transaction/trunk/xdocs/releases.xml ( 923339 )
  /commons/proper/validator/trunk/src/site/site.xml ( 923339 )
  /commons/proper/validator/trunk/xdocs/building.xml ( 923339 )
  /commons/proper/validator/trunk/xdocs/index.xml ( 923339 )


Dependencies Changes:

No dependencies changed



Build Definition:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: JDK 6
Description: 


Test Summary:

Tests: 630
Failures: 0
Errors: 0
Success Rate: 100
Total time: 59.526





-

[continuum] BUILD FAILURE: Commons - Commons JCI -

2010-03-15 Thread contin...@vmbuild.apache.org
Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=302429&projectId=142

Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Mon 15 Mar 2010 11:59:00 -0700
  Finished at: Mon 15 Mar 2010 12:04:25 -0700
  Total time: 5m 25s
  Build Trigger: Schedule
  Build Number: 0
  Exit code: 1
  Building machine hostname: vmbuild.apache.org
  Operating system : Linux(unknown)
  Java Home version : 
  java version "1.6.0_06"
  Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
  Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)

  Builder version :
  Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
  Java version: 1.6.0_06
  Java home: /usr/lib/jvm/java-6-sun-1.6.0.06/jre
  Default locale: en_US, platform encoding: ANSI_X3.4-1968
  OS name: "linux" version: "2.6.24-23-server" arch: "i386" Family: 
"unix"


SCM Changes:

Changed: niallp @ Mon 15 Mar 2010 10:04:53 -0700
Comment: Update components to point to the new download pages
Files changed:
  /commons/proper/attributes/trunk/site/xdocs/index.xml ( 923339 )
  /commons/proper/attributes/trunk/site/xdocs/navigation.xml ( 923339 )
  /commons/proper/betwixt/trunk/src/site/site.xml ( 923339 )
  /commons/proper/betwixt/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/chain/trunk/src/site/site.xml ( 923339 )
  /commons/proper/cli/trunk/src/site/site.xml ( 923339 )
  /commons/proper/cli/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/collections/trunk/src/site/site.xml ( 923339 )
  /commons/proper/collections/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/configuration/trunk/src/site/site.xml ( 923339 )
  /commons/proper/configuration/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/dbcp/trunk/xdocs/downloads.xml ( 923339 )
  /commons/proper/dbutils/trunk/src/site/site.xml ( 923339 )
  /commons/proper/dbutils/trunk/xdocs/building.xml ( 923339 )
  /commons/proper/discovery/trunk/src/site/site.xml ( 923339 )
  /commons/proper/discovery/trunk/xdocs/building.xml ( 923339 )
  /commons/proper/el/trunk/src/site/site.xml ( 923339 )
  /commons/proper/el/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/email/trunk/src/site/site.xml ( 923339 )
  /commons/proper/email/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/fileupload/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/io/trunk/src/site/site.xml ( 923339 )
  /commons/proper/io/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/jci/trunk/src/site/xdoc/downloads.xml ( 923339 )
  /commons/proper/jelly/trunk/xdocs/navigation.xml ( 923339 )
  /commons/proper/jexl/trunk/xdocs/releases.xml ( 923339 )
  /commons/proper/jxpath/trunk/src/site/site.xml ( 923339 )
  /commons/proper/jxpath/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/lang/trunk/src/site/xdoc/article2_4.xml ( 923339 )
  /commons/proper/launcher/trunk/src/site/site.xml ( 923339 )
  /commons/proper/launcher/trunk/xdocs/building.xml ( 923339 )
  /commons/proper/launcher/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/logging/trunk/src/site/site.xml ( 923339 )
  /commons/proper/logging/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/math/trunk/src/site/xdoc/index.xml ( 923339 )
  /commons/proper/modeler/trunk/src/site/site.xml ( 923339 )
  /commons/proper/modeler/trunk/xdocs/building.xml ( 923339 )
  /commons/proper/modeler/trunk/xdocs/downloads.xml ( 923339 )
  /commons/proper/net/trunk/xdocs/download.xml ( 923339 )
  /commons/proper/primitives/trunk/src/site/site.xml ( 923339 )
  /commons/proper/primitives/trunk/xdocs/index.xml ( 923339 )
  /commons/proper/proxy/trunk/src/site/xdoc/index.xml ( 923339 )
  /commons/proper/transaction/trunk/src/site/site.xml ( 923339 )
  /commons/proper/transaction/trunk/xdocs/releases.xml ( 923339 )
  /commons/proper/validator/trunk/src/site/site.xml ( 923339 )
  /commons/proper/validator/trunk/xdocs/building.xml ( 923339 )
  /commons/proper/validator/trunk/xdocs/index.xml ( 923339 )


Dependencies Changes:

No dependencies changed



Build Definition:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: JDK 6
Description: 


Test Summary:

Tests: 71
Failures: 5
Errors: 0
Success Rate: 92
Total time: 196.94


Re: [VOTE] Release commons-parent 14

2010-03-15 Thread Siegfried Goeschl

Hi Niall,

did a quick test on commons-exec on Mac OS 10.6 and everything seems okay

+1

Cheers,

Siegfried Goeschl


On 11.03.10 01:04, Niall Pemberton wrote:

Hi,

I'd like to release version 14 of the commons-parent pom to fix the
problems in the last release. The changes are:

1. Downgrade maven-site-plugin to 2.0.1 (MSITE-464)
2. Downgrade maven-javadoc-plugin to 2.5 (MJAVADOC-275)
3. Downgrade maven-bundle-plugin to 1.4.3 (JDK 1.4 compat)
4. Downgrade maven-remote-resources-plugin to 1.1 (JDK 1.4 compat)
5. Move maven-javadoc-plugin  config out of

A full diff of the pom.xml can be found at this address:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?r1=920946&r2=920037&diff_format=h

The version number in the pom will be updated automatically during the
release process.

[ ] +1
[ ] =0
[ ] -1

Vote is open for 72 hours

Niall

-
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: [VOTE] Release commons-parent 14

2010-03-15 Thread Niall Pemberton
On Mon, Mar 15, 2010 at 8:22 PM, Siegfried Goeschl
 wrote:
> Hi Niall,
>
> did a quick test on commons-exec on Mac OS 10.6 and everything seems okay

Great thanks

Niall

> +1
>
> Cheers,
>
> Siegfried Goeschl
>
>
> On 11.03.10 01:04, Niall Pemberton wrote:
>>
>> Hi,
>>
>> I'd like to release version 14 of the commons-parent pom to fix the
>> problems in the last release. The changes are:
>>
>> 1. Downgrade maven-site-plugin to 2.0.1 (MSITE-464)
>> 2. Downgrade maven-javadoc-plugin to 2.5 (MJAVADOC-275)
>> 3. Downgrade maven-bundle-plugin to 1.4.3 (JDK 1.4 compat)
>> 4. Downgrade maven-remote-resources-plugin to 1.1 (JDK 1.4 compat)
>> 5. Move maven-javadoc-plugin  config out of
>>
>> A full diff of the pom.xml can be found at this address:
>>
>> http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?r1=920946&r2=920037&diff_format=h
>>
>> The version number in the pom will be updated automatically during the
>> release process.
>>
>> [ ] +1
>> [ ] =0
>> [ ] -1
>>
>> Vote is open for 72 hours
>>
>> Niall
>>
>> -
>> 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



[RESULT][VOTE] Release commons-parent 14

2010-03-15 Thread Niall Pemberton
This vote has passed with four +1 votes (all binding) from the following people:

Jörg Schaible
Rahul Akolkar
Siegfried Goeschl
Niall Pemberton

Niall

On Thu, Mar 11, 2010 at 12:04 AM, Niall Pemberton
 wrote:
> Hi,
>
> I'd like to release version 14 of the commons-parent pom to fix the
> problems in the last release. The changes are:
>
> 1. Downgrade maven-site-plugin to 2.0.1 (MSITE-464)
> 2. Downgrade maven-javadoc-plugin to 2.5 (MJAVADOC-275)
> 3. Downgrade maven-bundle-plugin to 1.4.3 (JDK 1.4 compat)
> 4. Downgrade maven-remote-resources-plugin to 1.1 (JDK 1.4 compat)
> 5. Move maven-javadoc-plugin  config out of 
>
> A full diff of the pom.xml can be found at this address:
> http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?r1=920946&r2=920037&diff_format=h
>
> The version number in the pom will be updated automatically during the
> release process.
>
> [ ] +1
> [ ] =0
> [ ] -1
>
> Vote is open for 72 hours
>
> Niall
>

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



Re: [RESULT][VOTE] Release commons-parent 14

2010-03-15 Thread sebb
On 15/03/2010, Niall Pemberton  wrote:
> This vote has passed with four +1 votes (all binding) from the following 
> people:
>
>  Jörg Schaible
>  Rahul Akolkar
>  Siegfried Goeschl
>  Niall Pemberton

There have been some essential changes since r920946 - we are now at r923384.
I can't see the point of releasing the former, as it has quite a few problems.

>  Niall
>
>  On Thu, Mar 11, 2010 at 12:04 AM, Niall Pemberton
>
>  wrote:
>
> > Hi,
>  >
>  > I'd like to release version 14 of the commons-parent pom to fix the
>  > problems in the last release. The changes are:
>  >
>  > 1. Downgrade maven-site-plugin to 2.0.1 (MSITE-464)
>  > 2. Downgrade maven-javadoc-plugin to 2.5 (MJAVADOC-275)
>  > 3. Downgrade maven-bundle-plugin to 1.4.3 (JDK 1.4 compat)
>  > 4. Downgrade maven-remote-resources-plugin to 1.1 (JDK 1.4 compat)
>  > 5. Move maven-javadoc-plugin  config out of 
>  >
>  > A full diff of the pom.xml can be found at this address:
>  > 
> http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?r1=920946&r2=920037&diff_format=h
>  >
>  > The version number in the pom will be updated automatically during the
>  > release process.
>  >
>  > [ ] +1
>  > [ ] =0
>  > [ ] -1
>  >
>  > Vote is open for 72 hours
>  >
>  > Niall
>  >
>
>  -
>  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: [RESULT][VOTE] Release commons-parent 14

2010-03-15 Thread Niall Pemberton
On Mon, Mar 15, 2010 at 8:53 PM, sebb  wrote:
> On 15/03/2010, Niall Pemberton  wrote:
>> This vote has passed with four +1 votes (all binding) from the following 
>> people:
>>
>>  Jörg Schaible
>>  Rahul Akolkar
>>  Siegfried Goeschl
>>  Niall Pemberton
>
> There have been some essential changes since r920946 - we are now at r923384.
> I can't see the point of releasing the former, as it has quite a few problems.

Agreed, I'm releasing r923384 - I posted a revised diff for r921843
four days ago - since then there have only been a couple of minor
changes/fixes.

http://markmail.org/message/yo4z5edc56vd7mkb

Niall

>>  Niall
>>
>>  On Thu, Mar 11, 2010 at 12:04 AM, Niall Pemberton
>>
>>  wrote:
>>
>> > Hi,
>>  >
>>  > I'd like to release version 14 of the commons-parent pom to fix the
>>  > problems in the last release. The changes are:
>>  >
>>  > 1. Downgrade maven-site-plugin to 2.0.1 (MSITE-464)
>>  > 2. Downgrade maven-javadoc-plugin to 2.5 (MJAVADOC-275)
>>  > 3. Downgrade maven-bundle-plugin to 1.4.3 (JDK 1.4 compat)
>>  > 4. Downgrade maven-remote-resources-plugin to 1.1 (JDK 1.4 compat)
>>  > 5. Move maven-javadoc-plugin  config out of 
>>  >
>>  > A full diff of the pom.xml can be found at this address:
>>  > 
>> http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?r1=920946&r2=920037&diff_format=h
>>  >
>>  > The version number in the pom will be updated automatically during the
>>  > release process.
>>  >
>>  > [ ] +1
>>  > [ ] =0
>>  > [ ] -1
>>  >
>>  > Vote is open for 72 hours
>>  >
>>  > Niall
>>  >
>>
>>  -
>>  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: [dbcp]: DBCP 1.3 Already closed error

2010-03-15 Thread Paul Gazda
I finally got to the bottom of what was happening with the "already closed" 
error. Because of nested try-catch-finally blocks, I was missing the ultimate 
cause of the error in the stack trace (lesson learned to look more thoroughly 
at a stack trace even if it is very, very long). I put additional debug 
statements in my code and found that the connection was already closed at the 
time that the sql statement was executed, but the error message at the top of 
the stack trace was from the close statement in the finally block. This most 
often happened when the connections sat idle in the pool over night in my test 
environment. It does seem to be a hardware error of some sort. I solved the 
problem by adding testOnBorrow="true" to the resource definition.

We are left with the mystery of why the connections are becoming invalid in the 
pool, but it is infrequent enough that we will just live with it for now. So, I 
support Phil's statement of "My inclination is to leave as is, as either the 
driver is bugged or something bad is going on and I would want to know about it 
if it were my client code."

Thanks, Phil, for all of your help on this.

Paul Gazda


-Original Message-
From: Phil Steitz [mailto:phil.ste...@gmail.com] 
Sent: Wednesday, February 10, 2010 12:56 PM
To: Commons Developers List
Subject: [dbcp]: DBCP 1.3 Already closed error


A little more context on this.  From this trace below, you can see
that what is going on is the exception is thrown by
PoolableConnection.close(), which tests _conn.isClosed() (driver
call) before returning a connection to the pool.  If DBCP thinks the
connection is open - PoolableConnection.isClosed returns false - but
_conn.isClosed() returns true, then an SQLException is thrown, as
this indicates that the underlying JDBC connection was somehow
closed without DBCP knowing about it.

http://issues.apache.org/jira/browse/DBCP-193 gives s clue as to
what may be going on - Oracle 10g drivers will return true for
isClosed after a "End of File communication on CHannel" (ORA-03113)
occurs.

So the question is, do we reopen DBCP-193 and modify the code to
silently dispose of the connection when _conn.isClosed returns true,
or leave as is and force users to catch and handle this.  My
inclination is to leave as is, as either the driver is bugged or
something bad is going on and I would want to know about it if it
were my client code.

Phil
> 
> I'm a newcomer to the dbcp package. We have been trying to stop the 
> "Already closed" errors that occur regularly but not predictably in our 
> uPortal 2.6.1 application. I have compiled DBCP RC6 (the latest I could 
> find in the public repository), and we still get the error:
> 
> Caused by: java.sql.SQLException: Already closed.
> 
> at 
> org.apache.commons.dbcp.PoolableConnection.close(PoolableConnection.java:114)
> 
> at 
> org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.close(PoolingDataSource.java:191)
> 
> at 
> edu.nau.its.sia.servlets.itssServlets.dao.OutageDao.getOutagesByDate(OutageDao.java:538)
> 
> 
> I have found a lot of bug issues related to this general problem, and 
> tried applying the patches in DBCP-23 DBCP233 to 1.2.2, but that also 
> failed to solve the problem. We are using Oracle 10.2.0.4 and tomcat 
> 5.5.27, and the error occurs when a normal connection close statement is 
> executed:  outageConn.close();
> 
> 
> Is this problem fixed in RC7, or could it be some other underlying 
> problem not related to the DBCP code?
> 
> 
> Many thanks.
> 
> 
> Paul Gazda
> 
> 
> 
 Hi Paul,
> 
> 
 The error message may be a little misleading, but what is going on
> 
 here is that the *underlying physical connection* has been closed
> 
 when an attempt is made to return the connection handle to the pool.
> 
 The bugs that you mention - which were fixed in DBCP 1.3/1.4 -
> 
 addressed the problem that it was not previously possible to return
> 
 a connection handle to the pool twice in sequence (i.e., to execute
> 
 close twice on the same connection handle).
> 
> 
 When a connection handle (PoolableConnection) is returned to the
> 
 pool, the pool first checks to see if the underlying physical
> 
 connection has been closed.  It uses Connection.isClosed() to check
> 
 that.  (I vaguely recall some reports of some Oracle drivers not
> 
 reporting this correctly in certain situations.)  If the underlying
> 
 connection has been closed, an exception is thrown, as we don't want
> 
 to return a handle to a closed physical connection to the pool.
> 
> 
 Do you allow access to the underlying connection in your code and do
> 
 you manipulate - and possibly close - it anywhere?
> 
> 
 Is there some other process that can be closing physical connections
> 
 owned by the pool?  Do you see anything in the database logs?
> 
>

Re: [all] Replace Commons Site m1 build with m2 version

2010-03-15 Thread Niall Pemberton
On Sun, Mar 14, 2010 at 1:19 AM, sebb  wrote:
> On 14/03/2010, Niall Pemberton  wrote:
>> I believe the new m2 site is at least as good as the old one - so I've
>>  deployed it to http://commons.apache.org/ - if there are any problems
>>  or anyone objects, we can always revert back to the old m1 site.
>
> The ApacheCon logo ought to be removed, as it is rather out of date...
>
> I don't think there is a new one yet.

I asked on the ConCom list and they just sent through ApacheCon logos
for Atlanta 2010 - should appear after the next sync.

Niall

>>  One of the main changes is that the releases page now points to the
>>  download page on each component's site:
>>
>>  http://commons.apache.org/downloads/index.html
>>
>>  If people are happy to keep this new m2 site, then we need to change
>>  the download links on components where they still point to the old
>>  pages. Also probably would be a good idea to redirect from the old
>>  pages to the new ones.
>>
>>  Niall
>>
>>
>>  On Fri, Mar 12, 2010 at 1:25 AM, Niall Pemberton
>>
>>  wrote:
>>
>> > I have created a m2 site for Commons[1][2] as (hopefully) a
>>  > replacement for the m1 site[3] that we currently have - you can see it
>>  > here:
>>  >    http://people.apache.org/~niallp/commons/
>>  >
>>  > IMO its a PITA to have to switch to m1 to build the commons site and
>>  > its time to move to m2.
>>  >
>>  >  * The new releases page[4] points to the download pages on the
>>  > components' sites (removing the need for the current XSLT ant task to
>>  > generate the downloads)
>>  >  * I've put PMC members in the pom - so we have a page showing them[5]
>>  >
>>  > Feel free to jump in and correct/improve anything.
>>  >
>>  > Opinions/feedback on switching from the old m1 site to this m2 site
>>  > would be welcome. If anyone objects please shout or I'll assume people
>>  > are OK with this.
>>  >
>>  > Niall
>>  >
>>  > [1] http://svn.apache.org/viewvc?view=revision&revision=922094
>>  > [2] http://svn.apache.org/viewvc/commons/proper/commons-site/
>>  > [3] http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/
>>  > [4] http://people.apache.org/~niallp/commons/downloads/index.html
>>  > [5] http://people.apache.org/~niallp/commons/team-list.html
>>  >
>>
>>  -
>>  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



[all] Download Pages

2010-03-15 Thread Niall Pemberton
I have removed all the old download pages in
http://commons.apache.org/downloads and put a re-direct to the
component's download page (e.g.
http://commons.apache.org/downloads/download_beanutils.cgi redirects
to http://commons.apache.org/beanutils/download_beanutils.cgi)

The releases page now points to those new dowload pages:
http://commons.apache.org/downloads/

Also I updated all component sites (haven't redeployed) to change the
links to the new locations:
   http://svn.apache.org/viewvc?view=revision&revision=923339

So the old dowloads that were part of the Main Commons site are now
redundant and no longer need to be updated for a release.

For instructions on re-generating a component's download page in
preparation for a release - see here:

http://commons.apache.org/commons-build-plugin/download-page.html

Niall

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



[VOTE] Release commons-sandbox-parent 8

2010-03-15 Thread Niall Pemberton
Hi,

I'd like to release version 8 of the commons-sandbox-parent pom.

The following link shows the changes since the last release

http://svn.apache.org/viewvc/commons/proper/commons-sandbox-parent/trunk/pom.xml?r1=678516&r2=923495&diff_format=h

[ ] +1
[ ] =0
[ ] -1

Vote is open for 72 hours

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



[continuum] BUILD FAILURE: Commons - Commons IO -

2010-03-15 Thread contin...@vmbuild.apache.org
Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=302643&projectId=155

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Mon 15 Mar 2010 19:11:58 -0700
  Finished at: Mon 15 Mar 2010 19:16:00 -0700
  Total time: 4m 1s
  Build Trigger: Schedule
  Build Number: 123
  Exit code: 1
  Building machine hostname: vmbuild.apache.org
  Operating system : Linux(unknown)
  Java Home version : 
  java version "1.6.0_06"
  Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
  Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)

  Builder version :
  Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
  Java version: 1.6.0_06
  Java home: /usr/lib/jvm/java-6-sun-1.6.0.06/jre
  Default locale: en_US, platform encoding: ANSI_X3.4-1968
  OS name: "linux" version: "2.6.24-23-server" arch: "i386" Family: 
"unix"


SCM Changes:

Changed: niallp @ Mon 15 Mar 2010 16:10:18 -0700
Comment: Upgrade to commons-parent-14 (and maven-javadoc-plugin 2.5 when 
specified)
Files changed:
  /commons/proper/beanutils/trunk/pom.xml ( 923495 )
  /commons/proper/betwixt/trunk/pom.xml ( 923495 )
  /commons/proper/chain/trunk/pom.xml ( 923495 )
  /commons/proper/cli/trunk/pom.xml ( 923495 )
  /commons/proper/codec/trunk/pom.xml ( 923495 )
  /commons/proper/collections/trunk/pom.xml ( 923495 )
  /commons/proper/commons-build-plugin/trunk/pom.xml ( 923495 )
  /commons/proper/commons-sandbox-parent/trunk/pom.xml ( 923495 )
  /commons/proper/commons-skin/trunk/pom.xml ( 923495 )
  /commons/proper/compress/trunk/pom.xml ( 923495 )
  /commons/proper/configuration/trunk/pom.xml ( 923495 )
  /commons/proper/daemon/trunk/pom.xml ( 923495 )
  /commons/proper/dbcp/trunk/pom-1.3.xml ( 923495 )
  /commons/proper/dbcp/trunk/pom.xml ( 923495 )
  /commons/proper/dbutils/trunk/pom.xml ( 923495 )
  /commons/proper/digester/trunk/pom.xml ( 923495 )
  /commons/proper/discovery/trunk/pom.xml ( 923495 )
  /commons/proper/el/trunk/pom.xml ( 923495 )
  /commons/proper/email/trunk/pom.xml ( 923495 )
  /commons/proper/exec/trunk/pom.xml ( 923495 )
  /commons/proper/fileupload/trunk/pom.xml ( 923495 )
  /commons/proper/io/trunk/pom.xml ( 923495 )
  /commons/proper/jci/trunk/pom.xml ( 923495 )
  /commons/proper/jexl/trunk/jexl2-compat/pom.xml ( 923495 )
  /commons/proper/jexl/trunk/pom.xml ( 923495 )
  /commons/proper/jxpath/trunk/pom.xml ( 923495 )
  /commons/proper/lang/trunk/pom.xml ( 923495 )
  /commons/proper/launcher/trunk/pom.xml ( 923495 )
  /commons/proper/logging/trunk/pom.xml ( 923495 )
  /commons/proper/math/trunk/pom.xml ( 923495 )
  /commons/proper/modeler/trunk/pom.xml ( 923495 )
  /commons/proper/net/trunk/pom.xml ( 923495 )
  /commons/proper/pool/trunk/pom.xml ( 923495 )
  /commons/proper/primitives/trunk/pom.xml ( 923495 )
  /commons/proper/proxy/trunk/pom.xml ( 923495 )
  /commons/proper/sanselan/trunk/pom.xml ( 923495 )
  /commons/proper/scxml/trunk/pom.xml ( 923495 )
  /commons/proper/transaction/trunk/pom.xml ( 923495 )
  /commons/proper/validator/trunk/pom.xml ( 923495 )
  /commons/proper/vfs/trunk/pom.xml ( 923495 )


Dependencies Changes:

No dependencies changed



Build Definition:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: JDK 6
Description: 


Test Summary:

Tests: 630
Failures: 1
Errors: 0
Success Rate: 99
Total time: 115.96998


Test Failures:


FilesystemObserverTestCase
testFileDelete :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: F[0 0 0 0 0 1]: No. of directories 
changed expected:<1> but was:<0>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:283)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:195)
at 
org.apache.commons.io.monitor.FilesystemObserverTestCase.checkCollectionSizes(FilesystemObserverTestCase.java:426)
at 
org.apache.commons.io.monitor.FilesystemObserverTestCase.testFileDelete(FilesystemObserverTestCase.java:33

[continuum] BUILD FAILURE: Commons - Commons JCI -

2010-03-15 Thread contin...@vmbuild.apache.org
Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=302644&projectId=142

Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Mon 15 Mar 2010 19:16:20 -0700
  Finished at: Mon 15 Mar 2010 19:21:08 -0700
  Total time: 4m 47s
  Build Trigger: Schedule
  Build Number: 0
  Exit code: 1
  Building machine hostname: vmbuild.apache.org
  Operating system : Linux(unknown)
  Java Home version : 
  java version "1.6.0_06"
  Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
  Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)

  Builder version :
  Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
  Java version: 1.6.0_06
  Java home: /usr/lib/jvm/java-6-sun-1.6.0.06/jre
  Default locale: en_US, platform encoding: ANSI_X3.4-1968
  OS name: "linux" version: "2.6.24-23-server" arch: "i386" Family: 
"unix"


SCM Changes:

Changed: niallp @ Mon 15 Mar 2010 16:10:18 -0700
Comment: Upgrade to commons-parent-14 (and maven-javadoc-plugin 2.5 when 
specified)
Files changed:
  /commons/proper/beanutils/trunk/pom.xml ( 923495 )
  /commons/proper/betwixt/trunk/pom.xml ( 923495 )
  /commons/proper/chain/trunk/pom.xml ( 923495 )
  /commons/proper/cli/trunk/pom.xml ( 923495 )
  /commons/proper/codec/trunk/pom.xml ( 923495 )
  /commons/proper/collections/trunk/pom.xml ( 923495 )
  /commons/proper/commons-build-plugin/trunk/pom.xml ( 923495 )
  /commons/proper/commons-sandbox-parent/trunk/pom.xml ( 923495 )
  /commons/proper/commons-skin/trunk/pom.xml ( 923495 )
  /commons/proper/compress/trunk/pom.xml ( 923495 )
  /commons/proper/configuration/trunk/pom.xml ( 923495 )
  /commons/proper/daemon/trunk/pom.xml ( 923495 )
  /commons/proper/dbcp/trunk/pom-1.3.xml ( 923495 )
  /commons/proper/dbcp/trunk/pom.xml ( 923495 )
  /commons/proper/dbutils/trunk/pom.xml ( 923495 )
  /commons/proper/digester/trunk/pom.xml ( 923495 )
  /commons/proper/discovery/trunk/pom.xml ( 923495 )
  /commons/proper/el/trunk/pom.xml ( 923495 )
  /commons/proper/email/trunk/pom.xml ( 923495 )
  /commons/proper/exec/trunk/pom.xml ( 923495 )
  /commons/proper/fileupload/trunk/pom.xml ( 923495 )
  /commons/proper/io/trunk/pom.xml ( 923495 )
  /commons/proper/jci/trunk/pom.xml ( 923495 )
  /commons/proper/jexl/trunk/jexl2-compat/pom.xml ( 923495 )
  /commons/proper/jexl/trunk/pom.xml ( 923495 )
  /commons/proper/jxpath/trunk/pom.xml ( 923495 )
  /commons/proper/lang/trunk/pom.xml ( 923495 )
  /commons/proper/launcher/trunk/pom.xml ( 923495 )
  /commons/proper/logging/trunk/pom.xml ( 923495 )
  /commons/proper/math/trunk/pom.xml ( 923495 )
  /commons/proper/modeler/trunk/pom.xml ( 923495 )
  /commons/proper/net/trunk/pom.xml ( 923495 )
  /commons/proper/pool/trunk/pom.xml ( 923495 )
  /commons/proper/primitives/trunk/pom.xml ( 923495 )
  /commons/proper/proxy/trunk/pom.xml ( 923495 )
  /commons/proper/sanselan/trunk/pom.xml ( 923495 )
  /commons/proper/scxml/trunk/pom.xml ( 923495 )
  /commons/proper/transaction/trunk/pom.xml ( 923495 )
  /commons/proper/validator/trunk/pom.xml ( 923495 )
  /commons/proper/vfs/trunk/pom.xml ( 923495 )


Dependencies Changes:

No dependencies changed



Build Definition:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: JDK 6
Description: 


Test Summary:

Tests: 71
Failures: 5
Errors: 0
Success Rate: 92
Total time: 173.40399


Test Failures:


JavacJavaCompilerTestCase
testSimpleCompile :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Failure executing javac, but could not 
parse the error: javac: file not found: jci/Simple.java
Usage: javac 
use -help for a list of possible options
,  expected:<0> but was:<1>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:280)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:198)
at 
org.apache.commons.jci.compilers.AbstractCompilerTestCase.testSimpleCompile(AbstractCompilerTestCase.java:80)
a

Re: [VOTE] Release commons-sandbox-parent 8

2010-03-15 Thread Rahul Akolkar
+1

-Rahul


On Mon, Mar 15, 2010 at 8:15 PM, Niall Pemberton
 wrote:
> Hi,
>
> I'd like to release version 8 of the commons-sandbox-parent pom.
>
> The following link shows the changes since the last release
>
> http://svn.apache.org/viewvc/commons/proper/commons-sandbox-parent/trunk/pom.xml?r1=678516&r2=923495&diff_format=h
>
> [ ] +1
> [ ] =0
> [ ] -1
>
> Vote is open for 72 hours
>

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