Re: svn commit: r651074 - in /commons/sandbox/nabla/trunk/src/site/xdoc: index.xml internals.xml usage.xml

2008-04-25 Thread Phil Steitz
On Fri, Apr 25, 2008 at 2:21 PM, Luc Maisonobe <[EMAIL PROTECTED]> wrote: > Phil Steitz a écrit : > > > > > On Wed, Apr 23, 2008 at 2:37 PM, <[EMAIL PROTECTED]> wrote: > > > > > Author: luc > > > Date: Wed Apr 23 14:37:08 2008 > > > New Revision: 651074 > > > > > > URL: http://svn.apache.org/vi

Re: I've ported CLI to C#, next steps?

2008-04-25 Thread Schley Andrew Kutz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In C# you cannot reference a static method, field, or property accessor from an instance reference (static or otherwise), hence the following code is illegal: Option timeLimit = OptionBuilder .withLongOpt("limit") .hasArg()

Re: [BeanUtils] 1.8.0 RC1 available for review

2008-04-25 Thread Phil Steitz
Ant, m1, m2 builds are all run fine for me (Sun Linux 1.5). Clirr looks fine modulo beta-compatability issue, which was agreed to. Here are a few comments: 1) build.properties.sample specifies commons-logging 1.1; while the m1 and m2 poms specifiy 1.0.4. These should be the same. 2) Are the st

Re: I've ported CLI to C#, next steps?

2008-04-25 Thread Schley Andrew Kutz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Damn Java and its allowing you to access a static method from an instance reference!!! The with... methods in OptionBuilder have lost their elegance... - -- - -a "condensing fact from the vapor of nuance" gpg pubkey: http://www.lostcre

Re: svn commit: r651074 - in /commons/sandbox/nabla/trunk/src/site/xdoc: index.xml internals.xml usage.xml

2008-04-25 Thread Luc Maisonobe
Phil Steitz a écrit : On Wed, Apr 23, 2008 at 2:37 PM, <[EMAIL PROTECTED]> wrote: Author: luc Date: Wed Apr 23 14:37:08 2008 New Revision: 651074 URL: http://svn.apache.org/viewvc?rev=651074&view=rev Log: improved documentation the developers-oriented documentation has been started Tha

Re: [VOTE] Release JXPath 1.3 based on RC1

2008-04-25 Thread Matt Benson
--- Emmanuel Bourg <[EMAIL PROTECTED]> wrote: > Matt Benson a écrit : > > --- Emmanuel Bourg <[EMAIL PROTECTED]> wrote: > > > >> The javadoc is not linked to the externals > javadocs > >> (Java, JDOM, > >> BeanUtils, JEE) > > > > Is that a -1, or just an "ugh"? :) > > It's up to you :) I fee

Re: [VOTE] Release JXPath 1.3 based on RC1

2008-04-25 Thread Emmanuel Bourg
Matt Benson a écrit : --- Emmanuel Bourg <[EMAIL PROTECTED]> wrote: The javadoc is not linked to the externals javadocs (Java, JDOM, BeanUtils, JEE) Is that a -1, or just an "ugh"? :) It's up to you :) I feel it's important to have a javadoc that is pleasant to read, seeing fully qualifi

Re: [VOTE] Release JXPath 1.3 based on RC1

2008-04-25 Thread Matt Benson
--- Emmanuel Bourg <[EMAIL PROTECTED]> wrote: > The javadoc is not linked to the externals javadocs > (Java, JDOM, > BeanUtils, JEE) Is that a -1, or just an "ugh"? :) -Matt > > Emmanuel Bourg > > > > Matt Benson a écrit : > > At long last JXPath is ready for its indescribably > > overdu

Re: [VOTE] Release JXPath 1.3 based on RC1

2008-04-25 Thread Oliver Heger
Artifacts look good, build works in all variants on JDK 1.6. I tested the new 1.3 jar with configuration and all tests succeeded. So +1 from me. Some minor remarks: - When building with ant the resulting jar does not contain license and notice. But I think, this is not a problem because ant is

[Commons Wiki] Trivial Update of "CLI" by Andrew Kutz

2008-04-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by Andrew Kutz: http://wiki.apache.org/commons/CLI -- == Release 1.

Re: I've ported CLI to C#, next steps?

2008-04-25 Thread Schley Andrew Kutz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'll change the license as soon as I get done creating unit tests. Two files down, blarg to go. The WIKI was updated with links to the code. - -- - -a "condensing fact from the vapor of nuance" gpg pubkey: http://www.lostcreations.com/~a

Re: I've ported CLI to C#, next steps?

2008-04-25 Thread Henri Yandell
On Thu, Apr 24, 2008 at 10:48 AM, Schley Andrew Kutz <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi. I've ported version 1.1 of the CLI library to Microsoft .NET 2.0 using > C#. My reasons are not selfless -- I simply needed a good command line > argument pars

Re: How to create a Java object if the xml element is in wrong place?

