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

Jenkins build is back to stable : commons-io » Apache Commons IO #16

2016-11-22 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build is back to stable : commons-io » Apache Commons IO #16

2016-11-22 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build became unstable: commons-io #15

2016-11-22 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build became unstable: commons-io » Apache Commons IO #15

2016-11-22 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [LANG] Feedback from ApacheCON Europe

2016-11-22 Thread Thiago Andrade
I vote mainly for the use of - Custom annotations - Put the information right into the JavaDoc is also useful but I think that maybe some indication on the name of the class might be a good idea too On Sat, Nov 19, 2016 at 6:52 AM, Benedikt Ritter wrote: > Hi, > > after my presentation about Ap

Re: [LANG] Feedback from ApacheCON Europe

2016-11-22 Thread Gary Gregory
On Tue, Nov 22, 2016 at 4:08 PM, Gary Gregory wrote: > On Tue, Nov 22, 2016 at 4:04 PM, Gary Gregory > wrote: > >> An interesting question is whether we should provide a copy of the >> annotations scoped as RUNTIME, which was the original way the code was >> published out of the JCIP book. >> >>

Re: [LANG] Feedback from ApacheCON Europe

2016-11-22 Thread Gary Gregory
On Tue, Nov 22, 2016 at 4:04 PM, Gary Gregory wrote: > An interesting question is whether we should provide a copy of the > annotations scoped as RUNTIME, which was the original way the code was > published out of the JCIP book. > > For our use case within Commons, we want a CLASS or SOURCE level

Re: [LANG] Feedback from ApacheCON Europe

2016-11-22 Thread Gary Gregory
An interesting question is whether we should provide a copy of the annotations scoped as RUNTIME, which was the original way the code was published out of the JCIP book. For our use case within Commons, we want a CLASS or SOURCE level dependency. We do not want RUNTIME because we do not want a har

Re: AW: [RNG] Help with Jenkins

2016-11-22 Thread Gilles
On Tue, 22 Nov 2016 21:38:58 +0100, Gilles wrote: [...] 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" This is the problem I was

Re: [LANG] Feedback from ApacheCON Europe

2016-11-22 Thread Gary Gregory
It would if the Google version or ours is signed. It also would be a problem if we used a different retention level from Google's. Maybe using our own in o.a.c.lang3 would be less confusing all around. Gary On Tue, Nov 22, 2016 at 2:15 PM, Matt Sicker wrote: > Would packaging them in the JSR p

Re: [LANG] Feedback from ApacheCON Europe

2016-11-22 Thread Matt Sicker
Would packaging them in the JSR package name inside commons lang cause classpath issues if you include the google copy? On 22 November 2016 at 15:53, Gary Gregory wrote: > Should we: > > - package these (three) annotations per the JSR package name, or, > - in o.a.c.lang3, or, > - should we depen

[ANNOUNCEMENT] Apache Commons Build Plugin 1.7

2016-11-22 Thread Gary Gregory
[Not cross posted to @announce since this is internal to Commons] Apache Commons has released the Apache Commons Build Plugin 1.7. The Apache Commons Build Plugin is a Maven Plugin which can be used by Apache Commons components. See: http://commons.apache.org/commons-build-plugin/ VERSION 1

Re: [LANG] Feedback from ApacheCON Europe

2016-11-22 Thread Gary Gregory
Should we: - package these (three) annotations per the JSR package name, or, - in o.a.c.lang3, or, - should we depend on a jar like https://search.maven.org/#artifactdetails%7Ccom.google.code.findbugs%7Cjsr305%7C3.0.1%7Cjar ? Gary On Tue, Nov 22, 2016 at 1:47 PM, Matt Sicker wrote: > It's at

Re: [LANG] Feedback from ApacheCON Europe

2016-11-22 Thread Matt Sicker
It's at least pretty standard (being a JSR and all), plus no runtime dependency, I don't see why not! On 22 November 2016 at 15:36, Gary Gregory wrote: > Maybe we could start with adding these three annotations to [lang] with > Class retention which does not create a runtime dependency. Then we

Re: [text][lang] string escaping

2016-11-22 Thread Gary Gregory
On Tue, Nov 22, 2016 at 12:04 PM, Benedikt Ritter wrote: > Hello Gilles > > Gilles schrieb am Di., 22. Nov. 2016 um > 20:55 Uhr: > > > On Tue, 22 Nov 2016 19:40:30 +, Benedikt Ritter wrote: > > > Gary Gregory schrieb am Sa., 19. Nov. 2016 > > > um > > > 19:09 Uhr: > > > > > >> On Nov 19, 20

Re: [LANG] Feedback from ApacheCON Europe

2016-11-22 Thread Gary Gregory
Maybe we could start with adding these three annotations to [lang] with Class retention which does not create a runtime dependency. Then we can use them all over Commons. WDYT? Gary On Tue, Nov 22, 2016 at 11:39 AM, Benedikt Ritter wrote: > Hello, > > Gary Gregory schrieb am So., 20. Nov. 201

Re: AW: [RNG] Help with Jenkins

2016-11-22 Thread Gilles
Hi. On Tue, 22 Nov 2016 16:20:31 +0100, Jan Matèrne wrote: Could not find resource 'pmd/pmd-ruleset.xml'. I think I fixed that problem. 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_

