Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 95055 invoked from network); 11 Jul 2006 03:29:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jul 2006 03:29:42 -0000 Received: (qmail 9753 invoked by uid 500); 11 Jul 2006 03:29:41 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 9213 invoked by uid 500); 11 Jul 2006 03:29:39 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 9202 invoked by uid 500); 11 Jul 2006 03:29:39 -0000 Received: (qmail 9199 invoked by uid 99); 11 Jul 2006 03:29:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 20:29:39 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 20:29:38 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id D55E21A981D; Mon, 10 Jul 2006 20:29:18 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r420688 - in /jakarta/commons/proper/validator/trunk: maven.xml project.properties xdocs/building.xml xdocs/cvs-usage.xml xdocs/issue-tracking.xml xdocs/navigation.xml Date: Tue, 11 Jul 2006 03:29:17 -0000 To: commons-cvs@jakarta.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060711032918.D55E21A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: niallp Date: Mon Jul 10 20:29:17 2006 New Revision: 420688 URL: http://svn.apache.org/viewvc?rev=420688&view=rev Log: Various build/site changes: - Change to use standard "target" directory rather than "m-target" - Improve issue tracking page - reorganise site navigation - use "maven.final.name" for amalgamated javascript Modified: jakarta/commons/proper/validator/trunk/maven.xml jakarta/commons/proper/validator/trunk/project.properties jakarta/commons/proper/validator/trunk/xdocs/building.xml jakarta/commons/proper/validator/trunk/xdocs/cvs-usage.xml jakarta/commons/proper/validator/trunk/xdocs/issue-tracking.xml jakarta/commons/proper/validator/trunk/xdocs/navigation.xml Modified: jakarta/commons/proper/validator/trunk/maven.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/validator/trunk/maven.xml?rev=420688&r1=420687&r2=420688&view=diff ============================================================================== --- jakarta/commons/proper/validator/trunk/maven.xml (original) +++ jakarta/commons/proper/validator/trunk/maven.xml Mon Jul 10 20:29:17 2006 @@ -61,7 +61,7 @@ - + @@ -81,9 +81,9 @@ + output="${maven.dist.bin.assembly.dir}/${maven.final.name}-compress.js"> - + Modified: jakarta/commons/proper/validator/trunk/project.properties URL: http://svn.apache.org/viewvc/jakarta/commons/proper/validator/trunk/project.properties?rev=420688&r1=420687&r2=420688&view=diff ============================================================================== --- jakarta/commons/proper/validator/trunk/project.properties (original) +++ jakarta/commons/proper/validator/trunk/project.properties Mon Jul 10 20:29:17 2006 @@ -40,8 +40,6 @@ validateShort,\ validateUtilities -# Keep ant and maven directories seperate. -maven.build.dir=m-target maven.compile.source=1.3 maven.compile.target=1.3 Modified: jakarta/commons/proper/validator/trunk/xdocs/building.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/validator/trunk/xdocs/building.xml?rev=420688&r1=420687&r2=420688&view=diff ============================================================================== --- jakarta/commons/proper/validator/trunk/xdocs/building.xml (original) +++ jakarta/commons/proper/validator/trunk/xdocs/building.xml Mon Jul 10 20:29:17 2006 @@ -32,16 +32,16 @@

To build a jar file, change into Validator's root directory and run maven jar. - The result will be in the "m-target" subdirectory. + The result will be in the "target" subdirectory.

To build the Javadocs, run maven javadoc. - The result will be in "m-target/docs/apidocs". + The result will be in "target/docs/apidocs".

To build the full website, run maven site. - The result will be in "m-target/docs". + The result will be in "target/docs".

Further details can be found in the Modified: jakarta/commons/proper/validator/trunk/xdocs/cvs-usage.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/validator/trunk/xdocs/cvs-usage.xml?rev=420688&r1=420687&r2=420688&view=diff ============================================================================== --- jakarta/commons/proper/validator/trunk/xdocs/cvs-usage.xml (original) +++ jakarta/commons/proper/validator/trunk/xdocs/cvs-usage.xml Mon Jul 10 20:29:17 2006 @@ -35,7 +35,7 @@

The best way to view the repository is via the - subversion viewer. + subversion viewer.

The alternative is to use the Modified: jakarta/commons/proper/validator/trunk/xdocs/issue-tracking.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/validator/trunk/xdocs/issue-tracking.xml?rev=420688&r1=420687&r2=420688&view=diff ============================================================================== --- jakarta/commons/proper/validator/trunk/xdocs/issue-tracking.xml (original) +++ jakarta/commons/proper/validator/trunk/xdocs/issue-tracking.xml Mon Jul 10 20:29:17 2006 @@ -23,7 +23,8 @@

- Commons Validator uses ASF Jira for tracking issues. + Commons Validator uses ASF Jira for for tracking issues. + See the Validator's Jira project page.

To use Jira you may need to create an account @@ -39,7 +40,9 @@ If you find your issue listed then please add a comment with your details.

  • Search the mailing list archive. You may find your issue or idea has already been discussed.
  • -
  • Submit a bug report or enhancement request.
  • +
  • Decide if your issue is a bug or an enhancement.
  • +
  • Submit either a bug report + or enhancement request.
  • Modified: jakarta/commons/proper/validator/trunk/xdocs/navigation.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/validator/trunk/xdocs/navigation.xml?rev=420688&r1=420687&r2=420688&view=diff ============================================================================== --- jakarta/commons/proper/validator/trunk/xdocs/navigation.xml (original) +++ jakarta/commons/proper/validator/trunk/xdocs/navigation.xml Mon Jul 10 20:29:17 2006 @@ -22,38 +22,34 @@ - - - + + +

    - - + + + + + + + - - - - - - - - - + + + + - &commons; --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org