Re: BATCH: All dressed up, with nowhere to go...

2005-03-24 Thread Stefan Bodewig
On Thu, 24 Mar 2005, [EMAIL PROTECTED] wrote:

 failed -ERROR- Synchronize Failed: Unicode Error. Can't copy
 ['spec1109ab\xe7d\xe9'] in
 [u'/usr/local/gump/public/workspace/cvs/xml-xalan/test/tests/accept/spec11']
 to
 [u'/usr/local/gump/public/workspace/xml-xalan/test/tests/accept/spec11']:
 ['ascii' codec can't decode byte 0xe7 in position 11: ordinal not in
 range(128)]

Is this responsible for the java_cup and jlex failures as well?  The
jars are present in
/usr/local/gump/public/workspace/cvs/xml-xalan/java/bin/

No, they also are in
/usr/local/gump/public/workspace/xml-xalan/java/bin/

Any idea what has happened?

Stefan

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



Re: Changing the mailserver property

2005-03-24 Thread Leo Simons
Hi again Graham!

On 23-03-2005 10:16, Graham Leggett [EMAIL PROTECTED] wrote:
 Within gump, the default mailserver points at mail.apache.org. Is it
 possible to change this setting without hacking at the config.py file?
 
 I looked through the workspace documentation, but I cannot see anything
 there that references the MTA.

Hmm. We should fix that :-D

mailserver=wsw.getAttribute('mailserver') or 'mail.apache.org'
mailport=wsw.getAttribute('mailport') or 25
mailto=wsw.getAttribute('administrator')
mailfrom=wsw.getAttribute('email')

You can set a mailserver attribute on the root workspace, ie

workspace mailserver=blah ..


Cheers,


Leo



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