The following patch updates build.xml to use a different ant project name. This ensures that the correct module name is generated when executing the gump target from the Avalon trunk root directory.
Steve. Index: build.xml =================================================================== --- build.xml (revision 36764) +++ build.xml (working copy) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> -<project name="avalon" default="install" basedir="." +<project name="avalon-trunk" default="install" basedir="." xmlns:x="antlib:org.apache.avalon.tools"> <available property="magic.available" classname="org.apache.avalon.tools.model.Home" > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]