Hi,

sorry for asking again. My issue is still how to reproduce the ws-jaxme nagging. (See http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=8679
) After some days, I decided to check whether some update in the trunc has cured the original problem. However, I do get the following error
messages now:


[EMAIL PROTECTED] gump]$ python gump.py -w metadata/gump.xml ws-jaxme
- ************************************
- Apache Gump
- ************************************
- GUMP run on host : stujwi
- GUMP run @ : 06 Oct 04 10:03:07
- GUMP run @ UTC : 06 Oct 04 08:03:07
- GUMP run by Python : '2.3.3 (#1, May 7 2004, 10:31:40) \n[GCC 3.3.3 20040412 (Red Hat Linux 3.3.3-7)]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
Terminated unintentionally...
Traceback (most recent call last):
File "gump.py", line 223, in ?
raise RuntimeError('No such workspace at ' + str(workspacePath))
RuntimeError: No such workspace at /home/jwi/gump/metadata/gump.xml
[EMAIL PROTECTED] gump]$


In fact, there is no such file metadata/gump.xml. I tried with
workspace.xml, but that only produced the following message. (The project descriptor ws-jaxme *is* in the project directory.)


Regards,

Jochen



[EMAIL PROTECTED] gump]$ python gump.py -w metadata/workspace.xml ws-jaxme
- ************************************
- Apache Gump
- ************************************
- GUMP run on host : stujwi
- GUMP run @ : 06 Oct 04 10:02:43
- GUMP run @ UTC : 06 Oct 04 08:02:43
- GUMP run by Python : '2.3.3 (#1, May 7 2004, 10:31:40) \n[GCC 3.3.3 20040412 (Red Hat Linux 3.3.3-7)]'
- GUMP run by Python : '/usr/bin/python'
- GUMP run by Gump : 2.0.2-alpha-0003
- GUMP run on OS : 'posix'
- GUMP PYTHONPATH : /home/jwi/gump/python
Execute : svn update --non-interactive
At revision 53854.
Executing with CWD: [metadata]
Execute : cvs -q update -dP
Password:
Execute : /usr/bin/python bin/integrate.py -w metadata/workspace.xml ws-jaxme
Traceback (most recent call last):
File "bin/integrate.py", line 109, in ?
irun()
File "bin/integrate.py", line 83, in irun
run=gump.run.gumprun.GumpRun(workspace,ps,options)
File "/home/jwi/gump/python/gump/run/gumprun.py", line 77, in __init__
self.gumpSet=gump.run.gumpset.GumpSet(self.workspace,expr)
File "/home/jwi/gump/python/gump/run/gumpset.py", line 118, in __init__
self.validate()
File "/home/jwi/gump/python/gump/run/gumpset.py", line 123, in validate
raise RuntimeError, 'No projects match [' + self.projectexpression + ']'
RuntimeError: No projects match [ws-jaxme]
Process Exit Code : 1



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



Reply via email to