Hi Hugh, Thank you very much for identifying this. I have already replaced Java11 by Java 8 (jdk 8u_251 -windows-64 bit) and managed to compile my code. Thank you again Madan
Dear All, I have tried to build Unicenta 4.5.4 with Netbeans 11.3 with Java: 11.0.7; Java HotSpot(TM) 64-Bit Server VM 11.0.7+8-LTS. I have included <repository> <id>spring-repo</id> <url> https://repo.spring.io/plugins-release/ </url> </repository> in my POM.xml as discussed here and tried clean and build few times. Still the build fails. I am putting all those messages from Priming. Any help to resolve this issue will be highly appreciated. Many thenks in advance Madan ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////...
Dear All, I am getting build error when trying to compile Unicenta 4.6 source code in Maven. I am not sure what I am missing here. Any help to resolve this issue will be highly appreciated. Many thanks in advance Madan //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// C:\Users\Dad\maven\unicentaopos>mvn compile [INFO] Scanning for projects... [INFO] [INFO] ---------------------< com.unicenta:unicentaopos >----------------------...
Dear All, After I have included <repository> <id>spring-repo</id> <url> https://repo.spring.io/plugins-release/ </url> </repository> in my POM and run the compile again. This time, it generates a different types of error. Something about index out of bound error as shown below. No idea what is happening. Any help will be highly appreciated. Thank you Madan ///////////////////////////////////////////////////// C:\Users\Dad\maven\unicentaopos>mvn compile [INFO] Scanning for projects... [INFO] [INFO]...
Hi, I have tried to compile Unicenta 4.6 from source using Maven. The validation becomes succesful, however, the build is failing with the error message as follows: Any help to resolve this issue will be highly appreciated. Madan /////////////////////////////////////////////////////////// 18362.836] (c) 2019 Microsoft Corporation. All rights reserved. C:\Users\Dad>cd maven/unicentaopos C:\Users\Dad\maven\unicentaopos>mvn validate [INFO] Scanning for projects... [INFO] [INFO] ---------------------<...