Hi Niclas, I think the problem is the xmlParserAPIs project referenced in gump.xml which it says is in package Jetty-5.0.beta2. However there isn't a module containing that project in metadata/project. If I'm understanding this right (and I'm fairly new to this so there's a good chance I'm not) then the package reference is used by gump to determine the directory to find the relevant packaged jars and the poject still needs to be included as a project inside a module defined in metadata/project. This would then tell gump the name of the jar inside the package directory.
The problem I think has arisen due to the following line which has been added to metadata/project/jakarta-turbine-fulcrum.xml. <depend project="xmlParserAPIs"/> The ws-axis project references it like this <depend property="xmlParserAPIs.jar" project="xml-xerces" id="xml-parser"/> I'm not sure if that will work for fulcrum or not. If not then I guess the xmlParserAPIs project needs to be defined in metadata/project. Given the package reference in gump.xml it should probably be defined in jetty4.xml but that seems like the wrong place to me. I would have thought if any where it should be defined in xml-xerces2.xml. Hope this is of some help but if not please let me know where my understanding is falling down. Thanks & regards Gareth Webbley On Wednesday 27 October 2004 18:20, Niclas Hedhman wrote: > On Thursday 28 October 2004 01:02, [EMAIL PROTECTED] wrote: > > There is a problem with the run at : http://brutus.apache.org/gump/public > > ------------------------------------------------------------ > > The log ought be at: > > 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/public/gump/python/gump/core/runner/runner.py", > line 213, in perform > return self.performRun() > File "/usr/local/gump/public/gump/python/gump/core/runner/demand.py", > line 186, in performRun > module=project.getModule() > File "/usr/local/gump/public/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 [xmlParserAPIs] not in a module.] > > > I am not sure if this is the reason of the 'abort', or it is because MAven > hanged during the build of public/workspace/excalibur/components/pool/impl > which seems to not complete, and not even a pool/impl/target/ dir created. > > I have killed the Maven instance. > > > Cheers > Niclas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
