Community
Participate
Working Groups
Correct the build of the splash screen app to produce a .jar artifact.
Just to give you a pointer. This is caused by the hard coded .war extension in the common.properties file in Virgo-Build. Property 'war.output.file'. This is not a trivial fix, Virgo-Build needs to support a whole new Artifact type. Just building it as a jar won't work as it will not be built as a WAB or a War file and will fail to deploy any web resources. BTW, it has some parts of it's web module support lying around that need deleting, I spotted a load of web.module properties in the file as well, I suspect that is all that is left. Please ask if you have questions on the build system.
Commit 313c9bfa8f6dddcc8c8929c84de6ac659af7bdf2 Added WAB build artifact type in virgo-build Commit 7eb28d6e8e5f501a79b989b05d7d42f9cd971e26 Splash and admin web apps are build as WAB virgo-build 2.09 is pushed to all project (thanks to Chris)