AW: [All] Jenkins failure

2018-09-18 Thread jhm
https://builds.apache.org/view/A-D/view/Commons/job/commons-rng/lastBuild/consoleFull [INFO] Running org.apache.commons.rng.sampling.distribution.ContinuousSamplerParametricTest [ERROR] Tests run: 36, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 97.064 s <<< FAILURE! - in org.apache.common

AW: Error on version overview

2018-04-30 Thread jhm
3.6 published on 2017-06-08 regarding the overview page 3.7 published on 2017-11-04 regarding http://search.maven.org/#search%7Cga%7C1%7Ccommons-lang3 Jan > -Ursprüngliche Nachricht- > Von: Jan Matèrne (jhm) [mailto:apa...@materne.de] > Gesendet: Dienstag, 10. April 2018 1

Error on version overview

2018-04-10 Thread jhm
http://commons.apache.org/ lists version 3.6 for commons-lang3 while there is a version 3.7 published https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.7 Jan

AW: [lang] Todo utility class

2018-03-17 Thread jhm
That class is not a regular dependency (test/runtime). It is more a tool - especially with the mojo you suggested. So, where we could host tools? Jan > -Ursprüngliche Nachricht- > Von: Matt Benson [mailto:mben...@apache.org] > Gesendet: Freitag, 16. März 2018 22:22 > An: Commons Develo

AW: Build failed in Jenkins: commons-validator #61

2018-03-14 Thread jhm
It seems that there is lot of work on the nodes ATM. So we have to wait for results ... Jan > -Ursprüngliche Nachricht- > Von: Jan Matèrne (jhm) [mailto:apa...@materne.de] > Gesendet: Mittwoch, 14. März 2018 09:33 > An: 'Commons Developers List' > Betreff: AW

AW: Build failed in Jenkins: commons-validator #61

2018-03-14 Thread jhm
I solved the same problem for commons-email. https://builds.apache.org/view/All/job/commons-email/configure The project requires via the chosen Maven profile a specific Java version. This Java installation must be available via a specific environment variable "JAVA_1_7_HOME". commons-validator s

AW: [email] Jenkins not building

2018-03-02 Thread jhm
ob/commons-email/lastBuild/console [ERROR] /home/jenkins/jenkins-slave/workspace/commons-email/src/main/java/org/apache/commons/mail/Email.java:[1436,21] cannot access java.lang.AutoCloseable Of course - this is @since 1.7. Jan > -Ursprüngliche Nachricht- > Von: Jan Matèrne (

AW: [email] Jenkins not building

2018-03-02 Thread jhm
n: Jan Matèrne (jhm) [mailto:apa...@materne.de] > Gesendet: Freitag, 2. März 2018 08:51 > An: 'Commons Developers List' > Betreff: AW: [email] Jenkins not building > > I tried a build with additional -X maven parameter, but can't see any > helpful message. > http

AW: [email] Jenkins not building

2018-03-01 Thread jhm
I tried a build with additional -X maven parameter, but can't see any helpful message. https://builds.apache.org/job/commons-email/48/console I try something locally ... Jan > -Ursprüngliche Nachricht- > Von: Gilles [mailto:gil...@harfang.homelinux.org] > Gesendet: Donnerstag, 1. März

AW: [commons-lang3] NumberUtils feature

2017-12-30 Thread jhm
Maybe open the comparators and use a fluent API? is(42).between(10).and(50) == true is(10).between(10).and(20) == false is(10).between(10).and(20).includingLeft() == true is(50).between(10).and(50) == false is(50).between(10).and(50).includingRight() == true Just quick thoughts ... Jan > -

AW: [text] Adapt the Log4j 2 Interpolator to [text]

2017-12-14 Thread jhm
If I see a syntax like ${prefix:key} I could think of having a map of "map providers". The source of such a map could be a file, system properties, environment variables, database, ldap, ... Haven't looked at commons-configuration. But maybe also have a look at Apache Deltaspike which supports c

AW: [io] New enum for file system info?

2017-11-15 Thread jhm
s/MAC_OSX_9/MAC_OS_9/ What about older versions of MacOS? UNKNOWN(31,1024) // smallest values for safety Are there differences between FAT,FAT32,NTFS,reiserfs,... ? Jan > -Ursprüngliche Nachricht- > Von: Gary Gregory [mailto:garydgreg...@gmail.com] > Gesendet: Mittwoch, 15. November 2017

AW: [PROPOSAL] Apache Commons JUnit

2017-11-04 Thread jhm
+1. But when we want to support JUnit4, JUnit5 and AssertJ maybe we could call that "Apache Commons Test" with three components. Jan > -Ursprüngliche Nachricht- > Von: Romain Manni-Bucau [mailto:rmannibu...@gmail.com] > Gesendet: Samstag, 4. November 2017 08:45 > An: Bruno P. Kinoshita;

AW: AW: [LANG] Releasing 3.6.1

2017-09-06 Thread jhm
> > Using RandomStringGenerator from RandomStringUtils sounds good, but > > implies adding a dependency to commons-lang (commons-text). > > I haven't understood it that way; IIRC it was suggested that "Commons > Text" would additionally provide the same easy-to-use API (alias > "RandomStringUtils"

AW: [LANG] Releasing 3.6.1

2017-09-06 Thread jhm
Using RandomStringGenerator from RandomStringUtils sounds good, but implies adding a dependency to commons-lang (commons-text). At the moment the only dependencies are for testing [1]. I am more of a -0 about adding the dependency, because this implies that all projects using commons-lang have

AW: [LANG] Thoughts about Lang 4.0

2017-05-22 Thread jhm
> For the tuple classes, it would be possible to make an entire tuples > library. Might be handy to generate code for it as it'd be useful to > support tuples up to, say, 22 fields (Scala has tuple classes and > anonymous function classes up to 22 arguments, for example). See < > https://www.scala-

AW: [DRAFT] Board report

2017-04-11 Thread jhm
> Hm... did you read the draft? > Gary Jep, but it seems that I have missed a line ;) Jan > > > ## Health report: > > > - Since no development has happened for a long while, the Apache Commons > > >Modeler component has been moved to dormant. No further development is > > >expected.

