Re: Building OM 6.0.0

2021-04-06 Thread Filip Žák
Okay. Thank you. Filip ut 6. 4. 2021 o 15:01 Maxim Solodovnik napísal(a): > clarification: JDK11 required for build only > According to reports OM should work as expected under JDK16 :) > > On Tue, 6 Apr 2021 at 19:51, Filip Žák wrote: > > > > Okay thank you so I will install JDK11. > > > > Th

Re: Building OM 6.0.0

2021-04-06 Thread Maxim Solodovnik
clarification: JDK11 required for build only According to reports OM should work as expected under JDK16 :) On Tue, 6 Apr 2021 at 19:51, Filip Žák wrote: > > Okay thank you so I will install JDK11. > > Thanks > > Filip > > ut 6. 4. 2021 o 14:50 Maxim Solodovnik napísal(a): >> >> I have no idea >

Re: Building OM 6.0.0

2021-04-06 Thread Filip Žák
Okay thank you so I will install JDK11. Thanks Filip ut 6. 4. 2021 o 14:50 Maxim Solodovnik napísal(a): > I have no idea > current requirement for build is JDK11 > > I can try to check the build using next LTS but later > > On Tue, 6 Apr 2021 at 19:47, Filip Žák wrote: > > > > Okay maybe ther

Re: Building OM 6.0.0

2021-04-06 Thread Maxim Solodovnik
I have no idea current requirement for build is JDK11 I can try to check the build using next LTS but later On Tue, 6 Apr 2021 at 19:47, Filip Žák wrote: > > Okay maybe there is a problem. And what about versions 12, 13, 14 and 15? > Could they work? > > ut 6. 4. 2021 o 14:44 Maxim Solodovnik

Re: Building OM 6.0.0

2021-04-06 Thread Filip Žák
Okay maybe there is a problem. And what about versions 12, 13, 14 and 15? Could they work? ut 6. 4. 2021 o 14:44 Maxim Solodovnik napísal(a): > Can you build with JDK11 ? > I never tried to build with JDK16 :( > the build might need to be tweaked ... > > On Tue, 6 Apr 2021 at 19:42, Filip Žák w

Re: Building OM 6.0.0

2021-04-06 Thread Maxim Solodovnik
Can you build with JDK11 ? I never tried to build with JDK16 :( the build might need to be tweaked ... On Tue, 6 Apr 2021 at 19:42, Filip Žák wrote: > > I have OracleJDK 16 and Apache Maven 3.6.3. > > ut 6. 4. 2021 o 14:20 Maxim Solodovnik napísal(a): >> >> JDK version please :) >> >> On Tue, 6

Re: Building OM 6.0.0

2021-04-06 Thread Filip Žák
I have OracleJDK 16 and Apache Maven 3.6.3. ut 6. 4. 2021 o 14:20 Maxim Solodovnik napísal(a): > JDK version please :) > > On Tue, 6 Apr 2021 at 18:33, Filip Žák wrote: > > > > Hello, > > I have a problem with building OM 6.0.0 again. This time on Debian. > First I'm building it on a really slo

Re: Building OM 6.0.0

2021-04-06 Thread Maxim Solodovnik
JDK version please :) On Tue, 6 Apr 2021 at 18:33, Filip Žák wrote: > > Hello, > I have a problem with building OM 6.0.0 again. This time on Debian. First I'm > building it on a really slow virtual server (just one core) so maybe that is > the problem. It fails on Openmeetings-Web: > > [INFO] R

Re: Building OM 6.0.0

2021-04-06 Thread Filip Žák
Hello, I have a problem with building OM 6.0.0 again. This time on Debian. First I'm building it on a really slow virtual server (just one core) so maybe that is the problem. It fails on Openmeetings-Web: [INFO] Results: [INFO] [ERROR] Failures: [ERROR] TestDateTime.test3:85 expected: but was:

Re: Building OM 6.0.0

2021-03-22 Thread Filip Žák
Big thanks for help. [INFO] [INFO] Reactor Summary for Openmeetings 6.0.0: [INFO] [INFO] Openmeetings ... SUCCESS [ 13.041 s] [INFO] Openmeetings Util .. SUC

Re: Building OM 6.0.0

2021-03-22 Thread Maxim Solodovnik
There are tests that only works at machine with some 3rd party tools In this case it is `ImageMagic` tests expects it's binaries are in the PATH to bypass this you can use `Jenkins` profile (created for our CI server) so the final command will be `mvn clean install -PallModules,Jenkins` (`allModu

Re: Building OM 6.0.0

2021-03-22 Thread Filip Žák
Thanks I removed all 'node_modules' folders but now I have this: *INFO] Results:[INFO] [ERROR] Failures: [ERROR] TestFileService.addFileTest:68 Width should be determined ==> expected: <150> but was:[INFO] [ERROR] Tests run: 210

Re: Building OM 6.0.0

2021-03-21 Thread Maxim Solodovnik
https://issues.apache.org/jira/browse/OPENMEETINGS-2597 On Mon, 22 Mar 2021 at 07:27, Maxim Solodovnik wrote: > > > On Mon, 22 Mar 2021 at 02:45, Filip Žák wrote: > >> Hello, >> I would like to build a custom version of OM (a little bit changed code). >> But first I tried build original source

Re: Building OM 6.0.0

2021-03-21 Thread Maxim Solodovnik
On Mon, 22 Mar 2021 at 02:45, Filip Žák wrote: > Hello, > I would like to build a custom version of OM (a little bit changed code). > But first I tried build original source code. So I downloaded the OM 6.0.0 > src package from: > https://openmeetings.apache.org/downloads.html > > I unpacked fil