Forum Discussion
I think a number of these are likely to be resolved by changing your build number prior to deployment. there's an `sl_build` baked into the pom (see here). This should be an ever-increasing value as it will then require the jcc download that new zip file whenever it runs.
Your concerns for issue 1 are likely related to the fact that suggestions come from the snap pack being run on the jcc, so when you go to open a suggestion field, it will talk to the jcc (and the jcc will return back to the UI) the details potentially required to fill in the field. That can be slow, fast or not show sometimes depending on (usually) the size of your snap pack as that has to be downloaded by the jcc first.
I'd see if bumping your sl_build property fixes most (if not all) of these issues and if it doesn't, feel free to reply back and we can maybe investigate further.
Hi, When can i expect the 4.15 build available, hence i can take the latest build and work.
Not sure why the maven artifacts that went out Friday didn’t help, but the GA will be this Saturday.
As a work around I’ll provide the jar and you can download and install that into your .m2 cache. To do that use this command, but substitute your path for the one I used in
-Dfile=<path to downloaded jar>
. I was able to build the demo snap pack after installing this, but let me know if you have more issues.$ mvn install:install-file -Dfile=/Users/tim/Downloads/commons-csv-1.0-SNAPSHOT.jar.zip -DgroupId=org.apache.commons -DartifactId=commons-csv -Dpackaging=jar -Dversion=1.0-SNAPSHOT [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Stub Project (No POM) 1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-install-plugin:2.4:install-file (default-cli) @ standalone-pom --- [INFO] Installing /Users/tim/Downloads/commons-csv-1.0-SNAPSHOT.jar to /Users/tim/.m2/repository/org/apache/commons/commons-csv/1.0-SNAPSHOT/commons-csv-1.0-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.463s [INFO] Finished at: Tue Nov 06 10:18:56 EST 2018 [INFO] Final Memory: 7M/309M [INFO] ------------------------------------------------------------------------
commons-csv-1.0-SNAPSHOT.jar.zip (34.1 KB)