Re: scripts/build check failing

2018-04-23 Thread Waldek Kozaczuk
I will try to come up with something reasonable. On Monday, April 23, 2018 at 12:40:01 PM UTC-4, Nadav Har'El wrote: > > > On Mon, Apr 23, 2018 at 7:36 PM, Nadav Har'El > wrote: > >> >> On Thu, Apr 5, 2018 at 12:40 AM, Waldek Kozaczuk > > wrote: >> >>> Which version of Java is being used by build

Re: scripts/build check failing

2018-04-23 Thread Nadav Har'El
On Mon, Apr 23, 2018 at 7:36 PM, Nadav Har'El wrote: > > On Thu, Apr 5, 2018 at 12:40 AM, Waldek Kozaczuk > wrote: > >> Which version of Java is being used by build process? I have a feeling it >> is higher than java 8. >> > > If require Java 7 or 8 for the build, I wonder if we shouldn't make a

Re: scripts/build check failing

2018-04-23 Thread Nadav Har'El
On Thu, Apr 5, 2018 at 12:40 AM, Waldek Kozaczuk wrote: > Which version of Java is being used by build process? I have a feeling it > is higher than java 8. > If require Java 7 or 8 for the build, I wonder if we shouldn't make an effort to find the appropriate executable on the system - or maybe

Re: scripts/build check failing

2018-04-04 Thread Geraldo Netto
Hello Waldek, Based on your suggestion, I have updated my /etc/alternatives to default java from Oracle JDK 9 to OpenJDK 8: netto@besta01 ~/Desktop/osv/osv-crypt-final $ java -version openjdk version "1.8.0_162" OpenJDK Runtime Environment (build 1.8.0_162-8u162-b12-0ubuntu0.16.04.2-b12) OpenJDK

Re: scripts/build check failing

2018-04-04 Thread Waldek Kozaczuk
Which version of Java is being used by build process? I have a feeling it is higher than java 8. On Wednesday, April 4, 2018 at 3:57:11 PM UTC-4, Geraldo Netto wrote: > > Dear Friends, > > While, applying the changes for the crypt functions, I noticed the > runjava-isolated module is failing to