Hello, We are having some issues with the release...
# sdf
a
Hello, We are having some issues with the release of the SuiteCloud tools for 19.1 (IDEs and CLIs). We are close to have them solved. In the meantime, the Java CLI is available here: Windows - https://system.netsuite.com/download/suitecloud-sdk/cli/java/19.1/sdf-cli.zip?NS_VER=2019.1.0 Mac - https://system.netsuite.com/download/suitecloud-sdk/cli/java/19.1/sdf-cli.tar.gz?NS_VER=2019.1.0 Notice you don't need any extra steps to set it up (no more Maven!). Download, unpackage, and run. As usual, feedback more than welcomed 🙂 I'll keep you guys posted about IDE updates. Thank you!
👍 3
💥 3
💯 4
s
hmm, I'm having issues (errors) with the Mac version (trying to use it on WSL). First of all, the file downloaded appears to be a tar file, not GZ, then it says it's corrupt - extracts a single large jar file (cli-2019.1.0.jar) and that's it (and it's also corrupt).
it looks like the jar file from the Windows download is intact - any reason I can't just use that on *nix?
a
What's corrupt on the jar?
The tar vs gz problem was reported. We are fixing it
s
Copy code
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=C.UTF-8,Utf16=on,HugeFiles=on,64 bits,4 CPUs Intel(R) Core(TM) i7-7600U CPU @ 2.80GHz (806E9),ASM,AES-NI)

Scanning the drive for archives:
1 file, 16648093 bytes (16 MiB)

Extracting archive: sdf-cli.tar

ERRORS:
Headers Error


WARNINGS:
There are data after the end of archive

--
Path = sdf-cli.tar
Type = tar
ERRORS:
Headers Error
WARNINGS:
There are data after the end of archive
Physical Size = 16522752
Tail Size = 125341
Headers Size = 512
Code Page = UTF-8



Archives with Errors: 1

Warnings: 1

Open Errors: 1
comparing the windows jar and the one extracted above for mac:
Copy code
$ diff cli-2019.1.0.jar sdf/cli-2019.1.0.jar
Binary files cli-2019.1.0.jar and sdf/cli-2019.1.0.jar differ
If you can confirm the windows jar is identical to the 'mac' one than I can just continue with the windows jar on WSL
a
It should be identical, yes
noted. We are working on the artifact fix
👍 1
m
@Albert Margarit (NS Eng Lead) Thanks for working on the *nix fix. Just as an FYI, the URL in the SDF docs for 2019.1 are incorrect as well (if yours is the truth).
a
Thanks Mark. The links are actually correct, the one that I sent here are a workaround
They will be correct once the issue in the release process is resolved. It's currently in progress
m
Perfect. Thanks.
a
Thank you!