Return-Path: Delivered-To: apmail-gump-commits-archive@www.apache.org Received: (qmail 40056 invoked from network); 22 Jul 2010 05:38:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Jul 2010 05:38:46 -0000 Received: (qmail 33002 invoked by uid 500); 22 Jul 2010 05:38:45 -0000 Mailing-List: contact commits-help@gump.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@gump.apache.org Delivered-To: mailing list commits@gump.apache.org Received: (qmail 32993 invoked by uid 99); 22 Jul 2010 05:38:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jul 2010 05:38:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jul 2010 05:38:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 837742388999; Thu, 22 Jul 2010 05:37:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r966505 - in /gump/trunk/src/documentation: ./ content/xdocs/ content/xdocs/metadata/ Date: Thu, 22 Jul 2010 05:37:15 -0000 To: commits@gump.apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100722053715.837742388999@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bodewig Date: Thu Jul 22 05:37:14 2010 New Revision: 966505 URL: http://svn.apache.org/viewvc?rev=966505&view=rev Log: various fixes and removal of non-Python Gump metadata references Modified: gump/trunk/src/documentation/content/xdocs/faq.xml gump/trunk/src/documentation/content/xdocs/index.xml gump/trunk/src/documentation/content/xdocs/metadata/builder.xml gump/trunk/src/documentation/content/xdocs/metadata/index.xml gump/trunk/src/documentation/content/xdocs/metadata/module.xml gump/trunk/src/documentation/content/xdocs/metadata/project.xml gump/trunk/src/documentation/content/xdocs/metadata/workspace.xml gump/trunk/src/documentation/content/xdocs/whoweare.xml gump/trunk/src/documentation/skinconf.xml Modified: gump/trunk/src/documentation/content/xdocs/faq.xml URL: http://svn.apache.org/viewvc/gump/trunk/src/documentation/content/xdocs/faq.xml?rev=966505&r1=966504&r2=966505&view=diff ============================================================================== --- gump/trunk/src/documentation/content/xdocs/faq.xml (original) +++ gump/trunk/src/documentation/content/xdocs/faq.xml Thu Jul 22 05:37:14 2010 @@ -21,14 +21,14 @@ Gump - Frequently Asked Questions - - + +
Question: Which version of Ant (or JUnit or log4j or...) does Gump use? -

Answer: The latest from cvs (as of the instant of the Gump run).

+

Answer: The latest from SCM (as of the instant of the Gump run).

Question: Gump is building the latest version of everything? @@ -84,8 +84,8 @@ definition for a project I'm a committer on...how do I get the change to be made?

Answer: The - - gump cvs repository is open to all ASF committers. + + gump svn repository is open to all ASF committers. Simply check it out and commit your changes. It is highly recommended that you build the "gen" target first of the provided build.xml in order to verify that your changes @@ -101,7 +101,7 @@ general@gump.apache.org. Being Apache related (i.e, used by or a consumer of other Apache projects) helps, but is not required. What is important is that your code be - publicly accessible via cvs and that it be buildable in an + publicly accessible via a supported SCM and that it be buildable in an OS independent manner.

@@ -110,9 +110,9 @@

Answer: That's supported too, as long as your project supports viewcvs or equivalent. Simply put the URL of the project definition in the - + gump profile. However, if you are an ASF committer, why - not consider leaving it in the gump cvs repository, that + not consider leaving it in the gump svn repository, that way others can also help out too?

Modified: gump/trunk/src/documentation/content/xdocs/index.xml URL: http://svn.apache.org/viewvc/gump/trunk/src/documentation/content/xdocs/index.xml?rev=966505&r1=966504&r2=966505&view=diff ============================================================================== --- gump/trunk/src/documentation/content/xdocs/index.xml (original) +++ gump/trunk/src/documentation/content/xdocs/index.xml Thu Jul 22 05:37:14 2010 @@ -1,6 +1,6 @@
junitreport

This declares where the outputs of the - junitreport - tool outputs are placed. This option only has any meaning if the + junitreport + tool outputs are placed.

- - Python Gump only takes the nested and parent - references as a directory reference, and lists the contents of the files in that - directory. It does this irrespective of any entry in the workspace. - +

+ Gump takes the nested and parent references as a directory + reference, and lists the contents of the files in that + directory. +

@@ -547,7 +542,7 @@ of the workspace. - +
No
-

<junitreport> supports a nested <description> +

@@ -644,31 +639,20 @@ from Sender address for the email report. - Yes, unless there is a "from" attribute in - each nested regexp element. + Yes. to Recipient of the email report. Will be overridden by a "to" attribute in the workspace. - Yes, unless there is a "to" attribute in each - nested regexp element. + Yes. - - Python Gump does not use regular expressions, - it soley relies upon the exit code of the called builder or script. - - -

A build failure is detected by matching the output of the - build against Perl regular expressions, the default expression - is /BUILD FAILED/i. The regular expressions are - specified using nested regexp elements - you can associate - different email addresses and subjects with each expression.

+

A build failure is detected by the exit code of the builder.

-

The regexp element supports the same attributes as the nag +

redistributable Modified: gump/trunk/src/documentation/content/xdocs/metadata/workspace.xml URL: http://svn.apache.org/viewvc/gump/trunk/src/documentation/content/xdocs/metadata/workspace.xml?rev=966505&r1=966504&r2=966505&view=diff ============================================================================== --- gump/trunk/src/documentation/content/xdocs/metadata/workspace.xml (original) +++ gump/trunk/src/documentation/content/xdocs/metadata/workspace.xml Thu Jul 22 05:37:14 2010 @@ -48,7 +48,7 @@ name Name of this workspace. - Required by Python Gump + Yes pkgdir @@ -89,18 +89,18 @@ Yes - + bootclass If this value is set to "yes", it will enable placing jars on the @@ -286,7 +286,7 @@
-
javadoc +
junitreport

Enables publishing of a summary page linking all of the junit Modified: gump/trunk/src/documentation/content/xdocs/whoweare.xml URL: http://svn.apache.org/viewvc/gump/trunk/src/documentation/content/xdocs/whoweare.xml?rev=966505&r1=966504&r2=966505&view=diff ============================================================================== --- gump/trunk/src/documentation/content/xdocs/whoweare.xml (original) +++ gump/trunk/src/documentation/content/xdocs/whoweare.xml Thu Jul 22 05:37:14 2010 @@ -51,7 +51,7 @@

The Apache Gump Project Managment Committee can be contacted - at pmc@gump.apache.org.

+ at private@gump.apache.org.

Emeritus PMC members Modified: gump/trunk/src/documentation/skinconf.xml URL: http://svn.apache.org/viewvc/gump/trunk/src/documentation/skinconf.xml?rev=966505&r1=966504&r2=966505&view=diff ============================================================================== --- gump/trunk/src/documentation/skinconf.xml (original) +++ gump/trunk/src/documentation/skinconf.xml Thu Jul 22 05:37:14 2010 @@ -90,7 +90,7 @@ which will be used to configure the chos favicon.ico - 2003-2006 + 2003-2010 The Apache Software Foundation.