Bug 112128 - Existance of prebuilt applications should be verified
Summary: Existance of prebuilt applications should be verified
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Web Application Framework
Classification: Retired
Component: dev environment
Version: nightly
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: ccm-bugs-list
QA Contact: Jon Orris
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-12-15 10:05 UTC by Daniel Berrangé
Modified: 2007-04-18 17:00 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-09-02 17:30:54 UTC
Embargoed:


Attachments (Terms of Use)

Description Daniel Berrangé 2003-12-15 10:05:36 UTC
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:

Comment 1 Daniel Berrangé 2006-09-02 17:30:54 UTC
Closing old tickets



Note You need to log in before you can comment on or make changes to this bug.