2008-04-25 Thread Simone Gianni
Probably I'm saying something stupid, but can't you just pass your input XML in an XSLT and transform it to a form suitable to your needs? If you just need to move blocks of XML from outside to inside other blocks it should not be difficult. Simone Robert Lee wrote: > I am parsing an xml file to

RE: [jxpath] status questions WAS [VOTE] Release JXPath 1.3 based on RC1

2008-04-25 Thread Matt Benson
--- Matt Benson <[EMAIL PROTECTED]> wrote: > > --- Adam Retter <[EMAIL PROTECTED]> wrote: > > > I was wondering if this project is still active? I > > have posted to the > > mailing list twice now and received no response? > > Hi, Adam. JXPath is in "maintenance mode." To be more specific, "

Re: [VOTE] Release JXPath 1.3 based on RC1

2008-04-25 Thread Matt Benson
--- Adam Retter <[EMAIL PROTECTED]> wrote: > I was wondering if this project is still active? I > have posted to the > mailing list twice now and received no response? Hi, Adam. JXPath is in "maintenance mode." I will try to make an intelligent response to your earlier post. -Matt > > Thank

[EMAIL PROTECTED]: Project commons-primitives (in module apache-commons) failed

2008-04-25 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 [EMAIL PROTECTED] Project commons-primitives has an issue affecting its community integration. This issue a

[Commons Wiki] Trivial Update of "CLI" by Andrew Kutz

2008-04-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by Andrew Kutz: http://wiki.apache.org/commons/CLI -- == Release 1.

[EMAIL PROTECTED]: Project commons-graph (in module commons-dormant) failed

2008-04-25 Thread commons-graph development
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 [EMAIL PROTECTED] Project commons-graph has an issue affecting its community integration. This issue affect

[EMAIL PROTECTED]: Project commons-jux (in module commons-dormant) failed

2008-04-25 Thread commons-jux development team
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 [EMAIL PROTECTED] Project commons-jux has an issue affecting its community integration. This issue affects

Re: I've ported CLI to C#, next steps?

2008-04-25 Thread Schley Andrew Kutz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Not yet. I am going to integrate those into the VisualStudio's 2008 unit test framework. Thanks for reminding me! I ported the library for simple test cases actually. I am writing a book where my code examples are in C#, Java, Perl, and PowerShe

[Commons Wiki] Update of "CLI" by Andrew Kutz

2008-04-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by Andrew Kutz: http://wiki.apache.org/commons/CLI -- = News

[continuum] BUILD SUCCESSFUL: Commons IO

2008-04-25 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=80486&projectId=155 Build statistics: State: Ok Previous State: Failed Started at: Fri 25 Apr 2008 04:50:31 -0700 Finished at: Fri 25 Apr 2008 04:51:34 -0700 Total time: 1m 2s Build Trigger: Schedule Build Numb

Re: I've ported CLI to C#, next steps?

2008-04-25 Thread Emmanuel Bourg
Did you port the test cases too ? That might be useful to ensure that it is equivalent to Commons CLI. Emmanuel Bourg Schley Andrew Kutz a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 FYI - I've uploaded the code to my site at http://code.lostcreations.com/browser/trunk/lib/cshar

RE: GSoC application

2008-04-25 Thread Oberhuber, Martin
Just in case you folks have not noticed... Google has some swag (T-shirts and the like) for those Students who have not been accepted but decide to do Their project anyways. I just read this on IRC but I'm not sure what the process Is for receiving the swag. Cheers, -- Martin Oberhuber, Senior M

[continuum] BUILD FAILURE: Commons Codec

2008-04-25 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=80485&projectId=159 Build statistics: State: Failed Previous State: Failed Started at: Fri 25 Apr 2008 04:47:22 -0700 Finished at: Fri 25 Apr 2008 04:47:47 -0700 Total time: 25s Build Trigger: Schedule Build Nu

[continuum] BUILD FAILURE: Commons Codec

2008-04-25 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=80485&projectId=159 Build statistics: State: Failed Previous State: Failed Started at: Fri 25 Apr 2008 04:47:22 -0700 Finished at: Fri 25 Apr 2008 04:47:47 -0700 Total time: 25s Build Trigger: Schedule Build Nu

[continuum] BUILD SUCCESSFUL: Commons CLI

2008-04-25 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=80484&projectId=158 Build statistics: State: Ok Previous State: Error Started at: Fri 25 Apr 2008 04:45:35 -0700 Finished at: Fri 25 Apr 2008 04:46:05 -0700 Total time: 30s Build Trigger: Schedule Build Number:

Re: I've ported CLI to C#, next steps?

2008-04-25 Thread Schley Andrew Kutz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 FYI - I've uploaded the code to my site at http://code.lostcreations.com/browser/trunk/lib/csharp/CLI . - -- - -a "condensing fact from the vapor of nuance" gpg pubkey: http://www.lostcreations.com/~akutz/akutz.gpg lostcreations ca: http

[continuum] BUILD SUCCESSFUL: Commons Exec (Sandbox)

