> On Aug 21, 2016, at 4:43 AM, Gilles <gil...@harfang.homelinux.org> wrote:
> 
> Hi.
> 
> On Sat, 20 Aug 2016 21:45:53 -0400, Rob Tompkins wrote:
>>> On Aug 20, 2016, at 10:02 AM, Sergio Fernández <wik...@apache.org> wrote:
>>> 
>>> Just add the build configuration (.travis.yml) to the repo and ask INFRA to
>>> enable it.
>>> 
>>> On Aug 20, 2016 03:31, "Gilles" <gil...@harfang.homelinux.org> wrote:
>>> 
>>>> On Fri, 19 Aug 2016 20:44:46 -0400, Rob Tompkins wrote:
>>>> 
>>>>> I’m fairly familiar with build tools like travis, if you want me to
>>>>> look into it I can.
>>>>> 
>>>> 
>>>> Sure!
>> 
>> Hey Gilles,
>> 
>> Here’s the pull request that will put the travis file in place:
>> 
>> https://github.com/apache/commons-rng/pull/1
> 
> Thanks.
> 
>> It’s the same as in commons-lang, so I think it will be sufficient. I
>> think we’ll need to have the INFRA team set up both travis and
>> coveralls after you pull that file in. I set it up on my fork of the
>> repository. This is what it came out looking like.
>> 
>> https://travis-ci.org/chtompki/commons-rng 
>> <https://travis-ci.org/chtompki/commons-rng>
>> <https://travis-ci.org/chtompki/commons-rng 
>> <https://travis-ci.org/chtompki/commons-rng>>
>> 
>> Let me know if that works for you.
> 
> I see that you've upgrade the jacoco version but ".travis.yml" would
> call cobertura.  Why?

That was an attempt to get jacoco working with coveralls based upon:

https://github.com/trautonen/coveralls-maven-plugin#jacoco

, which I couldn’t immediately resolve. That said, I’m not opposed to moving 
back to “0.7.5.201505241946” which seems to be the standard across commons 
generally. Further I’ll fiddle around with it enabled in my fork to see if I 
can get jacoco to work properly with coveralls.

> 
> I thought that cobertura was not supported anymore.
> In
>  https://travis-ci.org/chtompki/commons-rng/jobs/153872018 
> <https://travis-ci.org/chtompki/commons-rng/jobs/153872018>
> it generates a warning:
> [WARN] JavaNCSS got an error while parsing the java file 
> /home/travis/build/chtompki/commons-rng/src/main/java/org/apache/commons/rng/internal/util/NumberFactory.java

Here I’m not sure what’s going on especially since it’s complaining about line 
29 in NumberFactory.java; whereas line 31 is virtually syntactically analogous, 
and that isn’t complained about. It seems to be in cobertura and doesn’t fail 
the build, which argues more for getting jacoco working properly. I’ll continue 
to fiddle around here to see if I can work cobertura out of the picture 
entirely.

> 
> Also, in
>  https://travis-ci.org/chtompki/commons-rng/jobs/153872017 
> <https://travis-ci.org/chtompki/commons-rng/jobs/153872017>
> do you know what is this error:
>  org.eclipse.jgit.errors.RevWalkException: Walk failure.
> ?
> 

I’m not certain why that happened but it’s tied to somehow your commit with the 
message "Forgotten uses of "diamond" operator (requires Java 7).” on Aug 9 at 
1854. I’m going to guess there’s something out of sorts with my fork maybe. But 
that’s entirely a guess. I’ll delete my fork and try again to see if that fixes 
it.

Cheers,
-Rob

> 
> Regards,
> Gilles
> 
>> Cheers,
>> -Rob
>> 
>>>> 
>>>> Thanks,
>>>> Gilles
>>>> 
>>>> -Rob
>>>>> 
>>>>> On Aug 19, 2016, at 8:06 PM, Gilles <gil...@harfang.homelinux.org> wrote:
>>>>>> 
>>>>>> Hi.
>>>>>> 
>>>>>> Does someone know how this
>>>>>> https://travis-ci.org/apache/commons-rng
>>>>>> appeared and how to make it reflect the reality?
>>>>>> 
>>>>>> 
>>>>>> Thank you,
>>>>>> Gilles
>>>>>> 
>>>>>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to