Project

General

Profile

Actions

Bug #5290

open

originModule not always set

Added by Daniel Crawl almost 14 years ago. Updated about 9 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
core
Target version:
Start date:
02/02/2011
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
5290

Description

The <originModule> property is added to configuration files so that properties will be ignored when their originating module is not loaded. However, sometimes <originModule> is not set. For example:

ant change-to -Dsuite=reporting
ant run
ant change-to -Dsuite=fault-tolerance
ant run
ant change-to -Dsuite=kepler
ant run

Results in:

[run] java.lang.ClassNotFoundException: org.kepler.reporting.gui.ItemsOfInterestPanel$Factory

In ~/KeplerData/modules/gui/configuration/configuration.xml, the <tabPane> for Items Of Interest does not have <originModule>.

Actions

Also available in: Atom PDF