2008-04-25 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=80459&projectId=178 Build statistics: State: Ok Previous State: Error Started at: Fri 25 Apr 2008 03:13:38 -0700 Finished at: Fri 25 Apr 2008 03:14:53 -0700 Total time: 1m 14s Build Trigger: Schedule Build Numb

[EMAIL PROTECTED]: Project commons-compress (in module commons-sandbox) failed

2008-04-25 Thread commons-compress development
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 [EMAIL PROTECTED] Project commons-compress has an issue affecting its community integration. This issue aff

Re: Problems with Continuum VMBuild Server

2008-04-25 Thread Brett Porter
2008/4/25 Siegfried Goeschl <[EMAIL PROTECTED]>: > Hi Brett, > > probably a stupid question no such thing :) > - how do I do that? > Go to the project page: http://vmbuild.apache.org/continuum/projectView.action?projectId=178 Click "add" a build definition. The best combination would be the "n

Re: Problems with Continuum VMBuild Server

2008-04-25 Thread Siegfried Goeschl
Hi Brett, probably a stupid question - how do I do that? Siegfried Goeschl Brett Porter wrote: I've deleted the working copy so it should work next build. You should be able to do this yourself in future by changing the build definition to get a fresh copy temporarily. Cheers, Brett 2008/4/

Re: Problems with Continuum VMBuild Server

2008-04-25 Thread Brett Porter
I've deleted the working copy so it should work next build. You should be able to do this yourself in future by changing the build definition to get a fresh copy temporarily. Cheers, Brett 2008/4/25 Siegfried Goeschl <[EMAIL PROTECTED]>: > Used the wrong email account > > > > Siegfried Goeschl

Re: Problems with Continuum VMBuild Server

2008-04-25 Thread Siegfried Goeschl
Used the wrong email account Siegfried Goeschl wrote: Hi folks, for a couple of days the Continuum VMBuild Server seems to have a problem related with SVN - it seems that I can't solve it locally - is there any one I can contact? Thanks in advance Siegfried Goeschl Continuum VMBuild Serve

Problems with Continuum VMBuild Server

2008-04-25 Thread Siegfried Goeschl
Hi folks, for a couple of days the Continuum VMBuild Server seems to have a problem related with SVN - it seems that I can't solve it locally - is there any one I can contact? Thanks in advance Siegfried Goeschl Continuum VMBuild Server wrote: Online report : http://vmbuild.apache.org/cont

[continuum] BUILD ERROR: Commons Exec (Sandbox)

2008-04-25 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=80396&projectId=178 Build statistics: State: Error Previous State: Error Started at: Fri 25 Apr 2008 01:24:56 -0700 Finished at: Fri 25 Apr 2008 01:25:01 -0700 Total time: 4s Build Trigger: Schedule Build Numbe

[continuum] BUILD ERROR: Commons Exec (Sandbox)

2008-04-25 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=80396&projectId=178 Build statistics: State: Error Previous State: Error Started at: Fri 25 Apr 2008 01:24:56 -0700 Finished at: Fri 25 Apr 2008 01:25:01 -0700 Total time: 4s Build Trigger: Schedule Build Numbe

Re: [VOTE] Release JXPath 1.3 based on RC1

2008-04-25 Thread Adam Retter
I was wondering if this project is still active? I have posted to the mailing list twice now and received no response? Thanks Adam. On Thu, Apr 24, 2008 at 10:21 PM, Matt Benson <[EMAIL PROTECTED]> wrote: > At long last JXPath is ready for its indescribably > overdue 1.3 release! > > The artifa

Re: I've ported CLI to C#, next steps?

2008-04-25 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] schrieb: >> I generally release my code under the New BSD license, and unless you >> would like to host this port on Apache's site I am going to open a >> SourceForge project for my port, or simply host it on my own site, >> http://www.lostcreations.com. >> > > > So for the m

Re: I've ported CLI to C#, next steps?

2008-04-25 Thread [EMAIL PROTECTED]
Schley Andrew Kutz schrieb: > Hi. I've ported version 1.1 of the CLI library to Microsoft .NET 2.0 > using C#. My reasons are not selfless -- I simply needed a good > command line argument parsing library for .NET, and I could not find > one. Instead of reinventing the wheel I decided to port your

[continuum] BUILD ERROR: Commons Exec (Sandbox)

2008-04-25 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=80323&projectId=178 Build statistics: State: Error Previous State: Error Started at: Thu 24 Apr 2008 23:59:17 -0700 Finished at: Thu 24 Apr 2008 23:59:21 -0700 Total time: 4s Build Trigger: Schedule Build Numbe

[continuum] BUILD ERROR: Commons Exec (Sandbox)

2008-04-25 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=80323&projectId=178 Build statistics: State: Error Previous State: Error Started at: Thu 24 Apr 2008 23:59:17 -0700 Finished at: Thu 24 Apr 2008 23:59:21 -0700 Total time: 4s Build Trigger: Schedule Build Numbe