Re: [Monitoring] manually test WebUI

2008-04-27 Thread Susanne Gschwendner
Hello Nico. My use case is the following: I placed a test servlet under src/test/java/org.apache.commons.monitoring. The jetty config looks like this: 10 true /monitoring ${project.build.directory}/work src/main/webapp/WEB-INF/

General linear regression

2008-04-27 Thread Mauro Talevi
Hi, after assessing privately the initial interest, I'd like to propose the addition of general linear regression https://issues.apache.org/jira/browse/MATH-203 A well-tested and complete code for this already exists in http://jet.codehaus.org/javadoc/jet-regression/ and I'd be happy to use

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

2008-04-27 Thread Schley Andrew Kutz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To be a good .NET developer means following the code requirements of not just C#, but any language that may make use of an assembly written in C#. That means VB too :( VB cannot understand "_" prefixes, and I *do* like to denote class/module-lev

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

2008-04-27 Thread J.Pietschmann
Emmanuel Bourg wrote: Schley Andrew Kutz a écrit : - Class level variables are now prefixed with "m_". ... I personally dislike this convention. Since modern IDE highlight class members and put nice icons in front of the class name it's no longer useful. Additional argument: naming conventi

[cli] C# port passes 80/81 unit tests / Bug found in Parser.java::ProcessProperties

2008-04-27 Thread Schley Andrew Kutz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The C# is almost 100% compatible with real deal, except for 1 remaining unit test. The reason the port cannot pass this test is because there is a bug in Parser.java - ProcessProperties. The relevant code bits are: if (opt.hasA

Re: [Monitoring] manually test WebUI

2008-04-27 Thread nicolas de loof
Please let me know your use case and feature requests. I still have to define a clean, stable reporting API, based on JSP tags and/or the MonitoringServlet. cheers, Nicolas. 2008/4/27 Susanne Gschwendner <[EMAIL PROTECTED]>: > Thanks for your hint, the config s ok here. The reason is something

Re: [Monitoring] manually test WebUI

