> Traceback (most recent call last):
>   File "bin/integrate.py", line 109, in ?
>     irun()
>   File "bin/integrate.py", line 86, in irun
>     result = getRunner(run).perform()
>   File "/usr/local/gump/test/gump/python/gump/core/runner/runner.py", line
213, in perform
>     return self.performRun()
>   File "/usr/local/gump/test/gump/python/gump/core/runner/demand.py", line
186, in performRun
>     module=project.getModule()
>   File "/usr/local/gump/test/gump/python/gump/core/model/project.py", line
663, in getModule
>     if not self.inModule(): raise RuntimeError, 'Project [' + self.name +
'] not in a module.]'
> RuntimeError: Project [avalon-phoenix-dependencies] not in a module.]


BTW: This looks like an instance of this bug:

    http://issues.apache.org/jira/browse/GUMP-85

Basically, somebody has (in the profile) mentioned a packaged project that
doesn't exist in any module. Often a naming typo, or somebody assuming that
Gump would allow packaged modules, and hence typing the module name not the
project name(s) ... like I sometimes do.

regards

Adam


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to