Re: svn commit: r644319 - /commons/sandbox/functor/trunk/build.xml

2008-04-03 Thread Matt Benson
--- sebb <[EMAIL PROTECTED]> wrote: > On 03/04/2008, Matt Benson <[EMAIL PROTECTED]> > wrote: > > > > --- sebb <[EMAIL PROTECTED]> wrote: > > > > > > > On 03/04/2008, Matt Benson > <[EMAIL PROTECTED]> > > > wrote: > > > > > > > > --- Stefan Bodewig <[EMAIL PROTECTED]> > wrote: > > > > > >

Re: svn commit: r644319 - /commons/sandbox/functor/trunk/build.xml

2008-04-03 Thread sebb
On 03/04/2008, Matt Benson <[EMAIL PROTECTED]> wrote: > > --- sebb <[EMAIL PROTECTED]> wrote: > > > > On 03/04/2008, Matt Benson <[EMAIL PROTECTED]> > > wrote: > > > > > > --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > > > > > > On Thu, 03 Apr 2008, <[EMAIL PROTECTED]> > > wrote: > > >

[IO-162] add Xml(Stream)Reader/Writer from ROME

2008-04-03 Thread Hervé Boutemy
Hi, XmlReader is a class written by Alejandro Abdelnur in the ROME project (http://rome.dev.java.net) to detect encoding from a stream containing an XML document. It has been integrated into Maven 2.0.8, via XmlStreamReader in plexus-utils, and I added XmlStreamWriter. commons-io seems the rig

Re: [all] Commons parent and other POMs

2008-04-03 Thread Dennis Lundberg
sebb wrote: POM files are XML, right? Yes So they ought to start with the following, no? (possibly with no or different encoding) Yes. Note that there is a bug [1] with regards to pom files and encoding, when using the release plugin. It has been solved and the fix will be included in t

Re: [functor] checkstyle

2008-04-03 Thread James Carman
On Thu, Apr 3, 2008 at 2:37 PM, sebb <[EMAIL PROTECTED]> wrote: > > Wow, you -are- a weirdo. ;) I prefer end-of-line > > myself, though admittedly one thing that > > (irrationally) motivates many of my Java coding > > preferences is raw file size. Objectively speaking I > > still get th

Re: [functor] checkstyle

2008-04-03 Thread sebb
On 03/04/2008, Matt Benson <[EMAIL PROTECTED]> wrote: > > --- James Carman <[EMAIL PROTECTED]> wrote: > > > On Thu, Apr 3, 2008 at 1:44 PM, sebb > > <[EMAIL PROTECTED]> wrote: > > > On 03/04/2008, Matt Benson <[EMAIL PROTECTED]> > > wrote: > > > > I added checkstyle with a clone from Lang, >

Re: [functor] checkstyle

2008-04-03 Thread Matt Benson
--- sebb <[EMAIL PROTECTED]> wrote: > On 03/04/2008, Matt Benson <[EMAIL PROTECTED]> > wrote: > > I added checkstyle with a clone from Lang, which > is > > pretty permissive. It'd be nice since the > project is > > being revived with all new blood, as it were, if > we > > could agree on a sty

Re: [functor] checkstyle

2008-04-03 Thread Matt Benson
--- James Carman <[EMAIL PROTECTED]> wrote: > On Thu, Apr 3, 2008 at 1:44 PM, sebb > <[EMAIL PROTECTED]> wrote: > > On 03/04/2008, Matt Benson <[EMAIL PROTECTED]> > wrote: > > > I added checkstyle with a clone from Lang, > which is > > > pretty permissive. It'd be nice since the > project is

Re: [functor] checkstyle

2008-04-03 Thread James Carman
On Thu, Apr 3, 2008 at 1:44 PM, sebb <[EMAIL PROTECTED]> wrote: > On 03/04/2008, Matt Benson <[EMAIL PROTECTED]> wrote: > > I added checkstyle with a clone from Lang, which is > > pretty permissive. It'd be nice since the project is > > being revived with all new blood, as it were, if we > >

Re: [functor] checkstyle

2008-04-03 Thread sebb
On 03/04/2008, Matt Benson <[EMAIL PROTECTED]> wrote: > I added checkstyle with a clone from Lang, which is > pretty permissive. It'd be nice since the project is > being revived with all new blood, as it were, if we > could agree on a style that might be a little less > idiosyncratic (IMO any

[functor] checkstyle

2008-04-03 Thread Matt Benson
I added checkstyle with a clone from Lang, which is pretty permissive. It'd be nice since the project is being revived with all new blood, as it were, if we could agree on a style that might be a little less idiosyncratic (IMO anyway) than the current codebase. I propose the following changes, at

Re: nightly builds?

2008-04-03 Thread Rahul Akolkar
On 4/3/08, Gary Gregory <[EMAIL PROTECTED]> wrote: > Hello All: > > I am looking for a Commons Lang nightly build here: > http://people.apache.org/builds/commons/nightly/commons-lang/ > as referenced from: > http://commons.apache.org/ > under "Where do I get nightly snapshots?" > > There are

nightly builds?

