Figured out how to configure ant.yml to use JDK 11 for CI and to have Ant invoke unit tests vice java CLI. This frees up the CI process from some of the previous rigidity of how it was performed.
Added a fuller manifest to the generated archive files (sigmakee.jar and sigma.war).
Added the LICENSE to the META-INF of both archives.
Reformatted and friendlier initialization "splash"
Added missing import for the OWL.jsp file.
On the IDE side of things, we can now generate detailed HTML reports of all unit tests performed. From the base directory:
Figured out how to configure ant.yml to use JDK 11 for CI and to have Ant invoke unit tests vice java CLI. This frees up the CI process from some of the previous rigidity of how it was performed.
Added a fuller manifest to the generated archive files (sigmakee.jar and sigma.war).
Added the LICENSE to the META-INF of both archives.
Reformatted and friendlier initialization "splash"
Added missing import for the OWL.jsp file.
On the IDE side of things, we can now generate detailed HTML reports of all unit tests performed. From the base directory:
ant -f nbproject/ide-targets.xml test