Skip to content

Tags: automatic-controls/addon-dev-script

Tags

v1.1.9

Toggle v1.1.9's commit message
v1.1.9 update

added XML schema attributes to web.xml for compatibility with WebCTRL11.0
changed company suffix from Inc to LLC

v1.1.8

Toggle v1.1.8's commit message
removed outdated alcshare links

minor README updates
minor patch to allow the nolicense option to persist across versions

v1.1.7

Toggle v1.1.7's commit message
added new API dependencies

updated README

v1.1.6

Toggle v1.1.6's commit message
v1.1.6 update

fixed subtle jar order bug

v1.1.5

Toggle v1.1.5's commit message
v1.1.5 update

fixed bug where *-sources.jar files are unnecessarily included in compiled .addon files

v1.1.4

Toggle v1.1.4's commit message
fix deploy directory for WebCTRL8.5

v1.1.3

Toggle v1.1.3's commit message
critical bug fix

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

Toggle v1.1.2's commit message
ignore *-sources.jar when packaging .addon

v1.1.1

Toggle v1.1.1's commit message
bug fix for URL redirect dependencies

v1.1.0

Toggle v1.1.0's commit message
v1.1.0 update

increment version from 1.0.2 to 1.1.0
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