Actions
Bug #4887
openIf a module is added to a configuration, the error message should include the fix
Start date:
03/17/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4887
Description
Apparently, the dataturbine module was added to the kepler trunk.
After doing
ant update
ant run
I got:
run:
[run] Error: The following modules are missing:
[run] dataturbine
The fix is to do
ant change-to -Dsuite=kepler
ant run
It would be nice if the error message would tell the user to do an
ant change-to
Even better, it would be nice if the system would get the module.
Actions