Re: [ALL] POM file standardisation of layout

2019-08-18 Thread Karl Heinz Marbaise
Hi, you should take a look at: https://github.com/Ekryd/sortpom that allows customization...and has useful defaults. Kind regards Karl Heinz Marbaise On 18.08.19 12:45, sebb wrote: On Sun, 18 Aug 2019 at 10:19, Romain Manni-Bucau wrote: Hi everyone, Why not using a plugin allowing to

Re: [geometry] GEOMETRY-57

2019-06-10 Thread Karl Heinz Marbaise
Hi Gilles, On 10.06.19 15:31, Gilles Sadowski wrote: Hi. Le lun. 10 juin 2019 à 15:24, Karl Heinz Marbaise a écrit : Hi, based on my analyzing for the build get running I found that some constructors (BigFraction) in numbers are private. So I have create a branch GEOMETRY-57 which fixes

[geometry] GEOMETRY-57

2019-06-10 Thread Karl Heinz Marbaise
after this has been merged (hope you find it ok) we can continue with GEOMETRY-56 which will solve the issue building on travis and ASF infrastructure (need to clean up things there; I will request explicit review for this). Kind regards Karl Hein

Re: [Geometry] Build aborted on Jenkins

2019-06-09 Thread Karl Heinz Marbaise
On 05.06.19 14:12, Gilles Sadowski wrote: Hello. Le ven. 31 mai 2019 à 20:54, Karl Heinz Marbaise a écrit : Hi, I have created an INFRA ticket, cause one module is stuck and for all builds which blocks the whole build process.. https://issues.apache.org/jira/browse/INFRA-18546 Ticket has

Re: [All] Alpha/beta releases

2019-06-09 Thread Karl Heinz Marbaise
have separated modules which can be consumed separately ..?) Furthermore If you are running on module path you have no classpath anymore which means you have only a single module name which must be unique..(a little bit like groupId/artifactId). Some thought of mine. Kind regards Karl Heinz Marba

Re: [statistics] - STATISTICS-14

2019-06-02 Thread Karl Heinz Marbaise
Hi, On 01.06.19 23:51, Alex Herbert wrote: On 1 Jun 2019, at 20:59, Karl Heinz Marbaise wrote: Hi, created an appropriate branch[1] with a first implementation to check If this is going into the right direction if not please let me know… > I do not see why the private count variable

Re: [geometry] - GEOMETRY-54

2019-06-02 Thread Karl Heinz Marbaise
Hi, On 02.06.19 00:06, Alex Herbert wrote: On 1 Jun 2019, at 22:49, Gilles Sadowski wrote: Hello. Le sam. 1 juin 2019 à 21:56, Karl Heinz Marbaise a écrit : Hi, I've created a branch[1] which fixes some checkstyle reported issues. The resulting build[2] shows the issues have been

[statistics] - STATISTICS-14

2019-06-01 Thread Karl Heinz Marbaise
Hi, created an appropriate branch[1] with a first implementation to check If this is going into the right direction if not please let me know... Kind regards Karl Heinz Marbaise [1]: https://github.com/apache/commons-statistics/commit/4e65221a692dbf8346d2ac9ca9958a6e879b4da5

[geometry] - GEOMETRY-54

2019-06-01 Thread Karl Heinz Marbaise
Hi, I've created a branch[1] which fixes some checkstyle reported issues. The resulting build[2] shows the issues have been fixed. Can someone take a look at that... If there are no objections would it be Ok to merge that to master? Kind regards Karl Heinz Marbaise [1]:

[geometry] - GEOMETRY-53

2019-06-01 Thread Karl Heinz Marbaise
Hi to all, I've create a branch on GitBox which is built on Travis CI successfully and related to the issue it prevents preliminary `mvn .. clean install` on Travis which saves time. Any objections to merge that to master? Kind regards Karl Heinz Mar

Re: [Geometry] Build aborted on Jenkins

