Description of problem: I added the following line to the 'prebuilt' section of project.xml: <ccm:application name="ccm-ldn-theme" version="1.4.0" buildOrder="1"/> Ran, ccm-configure.sh and then 'ant deploy'. Everything seemed to work as normal, but when I start up the server I got a ClassNotFound exception for the initializer relating to the theme application. It turned out that this was because the version was actually '1.0.0' not '1.4.0'. The ccm-configure.sh script & ant deploy processes should verify that the pre-built applications actually exist. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Add an application with incorrect version 2. Run deploy 3. Actual results: Deploy appears to work Expected results: Error message about non existant app Additional info:
Closing old tickets