AW: [DRAFT] Board report

2017-04-11 Thread jhm
Maybe add a note about moving Commons Modeler to dormant? Jan > -Ursprüngliche Nachricht- > Von: Gary Gregory [mailto:garydgreg...@gmail.com] > Gesendet: Dienstag, 11. April 2017 09:09 > An: Commons Developers List > Betreff: [DRAFT] Board report > > Here is my draft of our board report

[TEXT] Site pointing to wrong javadoc location

2017-01-10 Thread jhm
On the main page [1] the link to the javadoc is wrong. It is [2] instead of [3]: "The package descriptions in the JavaDoc give an overview ..." So you'll get a 404. Jan [1] http://commons.apache.org/proper/commons-text/ [2] http://commons.apache.org/proper/commons-text/javadocs/api-re

AW: interested in contributing

2016-12-20 Thread jhm
Starting points are also - open issues (see JIRA: https://issues.apache.org/jira/secure/BrowseProjects.jspa#10260) - something you missed for yourself - something another misses (see userlist) Jan > -Ursprüngliche Nachricht- > Von: Stefan Bodewig [mailto:bode...@apache.org] > Gesendet: Di

AW: AW: [RNG] Help with Jenkins

2016-11-22 Thread jhm
> https://builds.apache.org/view/Apache%20Commons/job/Commons_Rng/77/org > > .apache.commons$commons-rng-examples/console > > From what I read in the "configure" page of the Jenkins interface, it > is not possible for a module to override the settings of the "parent" > configuration! > Hence I do

AW: [RNG] Help with Jenkins

2016-11-22 Thread jhm
Could not find resource 'pmd/pmd-ruleset.xml'. Havent found something in the job config. Maven is started with "clean deploy --batch-mode -Dgpg.skip -Prelease -Pjava-1.6 -DJAVA_1_6_HOME=$JDK_1_6_LATEST__HOME pmd:pmd findbugs:findbugs checkstyle:checkstyle" Jan > -Ursprüngliche Nachricht

AW: Java8 utilities

2016-09-21 Thread jhm
> We could also have Lamda utility classes in [lang], the classes would > target Java 8 while the other classes would remain at the Java 6 level > (this implies compiling the classes separately and recombining them in > the final jar). >From a users point of view I would search in commons-lang f

Java8 utilities

2016-09-21 Thread jhm
I thought about creating a PR for supplying helper methods for Java8 lambdas. My intented target was commons-lang, but this is Java6. Where could I propose the helpers?` Jan

AW: [all] Automatic site update

2016-06-02 Thread jhm
> > A part of the release process is to update the web site. I wonder if > > this could be simplified with a Jenkins job watching for the release > > tags and building/uploading the new site automatically. That would > > make one less thing to think about when releasing new versions. I > > suspect

AW: [bcel] Deprecated InstructionConstants

2016-06-01 Thread jhm
> It does not make sense though. All of the code in the bcel6 package is > going to be released for the first time in the upcoming 6.0 release. Ok, didnt know that. Then I'm fine :) Just wanted to give a hint. Jan - To unsubs

AW: [bcel] Deprecated InstructionConstants

2016-05-31 Thread jhm
> The interface org.apache.commons.bcel6.generic.InstructionConstants is > deprecated in favor of a class. It seems OK to delete it since bcel6 is > a major new release. > > Check? Had a look at the source and history: Source [1]: @deprecated (since 6.0) Do not use. Use InstructionConst instead.

AW: Creating a Jira Issue

2016-05-24 Thread jhm
> Stupid Question: There are only a few stupid questions, and this is none. ;) > How does one create a commons issue in Jira nowadays? All that I can > find is to create an infra issue (Create/Something Else, or > Create/Create Service Desk Request. As Apache Commons is an umbrella project, each

AW: [Math] Jenkins problem (Was: [Math] Change on branch [...])

2016-04-24 Thread jhm
I updated both jobs https://builds.apache.org/view/All/job/Commons%20Math%20DeveloperBranch/ https://builds.apache.org/view/All/job/Commons%20Math%20MasterBranch/ 'label must be "!jenkins-cloud-4GB&&(ubuntu)" cheers Jan > -Ursprüngliche Nachricht- > Von: Matt Sicker [mailto:boa...@gmai

AW: [report] Report from the Apache Commons Project

2016-03-19 Thread jhm
What about the plan to move [Math] to TLP? Jan > -Ursprüngliche Nachricht- > Von: Gary Gregory [mailto:garydgreg...@gmail.com] > Gesendet: Dienstag, 15. März 2016 23:36 > An: Commons Developers List > Betreff: Re: [report] Report from the Apache Commons Project > > As did Thomas Neidhart

AW: AW: [Math] Configure the CI tools... How?

2016-03-07 Thread jhm
Let me know if something else has to be changed. ;) cheers Jan > -Ursprüngliche Nachricht- > Von: Gilles [mailto:gil...@harfang.homelinux.org] > Gesendet: Montag, 7. März 2016 22:36 > An: dev@commons.apache.org > Betreff: Re: AW: [Math] Configure the CI tools... How? > > On Mon, 7 Mar 20

AW: [Math] Configure the CI tools... How?

2016-03-07 Thread jhm
Changed subject to [Math] Change on branch "develop": $DEFAULT_SUBJECT [Math] Change on branch "master": $DEFAULT_SUBJECT Started both jobs for test. Jan > -Ursprüngliche Nachricht- > Von: Gilles [mailto:gil...@harfang.homelinux.org] > Gesendet: Sonntag, 6. März 2016 23:14 > An: dev@co

AW: AW: [Math] Configure the CI tools... How?

2016-03-06 Thread jhm
https://builds.apache.org/job/Commons%20Math%20MasterBranch/configure cloned from "Commons Math" on ubuntu branch: */master scm interval: @hourly build: clean deploy --batch-mode -Dgpg.skip -Prelease -Pjava-1.7 -DJAVA_1_7_HOME=$JDK_1_7_LATEST__HOME standard email removed configured email added:

AW: [Math] Configure the CI tools... How?

2016-03-06 Thread jhm
Maybe with the "Editable EMail Notification" PostBuildAction. Any jenkins buildmaster could do that. If you wish I could clone the "Commons Math" job and try that. Jan > -Ursprüngliche Nachricht- > Von: Luc Maisonobe [mailto:l...@spaceroots.org] > Gesendet: Freitag, 4. März 2016 19:04

AW: [LANG] Drop Ant build?

2015-10-19 Thread jhm
> > I thought it was being used to create Debian packages. > > If this turns out to be the case, then please add a note to the Ant > build file to explain this requirement. Haven't looked at the build script. But maybe you could keep only that part producing the Debian packages and use Maven an

AW: [compress] JDK 9 b64 breaks bzip2 decompression

2015-05-30 Thread jhm
Thanks for the test. I could confirm that with JDK 1.9-b66 (64bit) and CommonsCompress 1.9 on Windows7 64bit. Finished loop: 1246 <<< different numbers here Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 26 <<< always the same number here tried on several JDK versions with a

AW: [Git] drop SVN repos for components using Git?

2015-05-09 Thread jhm
> > > > Do the Git repos include the Subversion commit history? > > > > > > Yes, it includes the full history, including tags. > > > > > > > Seems reasonable to drop then. > > > > hm, the problem may be, that the scm section of the poms in the pre-git > releases point to the svn location. We coul

AW: [Releases] Jitpack

2015-02-19 Thread jhm
Not sure how you would 'manage' releases. But it provides a quick access to public available projects on Github, even if they are not build/released yet. Jan > -Ursprüngliche Nachricht- > Von: Ole Ersoy [mailto:ole.er...@gmail.com] > Gesendet: Freitag, 20. Februar 2015 06:32 > An: Common

AW: AW: [DRAFT] Apache Commons Board Report, December 9 2014

2014-12-10 Thread jhm
> >> News > >> > >>- 2014-12-8: VOTE passed to allow all Apache committers to commit > to > >>Apache Commons. > > > > > > I havent seen such a vote in the archive > > http://mail-archives.apache.org/mod_mbox/commons- > dev/201411.mbox/brows > > er > > http://mail-archives.apache.org/mod_mb

AW: [DRAFT] Apache Commons Board Report, December 9 2014

2014-12-10 Thread jhm
> News > >- 2014-12-8: VOTE passed to allow all Apache committers to commit to >Apache Commons. I havent seen such a vote in the archive http://mail-archives.apache.org/mod_mbox/commons-dev/201411.mbox/browser http://mail-archives.apache.org/mod_mbox/commons-dev/201412.mbox/browser Jan

AW: New to open source . want to learn to contribute.

2014-12-05 Thread jhm
Ant is one of many buildtools. Each individual project decides which buildtool to use. It seems that you could use Ant or Maven for Apache Commons (but I am not a committer here ;) Both could be part of Eclipse, not sure about that. Jan > -Ursprüngliche Nachricht- > Von: Devang Gaur [ma

AW: LANG-1052: Multiline recursive to string style

2014-11-09 Thread jhm
> Fixed in trunk. Thanks. Jan - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

AW: LANG-1052: Multiline recursive to string style

2014-11-07 Thread jhm
> All the Lang developers are quite active on the mailing list, so you > can assume we've read your earlier email. However, we are busy people > with lives outside Apache Commons (the horror!), so it may take us a > few days to respond to a mail and longer still to review a patch :-) Thanks for yo

AW: LANG-1052: Multiline recursive to string style

2014-11-06 Thread jhm
ping :) Jan > -Ursprüngliche Nachricht- > Von: Jan Matèrne (jhm) [mailto:apa...@materne.de] > Gesendet: Dienstag, 4. November 2014 07:04 > An: dev@commons.apache.org > Betreff: LANG-1052: Multiline recursive to string style > > I want to make some advertising

LANG-1052: Multiline recursive to string style

2014-11-03 Thread jhm
I want to make some advertising for this pull request. It contains implementation, junit tests and already earned some positive feedback. Could someone do a review and (hopefully) merge the PR? cheers Jan [1] https://issues.apache.org/jira/browse/LANG-1052

AW: Master Javadoc for Commons

2014-11-02 Thread jhm
Maintaining a 2nd pom? Could be the easiest ... Jan > -Ursprüngliche Nachricht- > Von: Gary Gregory [mailto:garydgreg...@gmail.com] > Gesendet: Montag, 3. November 2014 02:57 > An: Commons Developers List > Betreff: Master Javadoc for Commons > > Hi All: > > I think it would be nice (at