Hi.
I am upgrading a project in my company from smartclient version 10 to version 13.
To begin, before purchasing the "pro" version, I downloaded the "eval" version: "13.0-p20230129".
I updated the internal repository with the libraries from the downloaded version of smartclient.
In the root maven pom file I left the previous dependency on "smartclient-tools", when I run the "clean install" command the build crashes with the following error:
"Failed to execute goal on project xxxxx: Could not resolve dependencies for project xxxx:war:R3.0.7-SNAPSHOT: Could not find artifact com.isomorphic.smartclient.eval:smartclient-tools-resources:war:13.0-p20230129 in xxxxx (http://aaa.bbb.ccc.ddd:80xx/nexus/...) -> [Help 1]".
The jars are present among the folders of the eval version I downloaded, but "smartclient-tools-resources.war" is not.
Where can I find "smartclient-tools-resources.war"?
Thank you.
I am upgrading a project in my company from smartclient version 10 to version 13.
To begin, before purchasing the "pro" version, I downloaded the "eval" version: "13.0-p20230129".
I updated the internal repository with the libraries from the downloaded version of smartclient.
In the root maven pom file I left the previous dependency on "smartclient-tools", when I run the "clean install" command the build crashes with the following error:
"Failed to execute goal on project xxxxx: Could not resolve dependencies for project xxxx:war:R3.0.7-SNAPSHOT: Could not find artifact com.isomorphic.smartclient.eval:smartclient-tools-resources:war:13.0-p20230129 in xxxxx (http://aaa.bbb.ccc.ddd:80xx/nexus/...) -> [Help 1]".
The jars are present among the folders of the eval version I downloaded, but "smartclient-tools-resources.war" is not.
Where can I find "smartclient-tools-resources.war"?
Thank you.
Comment