2008-04-27 Thread Susanne Gschwendner
Thanks for your hint, the config s ok here. The reason is something else, but please don`t bother, I guess I`ll find out... Original-Nachricht > Datum: Sun, 27 Apr 2008 18:11:51 +0200 > Von: "nicolas de loof" <[EMAIL PROTECTED]> > An: "Commons Developers List" > Betreff: Re: [M

[continuum] BUILD SUCCESSFUL: Commons Validator

2008-04-27 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=81445&projectId=170 Build statistics: State: Ok Previous State: Error Started at: Sun 27 Apr 2008 10:58:48 -0700 Finished at: Sun 27 Apr 2008 10:59:51 -0700 Total time: 1m 2s Build Trigger: Schedule Build Numbe

[continuum] BUILD SUCCESSFUL: Commons Proxy

2008-04-27 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=81444&projectId=188 Build statistics: State: Ok Previous State: Error Started at: Sun 27 Apr 2008 10:56:07 -0700 Finished at: Sun 27 Apr 2008 10:57:00 -0700 Total time: 52s Build Trigger: Schedule Build Number:

[continuum] BUILD SUCCESSFUL: Commons Math

2008-04-27 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=81443&projectId=21 Build statistics: State: Ok Previous State: Error Started at: Sun 27 Apr 2008 10:52:41 -0700 Finished at: Sun 27 Apr 2008 10:54:03 -0700 Total time: 1m 21s Build Trigger: Schedule Build Numbe

[continuum] BUILD SUCCESSFUL: Commons Id (Sandbox)

2008-04-27 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=81441&projectId=181 Build statistics: State: Ok Previous State: Error Started at: Sun 27 Apr 2008 10:49:44 -0700 Finished at: Sun 27 Apr 2008 10:50:12 -0700 Total time: 27s Build Trigger: Schedule Build Number:

[continuum] BUILD FAILURE: Commons Compress (Sandbox)

2008-04-27 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=81439&projectId=176 Build statistics: State: Failed Previous State: Error Started at: Sun 27 Apr 2008 10:45:54 -0700 Finished at: Sun 27 Apr 2008 10:46:28 -0700 Total time: 33s Build Trigger: Schedule Build Num

[continuum] BUILD FAILURE: Commons Compress (Sandbox)

2008-04-27 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=81439&projectId=176 Build statistics: State: Failed Previous State: Error Started at: Sun 27 Apr 2008 10:45:54 -0700 Finished at: Sun 27 Apr 2008 10:46:28 -0700 Total time: 33s Build Trigger: Schedule Build Num

[continuum] BUILD SUCCESSFUL: Commons Chain

2008-04-27 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=81437&projectId=157 Build statistics: State: Ok Previous State: Error Started at: Sun 27 Apr 2008 10:44:05 -0700 Finished at: Sun 27 Apr 2008 10:44:37 -0700 Total time: 31s Build Trigger: Schedule Build Number:

[continuum] BUILD SUCCESSFUL: Commons BeanUtils

2008-04-27 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=81436&projectId=156 Build statistics: State: Ok Previous State: Error Started at: Sun 27 Apr 2008 10:40:56 -0700 Finished at: Sun 27 Apr 2008 10:43:20 -0700 Total time: 2m 23s Build Trigger: Schedule Build Numb

Re: [Monitoring] manually test WebUI

2008-04-27 Thread nicolas de loof
You have to configure your WEB-INF/web.xml with : monitoring org.apache.commons.monitoring.reporting.web.WebUIServlet monitoring /monitoring/* 2008/4/27 Susanne Gschwendner <[EMAIL PROTECTED]>: > Thanks for your answer. Requesting monitoring/monitors

Re: [Monitoring] manually test WebUI

2008-04-27 Thread Susanne Gschwendner
Thanks for your answer. Requesting monitoring/monitors gave me a 'HTTP ERROR: 404'. This is the reason for my question. Maybe I missed something? I'd like to display the time a stopWatch runs. Susanne Original-Nachricht > Datum: Sun, 27 Apr 2008 16:59:17 +0200 > Von: "nicolas

[continuum] BUILD SUCCESSFUL: Commons Monitoring (Sandbox)

2008-04-27 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=81350&projectId=538 Build statistics: State: Ok Previous State: Error Started at: Sun 27 Apr 2008 07:56:54 -0700 Finished at: Sun 27 Apr 2008 07:59:11 -0700 Total time: 2m 17s Build Trigger: Schedule Build Numb

Re: [Monitoring] manually test WebUI

2008-04-27 Thread nicolas de loof
requesting /monitoring/monitors will display all infos about registered monitors (with MonitoringServlet or WebUIServlet mapped to /monitoring/*) @see src/main/webapp/WEB-INF/web.xml as a sample What do you want to display ? To display some custom data, you may use JSP to select the exact data yo

[Monitoring] manually test WebUI

2008-04-27 Thread susug
Hello. This is a question about the monitoring WebUI. Say I have a test-servlet within the maven-jetty. It allows for a user to manually start and stop StopWatches. Just to have something to measure... Than how do I come from here to get to see the outcome of this rendered by the WebUIServlet?

Re: [math] Drop m1 build in 2.0 branch?

2008-04-27 Thread sebb
2008/4/27 Luc Maisonobe <[EMAIL PROTECTED]>: > Phil Steitz a écrit : > > > > On Sat, Apr 26, 2008 at 5:38 PM, Henri Yandell <[EMAIL PROTECTED]> wrote: > > > > > Not from me. > > > > > > My opinion is that once a component has had an M2 release, it should > > > drop its M1 build system. If there

[cli] In C# port Option type is now stored as Type instead of Object

2008-04-27 Thread Schley Andrew Kutz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I didn't see a reason that the Option's type should be stored as an instance of a given type when the Type class exists, thus I am now storing the type as a Type. I did not change this simply to suit my own preclusions, but rather it is much eas

Re: [math] Drop m1 build in 2.0 branch?

2008-04-27 Thread Luc Maisonobe
Phil Steitz a écrit : On Sat, Apr 26, 2008 at 5:38 PM, Henri Yandell <[EMAIL PROTECTED]> wrote: Not from me. My opinion is that once a component has had an M2 release, it should drop its M1 build system. Once it no longer needs Ant for earlier JDKs, it should also drop its Ant build. I a

[cli] Issue 137 - Can I help?

2008-04-27 Thread Paul Cager
Hi, I've fallen over the CLI bug described in issue 137, and I'm wondering if I can help provide a patch for it? I'd appreciate someone just checking my logic in case I'm missing something obvious. I'm using release 1.1, by the way. As far as I can see it is simply not possible to use commons-cl