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

2016-11-21 Thread Jörg Schaible
Hi Gary, Gary Gregory wrote: > I was thinking the parent POM just had stuff that needed to be inherited > but since I have not looked it sounds like there is actual code in there? Just ressources, but they are referenced in the plugins' classpaths. > I am about to push a new version of commons-

Re: [RNG] Help with Jenkins

2016-11-21 Thread Olivier Lamy
fixed On 22 November 2016 at 09:51, Gilles wrote: > Hi. > > Jenkins fails because the POM of the "commons-rng-examples" > (correctly) requires Java 1.7 while the Jenkins job config > uses the 1.6 maven profile.[1] > > Does someone know how to fix that? > > > Thanks, > Gilles > > [1] See "Goals a

Re: [VOTE][LAZY] Release Commons Build Plugin 1.2 based on RC1

2016-11-21 Thread Gary Gregory
This LAZY VOTE passes with one (1) binding vote from myself (Gary Gregory). I'll release from Nexus and update the site... Thank you, Gary On Fri, Nov 18, 2016 at 6:37 PM, Gary Gregory wrote: > We have added some enhancements since Commons Build Plugin 1.6 was > released, so I would like to r

Re: [VOTE][LAZY] Release Commons Build Plugin 1.2 based on RC1

2016-11-21 Thread Gary Gregory
My +1 Gary On Fri, Nov 18, 2016 at 6:37 PM, Gary Gregory wrote: > We have added some enhancements since Commons Build Plugin 1.6 was > released, so I would like to release Commons Build Plugin 1.7. > > This LAZY VOTE is open for at least 72 hours, until November 21, 2016 > 19:00 PDT (UTC-8) > >

Re: [DISCUSS] Commons RDF as new component?

2016-11-21 Thread Peter Ansell
Hi John, Yes, I have stepped away from the PMC, but I have been reviewing pull requests on Github, mostly the RDF4J and JSONLD-Java integrations which I am a contributor to. Most of my contributions were done before moving the project into Apache incubation. The previous repository has been archi

Re: [DISCUSS] Commons RDF as new component?

2016-11-21 Thread John D. Ament
Sometimes, we have to believe in github's data. https://github.com/apache/incubator-commonsrdf/graphs/contributors It indicates its primarily Stian, a bit of Sergio. Andy has helped a bit, but I do believe Peter has stepped away from the project based on the mail archives. John On 2016-11-

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

2016-11-21 Thread Gary Gregory
I was thinking the parent POM just had stuff that needed to be inherited but since I have not looked it sounds like there is actual code in there? I am about to push a new version of commons-build-plugin. Is that what you are referring to? Gary On Mon, Nov 21, 2016 at 5:00 PM, Jörg Schaible wro

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

2016-11-21 Thread Rob Tompkins
I'll have to dig into this later, but at first look it seems that an environment variable is available to Jenkins that isn't in the Travis build. -Rob > On Nov 21, 2016, at 5:58 PM, Gilles wrote: > > Hi. > > Does someone know how to fix that? > See: > https://travis-ci.org/apache/commons-rn

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

2016-11-21 Thread Jörg Schaible
Hi Gary, Gary Gregory wrote: > Why not put all this stuff in your parent POM? Parent project is the last to build. IMHO we need an own independent component for that. IIRC, those resources are not really commons-rng specific and might be useful for other commons components also. We already ha

Re: [VOTE][LAZY] Release Commons Build Plugin 1.2 based on RC1

2016-11-21 Thread Gary Gregory
The email subject should say version 1.7, not 1.2. Sorry about that. Gary On Fri, Nov 18, 2016 at 6:37 PM, Gary Gregory wrote: > We have added some enhancements since Commons Build Plugin 1.6 was > released, so I would like to release Commons Build Plugin 1.7. > > This LAZY VOTE is open for at

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

2016-11-21 Thread Gary Gregory
Why not put all this stuff in your parent POM? Gary On Mon, Nov 21, 2016 at 4:03 PM, Gilles wrote: > On Tue, 22 Nov 2016 00:48:04 +0100, Jörg Schaible wrote: > >> Gilles wrote: >> >> Hi. >>> >>> Does someone know how to fix that? >>> See: >>>https://travis-ci.org/apache/commons-rng/jobs/177

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

2016-11-21 Thread Gilles
On Tue, 22 Nov 2016 00:48:04 +0100, Jörg Schaible wrote: Gilles wrote: Hi. Does someone know how to fix that? See: https://travis-ci.org/apache/commons-rng/jobs/177715168 Thanks, Gilles Delete your local repository (well, org/apache/commons/commons-rng) and you'll face the same. You ca

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

2016-11-21 Thread Jörg Schaible
Gilles wrote: > Hi. > > Does someone know how to fix that? > See: >https://travis-ci.org/apache/commons-rng/jobs/177715168 > > Thanks, > Gilles Delete your local repository (well, org/apache/commons/commons-rng) and you'll face the same. You cannot declare a dependency for a plutin that d

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

2016-11-21 Thread Gilles
Hi. Does someone know how to fix that? See: https://travis-ci.org/apache/commons-rng/jobs/177715168 Thanks, Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@common

[RNG] Help with Jenkins

2016-11-21 Thread Gilles
Hi. Jenkins fails because the POM of the "commons-rng-examples" (correctly) requires Java 1.7 while the Jenkins job config uses the 1.6 maven profile.[1] Does someone know how to fix that? Thanks, Gilles [1] See "Goals and options" at https://builds.apache.org/view/Apache%20Commons/job

[RNG] "multimodule" and "RNG-30__sampling" branches to be deleted

2016-11-21 Thread Gilles
Hi. To those who might have a reference to these two branches, please resync with "master". Unless there are objections, I'll delete them. Regards, Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additi

Re: [RDF] Draft introduction to Commons RDF

2016-11-21 Thread Bruno P. Kinoshita
Great work Stian! Completed the tutorial in the main page, and the code in the examples works flawlessly. Kudos. Tried to push at least the trivial changes to https://git-wip-us.apache.org/repos/asf/incubator-commonsrdf.git but got back a "remote: You are not authorized to edit this repository

Re: [RDF] Draft introduction to Commons RDF

2016-11-21 Thread Gary Gregory
Well done sir! I am glad to finally see text like this. I would start with concepts ("RDF resources") rather than the mechanics of getting a project set up with an template Java file. At least that's me. As soon as I say the first graph, I though "oh, I want to see that up front". More of an API

Fwd: commons-crypto git commit: Fix travis [Forced Update!]

2016-11-21 Thread Gary Gregory
FWIW, this will all happen automatically after the new parent POM is released which will happen the Commons Build Plugin is released, which should be with 24 hours. Gary -- Forwarded message -- From: Date: Sun, Nov 20, 2016 at 5:57 PM Subject: commons-crypto git commit: Fix travis

[RDF] Draft introduction to Commons RDF

2016-11-21 Thread Stian Soiland-Reyes
As raised in the recent vote, Commons RDF could do with an introduction to RDF for people who have not used RDF before. The API should be quite suitable for RDF beginners, as unlike say Jena or Sesame they should not be so easily overwhelmed by the API size. Here's my first attempt at such a tuto