This topic contains 3 replies, has 0 voices, and was last updated by kcng 8 years, 7 months ago.

  • Author
    Posts
  • #4655

    tbuffington

    Has anyone run across the problem of the IDE stuck in Building Workspace for an Application-XX.js file for one of the reference SSP applications? I’ve had this happen now on two machines. Just sits there. If you reboot it, it just starts back up. Tried reinstalling, etc.
    This is a cached copy. Click here to see the original post.

  • #4656

    seamanjeff

    yes the validator is borked. Nice support, NetSuite.

  • #4657

    egrubaugh

    Yes. I’ve posted about this all over the internet:http://stackoverflow.com/questions/3…or-ignore-list
    https://usergroup.netsuite.com/users…e-list-setting
    https://www.reddit.com/r/Netsuite/co…_list_setting/
    https://www.linkedin.com/groups/7010…50677624115201
    Cannot figure out the right format for the validation ignore list, if there is a correct format. You can turn off the SuiteScript Validator in your Project Settings, or you can use the Project’s Resource Filters to exclude unnecessary files from your project to avoid them building.

  • #4658

    kcng

    You can try this.

    1. Turn-off “Build Automatically” so that the build does not start up as soon as you do any editing or refresh.

    2. Right click on the project –> Properties.

    3. Go to Builders. Untick JavaScript Validator.

    4. Turn-on “Build Automatically” again.

    5. Try building the project.

    Initial build will take time, but subsequent modifications should not.

    Consequence of this is that JS errors are no longer checked.

    You can also untick SuiteScript Validator if you want to, this would mean that invalid script ids in SuiteScript won’t be checked anymore.

You must be logged in to reply to this topic.