Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Lately I have been working with some UI widgets extensions. It seemed to be a repetitive task to do the initial developments, version it, deploy , look for bugs and repeat. So I thought of develop an Eclipse IDE plugin (As is the primary IDE supported for extensions development), which can automatically increase the path number of the extension, build it and upload to a target Thingworx server, preferably Development. Attached is the jar file of the plugin that you can use with eclipse. If interested you can follow the following steps and try it out,
1. Download the .jar file and put it into drop-ins folder of your eclipse IDE
Now restart the Eclipse IDE, Once restarted you will see a new icon in the toolbar of your IDE,
You can now use the plugin, on click of this the following download would appear,
In the dialog, select the extension project, set the server address, and add an appKey with Admin level access, don not forget to click on Update TWX details. That would store the details for future use.
At this point make sure you have compiled your extension outside of this plugin atleast once and refreshed the project content. (Its a known bug, am working on), otherwise you will get following error,
Now when you click ok, if everything goes well, you will get a successful message and the extension would be deployed to the server.
If you feel like contributing checkout the git repo: https://github.com/WGLabz/ThingWorxExtensionUploader
Plugin .jar file: https://github.com/WGLabz/ThingWorxExtensionUploader/releases/download/PR1/ThingWorxExtensionUploader_1.0.0.202408101722.jar
Regards,
Bikash