Re: [RNG] CP 47

2018-07-10 Thread Gilles
m: Gilles To: Commons Developers List Sent: Tuesday, 3 July 2018 9:23 PM Subject: [RNG] CP 47 Hi. Could someone please run, with Java 9 or later, $ mvn -Dcommons.release.dryRun=true -Ptest-deploy -Prelease -Pcommons-rng-examples clean test site deploy using comm

Re: [RNG] CP 47

2018-07-10 Thread Rob Tompkins
mvn -rf :commons-rng-sampling >>> >>> This a transient error due to the expected random nature of >>> the algorithms being tested. >>> Running the above command multiple times should get you past >>> this issue. >>> The real issue is with module

Re: [RNG] CP 47

2018-07-10 Thread Gary Gregory
t; > > This a transient error due to the expected random nature of > > the algorithms being tested. > > Running the above command multiple times should get you past > > this issue. > > The real issue is with module "commons-rng-examples" (that > > still

Re: [RNG] CP 47

2018-07-10 Thread Remko Popma
expected random nature of > > the algorithms being tested. > > Running the above command multiple times should get you past > > this issue. > > The real issue is with module "commons-rng-examples" (that > > still fails on my machine with CP 47 an

Re: [RNG] CP 47

2018-07-10 Thread Rob Tompkins
ue. >> The real issue is with module "commons-rng-examples" (that >> still fails on my machine with CP 47 and Java 9). >> >> Regards, >> Gilles >> >>> >>> >>> And confirmed that when executing the program, at the begin

Re: [RNG] CP 47

2018-07-10 Thread Rob Tompkins
on my machine with CP 47 and Java 9). > > Regards, > Gilles > >> >> >> And confirmed that when executing the program, at the beginning the >> the log output, it said "Java version: 9.0.4, vendor: Oracle >> Corporation". >> >> >>

Re: [RNG] CP 47

2018-07-03 Thread Gilles
confirmed that when executing the program, at the beginning the the log output, it said "Java version: 9.0.4, vendor: Oracle Corporation". Hope that helps, Bruno From: Gilles To: Commons Developers List Sent: Tuesday, 3 July 2018 9:23 PM Subject: [R

Re: [RNG] CP 47

2018-07-03 Thread Rob Tompkins
My plan is to work on the [rng] 1.1 release over the next week. -Rob > On Jul 3, 2018, at 5:23 AM, Gilles wrote: > > Hi. > > Could someone please run, with Java 9 or later, > > $ mvn -Dcommons.release.dryRun=true -Ptest-deploy -Prelease > -Pcommons-rng-examples clean test site deploy > > us

Re: [RNG] CP 47

2018-07-03 Thread Bruno P. Kinoshita
___ From: Gilles To: Commons Developers List Sent: Tuesday, 3 July 2018 9:23 PM Subject: [RNG] CP 47 Hi. Could someone please run, with Java 9 or later, $ mvn -Dcommons.release.dryRun=true -Ptest-deploy -Prelease -Pcommons-rng-examples cl

[RNG] CP 47

2018-07-03 Thread Gilles
Hi. Could someone please run, with Java 9 or later, $ mvn -Dcommons.release.dryRun=true -Ptest-deploy -Prelease -Pcommons-rng-examples clean test site deploy using commons-parent 47, and report how it went? Thanks, Gilles