2019-05-31 Thread Karl Heinz Marbaise
Hi, I have created an INFRA ticket, cause one module is stuck and for all builds which blocks the whole build process.. https://issues.apache.org/jira/browse/INFRA-18546 Kind regards Karl Heinz Marbaise On 31.05.19 20:10, Karl Heinz Marbaise wrote: Hi, On 31.05.19 20:03, Gilles Sadowski

Re: [Geometry] Build aborted on Jenkins

2019-05-31 Thread Karl Heinz Marbaise
Heinz Marbaise Thanks, Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [numbers] - Contributions to Commons Numbers

2019-05-31 Thread Karl Heinz Marbaise
it via fast forward onto Master...that prevents the merge-commits which are confusing. Kind regards Karl Heinz Marbaise Apache Maven PMC Best, Gilles On Fri, May 31, 2019 at 10:12 AM Karl Heinz Marbaise wrote: Hi to all, I have contributed some PR#s (via GitHub) to the commons-numbers project

Re: [numbers] - Contributions to Commons Numbers

2019-05-31 Thread Karl Heinz Marbaise
Hi, On 31.05.19 19:51, Gilles Sadowski wrote: Hi. Le ven. 31 mai 2019 à 19:12, Karl Heinz Marbaise a écrit : Hi to all, I have contributed some PR#s (via GitHub) to the commons-numbers project...(They have been accepted and merged ;-)) I have some questions: 1. The documentation[1

[numbers] - Contributions to Commons Numbers

2019-05-31 Thread Karl Heinz Marbaise
ue? Kind regards Karl Heinz Marbaise [1]: https://commons.apache.org/ - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: Proposal to introduce JUnit 5 in commons-numbers

2019-05-28 Thread Karl Heinz Marbaise
Hi, On 29.05.19 00:10, sebb wrote: On Tue, 28 May 2019 at 21:44, Karl Heinz Marbaise wrote: Hi, just a small comment of mine. to get very good support for exceptions etc. I would suggest to use assertj which will work in JUnit 4 and Jupiter (aka 5)... What License does it use? https

Re: Proposal to introduce JUnit 5 in commons-numbers

2019-05-28 Thread Karl Heinz Marbaise
eption messages in CoseAngle need some improvement (missing space). * ComplexTest using assertj assertions * CosAngleTest using junit 5 + assertj assertions.. Kind regards Karl Heinz Marbaise [1]: https://joel-costigliola.github.io/assertj/assertj-core-features-highlight.html#exception-assertion

Re: [LANG] LANG-1301

2016-12-18 Thread Karl Heinz Marbaise
Hi Pascal, It looks like you haven't given the references to LANG-1301 in the commit message...;-(...nor you have closed the issue LANG-1301... Kind regards Karl Heinz Marbaise... On 18/12/16 16:11, Pascal Schumacher wrote: Hi Karl Heinz, have already applied your patch: https://githu

Re: [LANG] LANG-1301

2016-12-18 Thread Karl Heinz Marbaise
regards Karl Heinz Marbaise Kind regards, Pascal Am 18.12.2016 um 16:06 schrieb Karl Heinz Marbaise: Hi, i would like to apply the attached patch to the code base? any objections to that? Or anything I need to pay attention to? Kind regards Karl Heinz Marbaise

[LANG] LANG-1301

2016-12-18 Thread Karl Heinz Marbaise
Hi, i would like to apply the attached patch to the code base? any objections to that? Or anything I need to pay attention to? Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For

Re: Internal Server Error 500 on 'commons.apache.org' website.

2015-02-22 Thread Karl Heinz Marbaise
Hi, unfortunately you have to ...I'm doing that at the moment as well for Maven site... already filed in an issue... https://issues.apache.org/jira/browse/INFRA-9175 Kind regards Karl Heinz Marbaise On 2/22/15 4:48 PM, Phil Steitz wrote: On 2/20/15 11:54 AM, Phil Steitz wrote: On 2/

Re: [VFS][ALL] SVN rollback?

2014-11-17 Thread Karl Heinz Marbaise
mits are run immediately after each other. This error will usually only happen if you are located in Europe, or explicitly using the European mirror. Kind regards Karl Heinz Marbaise [1] http://www.apache.org/dev/version-control#out-of-sync On 11/17/14 11:19 PM, Bernd Eckenfels wrote: Hello,

