Skip to content

v1.1.0

Compare
Choose a tag to compare
@cvogt729 cvogt729 released this 19 Aug 14:32
· 12 commits to main since this release

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