I am building a new Eclipse/Brightscript IDE on a new computer for channel upgrade and 4K development with the Roku 4, so I want the latest of everything. I am following the instructions for the BrightScript Plugin Update at:
https://sdkdocs.roku.com/display/sdkdoc ... ugin+GuideI am running Java 8 update 92, the dltk available at:
http://download.eclipse.org/technology/ ... ev/latest/ I'm running windows 10 workstation pro, 64bit.
To test, I'm creating simple new Brightscript projects, but getting an error in deployment that seems to be tied to Eclipse not being able to build a zip file. I get a dialog box labeled "BrightScript Deployment Error"
it contains
Error during zip file creation
Reason:
(there is no reason shown)
The details button brings up:
org.eclipse.ui.internal.wizards.datatransfer.ZipFileExporter.<init>(Ljava/lang/String;Z)V
Clearing that dialog box brings up an identical dialog box where Reason: is listed as Unknown.
Eclipse does have access to a zip file creator, because I can export the project as a General->Archive file which produces a valid zip file with all the files in it.
Any idea what's wrong? We developed the existing channel using this IDE/Extensions so we really don't want to look for and learn another solution to update it.