> 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.
You guessed right, it is in the workspace. Please file a JIRA entry if it
isn't in the docs.
Here is a good example worspace:
<workspace name="brutus-test"
basedir="/usr/local/gump/test/workspace"
jardir="/usr/local/gump/test/jars"
cvsdir="/usr/local/gump/staging"
pkgdir="/usr/local/gump/packages"
logdir="/usr/local/gump/test/results"
logurl="http://brutus.apache.org/gump/test"
mailserver="mail.apache.org"
administrator="[email protected]"
email="[EMAIL PROTECTED]"
version="0.4">
<property name="build.sysclasspath" value="only"/>
<sysproperty name="java.awt.headless" value="true"/>
<!-- additional background threads, over main thread -->
<threads updaters="5" builders="0" />
<profile href="profile/gump.xml"/>
</workspace>
regards
Adam
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]