Skip to content

Releases: automatic-controls/addon-dev-script

v1.1.4

02 Jul 15:38
Compare
Choose a tag to compare

Changelog

  • Improved logic used to detect WebCTRL and JDK installations
  • Compatibility patches for WebCTRL8.5 and WebCTRL9.0

v1.1.3

09 Nov 13:59
Compare
Choose a tag to compare

Changelog

  • Previously, we did not include the ./webapp/WEB-INF/lib folder when creating the ./addon archive if it was determined to be empty. However, it was found that this omission causes a problem with WebCTRL in some cases. So, now we include the lib folder in all cases.

v1.1.2

01 Sep 13:14
Compare
Choose a tag to compare

Changelog

  • Exclude files matching *-sources.jar from .addon package

v1.1.1

30 Aug 20:06
Compare
Choose a tag to compare

Changelog

  • Fixed dependency collection from URLs that have redirects (e.g, from a GitHub release download URL)

v1.1.0

19 Aug 14:32
Compare
Choose a tag to compare

Migration From 1.0.x

It is suggested you delete ./config.txt and ./DEPENDENCIES from project folders because the functionality they provide has been moved elsewhere (in a ./config folder). You should also make use of the new dependency auto-collection feature.

Changelog

updated README.md
rewrote dependency collection mechanism
support auto-collection of more dependencies from local WebCTRL installations
support auto-collection of dependencies from an external website
added 'depend [--all]' command for triggering dependency recollection
added jar files to default .gitignore
removed config.txt from default .gitignore
added listener and welcome-file-list to default deployment descriptor
added override variable which allows extensions to invoke base commands they override (if any)
added support for an optional startup script
implemented fail-fast compilation