Page 1 of 1

OXP/OXZ building scripts

Posted: Sat Jul 05, 2014 12:51 pm
by cim
I've mentioned these a few times on the board before - a small set of build scripts to make it easier to package and test OXPs/OXZs. Features include:
  • No need to shift-restart during development, so you can get quicker from-cache startup the rest of the time.
  • Update the version in one place, have it propagate everywhere else. This is less useful now that the version in manifest.plist can automatically fill in the version in JS files, but it's still useful.
  • Provides a common JS script header.
  • Automatically builds well-packaged OXPs and OXZs.
  • Automatic (once configured) running of the OXP verifier on every build
Download from Github

They should work unmodified on Linux, but will probably need a little work on Windows/Mac.

Re: OXP/OXZ building scripts

Posted: Sat Jul 05, 2014 4:39 pm
by Diziet Sma
Nice! Grabbing! 8)

Re: OXP/OXZ building scripts

Posted: Tue Jan 27, 2015 9:45 pm
by cim
A quick update on these scripts - I use them to run the OXP verifier on every build (and have recently got sufficiently frustrated with the things it doesn't pick up in 1.80 to make it a bit more useful in 1.81). I've updated the git repo with some hints and documentation on how to get that working for your OXPs.