Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 57644 invoked from network); 12 Jan 2008 18:16:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jan 2008 18:16:21 -0000 Received: (qmail 77774 invoked by uid 500); 12 Jan 2008 18:16:09 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 77704 invoked by uid 500); 12 Jan 2008 18:16:09 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 77694 invoked by uid 99); 12 Jan 2008 18:16:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2008 10:16:09 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2008 18:15:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 934F81A9832; Sat, 12 Jan 2008 10:15:48 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r611449 - in /commons/proper/io/trunk: build-check-jdk13.xml build.xml maven.xml pom.xml src/main/assembly/bin.xml src/main/assembly/src.xml xdocs/building.xml xdocs/navigation.xml Date: Sat, 12 Jan 2008 18:15:47 -0000 To: commits@commons.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080112181548.934F81A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: niallp Date: Sat Jan 12 10:15:46 2008 New Revision: 611449 URL: http://svn.apache.org/viewvc?rev=611449&view=rev Log: Build/Sites changes: - replace maven generated ant build with hand written one - remove build-check-jdk13.xml (replaced by "compile.jdk13" target in build.xml) - minor m1 & m2 build/site updates Removed: commons/proper/io/trunk/build-check-jdk13.xml Modified: commons/proper/io/trunk/build.xml commons/proper/io/trunk/maven.xml commons/proper/io/trunk/pom.xml commons/proper/io/trunk/src/main/assembly/bin.xml commons/proper/io/trunk/src/main/assembly/src.xml commons/proper/io/trunk/xdocs/building.xml commons/proper/io/trunk/xdocs/navigation.xml Modified: commons/proper/io/trunk/build.xml URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/build.xml?rev=611449&r1=611448&r2=611449&view=diff ============================================================================== --- commons/proper/io/trunk/build.xml (original) +++ commons/proper/io/trunk/build.xml Sat Jan 12 10:15:46 2008 @@ -1,337 +1,406 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + "IO" component of the Apache Commons Subproject + $Id$ + $Revision$ $Date$ +--> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ================================= WARNING ================================ - Junit isn't present in your ${ANT_HOME}/lib directory. Tests not executed. - ========================================================================== - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Proxy used : - Proxy host [${proxy.host}] - Proxy port [${proxy.port}] - Proxy user [${proxy.username}] - - - - - Proxy not used. - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: commons/proper/io/trunk/maven.xml URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/maven.xml?rev=611449&r1=611448&r2=611449&view=diff ============================================================================== --- commons/proper/io/trunk/maven.xml (original) +++ commons/proper/io/trunk/maven.xml Sat Jan 12 10:15:46 2008 @@ -26,7 +26,7 @@ - + @@ -46,17 +46,11 @@ - + + - - - - - - - - + Modified: commons/proper/io/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=611449&r1=611448&r2=611449&view=diff ============================================================================== --- commons/proper/io/trunk/pom.xml (original) +++ commons/proper/io/trunk/pom.xml Sat Jan 12 10:15:46 2008 @@ -285,6 +285,7 @@ org.apache.maven.plugins maven-changes-plugin + 2.0-beta-3 %URL%/../%ISSUE%

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

-

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

-

- To build the full website, run "maven site". - The result will be in "target/docs". - You must be online and using JDK 1.4 or higher to successfully complete this target. -

-

- Further details can be found in the - commons build instructions. + The following Maven 1 commands can be used to build validator:

+
    +
  • maven clean - clean up
  • +
  • maven test - compile and run the unit tests
  • +
  • maven site - create io documentation
  • +
  • maven jar - build the jar
  • +
  • maven dist - Create the source and binary distributions
  • +

- To build a jar file, change into IO's root directory and run "ant jar". - The result will be in the "build" subdirectory. + The following Maven 1 commands can be used to build validator:

+
    +
  • ant clean - clean up
  • +
  • ant test - compile and run the unit tests (requires JDK 1.4+)
  • +
  • ant javadoc - create javadocs
  • +
  • ant jar - build the jar
  • +
  • ant dist - Create the source and binary distributions
  • +

- To build the Javadocs, run "ant javadoc". - The result will be in "build/dist-build". + N.B.The ant build is JDK dependant. Building with JDK 1.3 excludes + JDK 1.4 dependant classes.

Modified: commons/proper/io/trunk/xdocs/navigation.xml URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/xdocs/navigation.xml?rev=611449&r1=611448&r2=611449&view=diff ============================================================================== --- commons/proper/io/trunk/xdocs/navigation.xml (original) +++ commons/proper/io/trunk/xdocs/navigation.xml Sat Jan 12 10:15:46 2008 @@ -31,7 +31,7 @@ - +