Re: [text][lang] string escaping

2016-11-22 Thread Gilles
On Tue, 22 Nov 2016 20:04:55 +, Benedikt Ritter wrote: Hello Gilles Gilles schrieb am Di., 22. Nov. 2016 um 20:55 Uhr: On Tue, 22 Nov 2016 19:40:30 +, Benedikt Ritter wrote: > Gary Gregory schrieb am Sa., 19. Nov. 2016 > um > 19:09 Uhr: > >> On Nov 19, 2016 9:50 AM, "Gilles" >>

Re: [text][lang] string escaping

2016-11-22 Thread Benedikt Ritter
Hello Gilles Gilles schrieb am Di., 22. Nov. 2016 um 20:55 Uhr: > On Tue, 22 Nov 2016 19:40:30 +, Benedikt Ritter wrote: > > Gary Gregory schrieb am Sa., 19. Nov. 2016 > > um > > 19:09 Uhr: > > > >> On Nov 19, 2016 9:50 AM, "Gilles" > >> wrote: > >> > > >> > On Sat, 19 Nov 2016 08:59:50 -0

Re: [text][lang] string escaping

2016-11-22 Thread Gilles
On Tue, 22 Nov 2016 19:40:30 +, Benedikt Ritter wrote: Gary Gregory schrieb am Sa., 19. Nov. 2016 um 19:09 Uhr: On Nov 19, 2016 9:50 AM, "Gilles" wrote: > > On Sat, 19 Nov 2016 08:59:50 -0800, Gary Gregory wrote: >> >> On Sat, Nov 19, 2016 at 3:33 AM, Benedikt Ritter wrote: >> >>> He

Re: [text][lang] string escaping

2016-11-22 Thread Benedikt Ritter
Gary Gregory schrieb am Sa., 19. Nov. 2016 um 19:09 Uhr: > On Nov 19, 2016 9:50 AM, "Gilles" wrote: > > > > On Sat, 19 Nov 2016 08:59:50 -0800, Gary Gregory wrote: > >> > >> On Sat, Nov 19, 2016 at 3:33 AM, Benedikt Ritter > wrote: > >> > >>> Hello Gray, > >>> > >>> Gary Gregory schrieb am Sa.

Re: [LANG] Feedback from ApacheCON Europe

2016-11-22 Thread Benedikt Ritter
Hello, Gary Gregory schrieb am So., 20. Nov. 2016 um 16:50 Uhr: > Let's recognize that these annotations can give you a false sense of > confidence, you still should read at least the docs and probably the code > if you REALLY care about thread safety. > I thought about this again today on my w

Re: [CRYPTO] Feedback from ApacheCON Europe

2016-11-22 Thread Benedikt Ritter
Hello Dapeng, Sun, Dapeng schrieb am Mo., 21. Nov. 2016 um 03:12 Uhr: > Thank Benedikt for the minutes! And thank Xianda for the presentation. > Can you share your thoughts regarding the comments 1) & 2) we got from the audience? (see below) Thank you! Benedikt > > -Original Message-

Re: AW: [RNG] Help with Jenkins

2016-11-22 Thread Gilles
On Tue, 22 Nov 2016 16:20:31 +0100, Jan Matèrne wrote: Could not find resource 'pmd/pmd-ruleset.xml'. in the POM, is it necessary to have the plugin declared both in the target and in the target? Havent found something in the job config. Maven is started with "clean deploy --batch-mode -Dg

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

Re: [RNG] Help with Jenkins

2016-11-22 Thread Gilles
Hi. On Tue, 22 Nov 2016 15:47:16 +1100, Olivier Lamy wrote: fixed Thanks for taking care, but it doesn't look like it is fixed: https://builds.apache.org/view/Apache%20Commons/job/Commons_RNG/ Best regards, Gilles On 22 November 2016 at 09:51, Gilles wrote: Hi. Jenkins fails becaus

[GitHub] commons-io pull request #17: Added resourceToString, resourceToByteArray, an...

2016-11-22 Thread behrangsa
Github user behrangsa closed the pull request at: https://github.com/apache/commons-io/pull/17 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature i

[GitHub] commons-io pull request #28: IO-513 - Added convenience methods for loading ...

2016-11-22 Thread behrangsa
GitHub user behrangsa opened a pull request: https://github.com/apache/commons-io/pull/28 IO-513 - Added convenience methods for loading resources (original PR: #17) Added convenience methods for loading resources: * `resourceToString` * `resourceToByteArray` * `reso

Re: [RNG] Build succeeds locally but fails on Travis-CI

2016-11-22 Thread Jörg Schaible
Hi Sebb, sebb wrote: > Surely the commons build plugin is only needed to simplify setting up > some files? > > If it were not there, the files could still be updated manually. > > The doc page [1] makes it clear that the only _potential_ build-time > dependency is the copy-javadoc-files goal. >

Re: [RNG] Build succeeds locally but fails on Travis-CI

2016-11-22 Thread sebb
Surely the commons build plugin is only needed to simplify setting up some files? If it were not there, the files could still be updated manually. The doc page [1] makes it clear that the only _potential_ build-time dependency is the copy-javadoc-files goal. However AFAIK that is not used anywher