Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

zip utility as part of scriptmaster

Featured Replies

Hi,

I am trying to test the zip file functionality and am getting the error missing property exception (see attachment for details).

I made sure I have the latest Java Virtual Machine installed. I am not familiar with Java or Groovy. Any suggestions on what I am doing wrong?

Thanks,

Constance

scriptmaster_error.gif

I'm guessing that it has to do with a typo - the property in the dialog says 'detination', I'm guessing you meant 'destination'

  • 4 weeks later...

This typo is in the bundled version :(

Also, I cannot fathom why it won't support compressing a directory. Any ideas?

The module is for compressing single files, not directories.

There was a typo in the code for this module in our release. This has been corrected and will be fixed in the next release.

In the mean time, you can correct this typo in your own client very easily. To correct this, fix the misspelling on the line

if (destination == null || detination.length() ==

to

if (destination == null || destination.length() ==

in the Zip FIle function. This should correct your error. When no destination is set I believe that the zip is only created in the container field and not on your system. You can prevent the zip from being created in the container field by commenting out the "return d;" line.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.