Re: [VOTE] Release Apache Commons Exec 1.3-RC1.

2014-11-04 Thread Karl Heinz Marbaise
out. I removed mention of Java 1.3 and 1.4 from that page since we only run on Java 5. I also added "This page has not been updated for version 1.10.". I am hoping to avoid cutting another RC just because of the site. I'll wait to see what VOTEs comes in. Kind regards Karl Heinz

Re: [VOTE] Release Apache Commons Exec 1.3-RC1.

2014-11-04 Thread Karl Heinz Marbaise
clear enough... Kind regards Karl Heinz Marbaise What does 'mvn -version' tell you? Thank you, Gary On Mon, Nov 3, 2014 at 3:16 PM, Karl Heinz Marbaise mailto:khmarba...@gmx.de>> wrote: Hi, checked out from SVN Tag and run all tests... I will give +0... What

Re: [VOTE] Release Apache Commons Exec 1.3-RC1.

2014-11-03 Thread Karl Heinz Marbaise
Hi, checked out from SVN Tag and run all tests... I will give +0... What i don't understand is that on the published site some of the unit tests are failed... Kind regards Karl Heinz Marbaise On 11/3/14 1:56 AM, Gary Gregory wrote: Hi All: This is a VOTE to release Commons Exec 1.

Re: Commons CLI - Released

2014-08-23 Thread Karl Heinz Marbaise
lking about... Asking here is a good place to start :-) but there no guarantee that any one will pick up the task. I know...i just wan't to get that back onto the minds ;-)... Kind regards Karl-Heinz Marbaise Gary On Sat, Aug 23, 2014 at 2:38 PM, Karl Heinz Marbaise wrote: Hi to all, i h

Commons CLI - Released

2014-08-23 Thread Karl Heinz Marbaise
release process for 1.3 ... Kind regards Karl-Heinz Marbaise - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [cli] (or [cli2]?) Plans for CLI 2.0 release?

2009-11-25 Thread Karl Heinz Marbaise
thing like 2.0-alpha1 to make downstream projects happy without making strict backwards compatibility commitments? Are we talking a about this: http://commons.apache.org/sandbox/cli2/ ? Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dip

Re: Commons - CLI 2.0

2009-05-15 Thread Karl Heinz Marbaise
ven 2 project which i would like to do. So this means reorganizing the folder structure to fit e.g. like the following: src/main/java ... src/main/resources... src/main/assembly src/test/java... src/test/resources What do the other developers think about this ? Kind regards Karl Heinz Mar

Re: Commons - CLI 2.0

2009-02-05 Thread Karl Heinz Marbaise
need... http://www.supose.org What is exactly the problem to get a release out ? Support in doing it ? May be i can help ? Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 H

Commons - CLI 2.0

2009-01-29 Thread Karl Heinz Marbaise
Hi there, i would like to know if there are any plan to get an 2.0 of CLI out of the door in the near futuere ? Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177

[CLI2] Patch for CVS Unit Test in CLI2 Code

2007-12-06 Thread Karl Heinz Marbaise
of software Comments, critisim is highly appreciated I have appended a patch based on Revision 595700 on http://svn.apache.org/repos/asf/commons/propber/cli/trunk Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl

[CLI2] Writing source code unit tests (CvsTest)

2007-07-31 Thread Karl Heinz Marbaise
ons = GroupBuilder() .withName("Update-Options") .withOption(optionUpdated) .withOption(updateCommand) .create(); I'm not sure if i'm doing this correct... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.I

[jira] Created: (CLI-139) Broken Links on the Web-Site

2007-07-29 Thread Karl Heinz Marbaise (JIRA)
Broken Links on the Web-Site Key: CLI-139 URL: https://issues.apache.org/jira/browse/CLI-139 Project: Commons CLI Issue Type: Bug Components: CLI-1.x, CLI-2.x Reporter: Karl Heinz Marbaise