2008-04-03 Thread Gary Gregory
Hello All: I am looking for a Commons Lang nightly build here: http://people.apache.org/builds/commons/nightly/commons-lang/ as referenced from: http://commons.apache.org/ under "Where do I get nightly snapshots?" There are only 2007 builds. Is this broken or are there no nightly builds? Thank

Re: svn commit: r644319 - /commons/sandbox/functor/trunk/build.xml

2008-04-03 Thread Matt Benson
--- sebb <[EMAIL PROTECTED]> wrote: > On 03/04/2008, Matt Benson <[EMAIL PROTECTED]> > wrote: > > > > --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > > > > On Thu, 03 Apr 2008, <[EMAIL PROTECTED]> > wrote: > > > > > > > + > > classname="w3c.dom.Node" /> > > > > > > I think you mean org

Re: svn commit: r644319 - /commons/sandbox/functor/trunk/build.xml

2008-04-03 Thread sebb
On 03/04/2008, Matt Benson <[EMAIL PROTECTED]> wrote: > > --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > > On Thu, 03 Apr 2008, <[EMAIL PROTECTED]> wrote: > > > > > +> classname="w3c.dom.Node" /> > > > > I think you mean org.w3c.dom.Node (missing "org."). > > > Yeah, that and a little

Re: svn commit: r644319 - /commons/sandbox/functor/trunk/build.xml

2008-04-03 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Thu, 03 Apr 2008, <[EMAIL PROTECTED]> wrote: > > > + classname="w3c.dom.Node" /> > > I think you mean org.w3c.dom.Node (missing "org."). Yeah, that and a little more BS. I've almost got it now... but thanks! :) -Matt > > Stefan > > ---

Re: svn commit: r644319 - /commons/sandbox/functor/trunk/build.xml

2008-04-03 Thread Stefan Bodewig
On Thu, 03 Apr 2008, <[EMAIL PROTECTED]> wrote: > + I think you mean org.w3c.dom.Node (missing "org."). Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svn commit: r644319 - /commons/sandbox/functor/trunk/build.xml

2008-04-03 Thread Matt Benson
--- sebb <[EMAIL PROTECTED]> wrote: > That seems to have fixed the formatter type="xml" > error on 1.3.1. > > However, the report phase now does not run, even on > Java 1.4.2 with Ant 1.7.0 Even after adding Xalan to the mix? :| -Matt > > On 03/04/2008, [EMAIL PROTECTED] > <[EMAIL PROTECTED

Re: svn commit: r644319 - /commons/sandbox/functor/trunk/build.xml

2008-04-03 Thread sebb
That seems to have fixed the formatter type="xml" error on 1.3.1. However, the report phase now does not run, even on Java 1.4.2 with Ant 1.7.0 On 03/04/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: mbenson > Date: Thu Apr 3 06:58:44 2008 > New Revision: 644319 > > URL: http://

Re: svn commit: r644093 - /commons/sandbox/functor/trunk/build.xml

2008-04-03 Thread sebb
On 03/04/2008, Matt Benson <[EMAIL PROTECTED]> wrote: > > --- sebb <[EMAIL PROTECTED]> wrote: > > > > Removing > > > > > > > > allows the test to run, but then the report fails > > with: > > > > > javax.xml.transform.TransformerFactoryConfigurationError: > > Provider > > org.a

Re: svn commit: r644093 - /commons/sandbox/functor/trunk/build.xml

2008-04-03 Thread Matt Benson
--- sebb <[EMAIL PROTECTED]> wrote: > Removing > > > > allows the test to run, but then the report fails > with: > > javax.xml.transform.TransformerFactoryConfigurationError: > Provider > org.apache.xalan.processor.TransformerFactoryImpl > not found When I read this last night, I w

[continuum] BUILD ERROR: Commons CLI

2008-04-03 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=72694&projectId=158 Build statistics: State: Error Previous State: Ok Started at: Thu 3 Apr 2008 00:53:04 -0700 Finished at: Thu 3 Apr 2008 00:53:22 -0700 Total time: 18s Build Trigger: Schedule Build Number: 0

[continuum] BUILD ERROR: Commons CLI

2008-04-03 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=72694&projectId=158 Build statistics: State: Error Previous State: Ok Started at: Thu 3 Apr 2008 00:53:04 -0700 Finished at: Thu 3 Apr 2008 00:53:22 -0700 Total time: 18s Build Trigger: Schedule Build Number: 0

[continuum] BUILD FAILURE: Commons BeanUtils

2008-04-03 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=72693&projectId=156 Build statistics: State: Failed Previous State: Failed Started at: Thu 3 Apr 2008 00:49:50 -0700 Finished at: Thu 3 Apr 2008 00:52:40 -0700 Total time: 2m 49s Build Trigger: Schedule Build N

[continuum] BUILD FAILURE: Commons BeanUtils

2008-04-03 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=72693&projectId=156 Build statistics: State: Failed Previous State: Failed Started at: Thu 3 Apr 2008 00:49:50 -0700 Finished at: Thu 3 Apr 2008 00:52:40 -0700 Total time: 2m 49s Build Trigger: Schedule Build N