Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 59521 invoked from network); 4 Nov 2010 14:48:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Nov 2010 14:48:33 -0000 Received: (qmail 83433 invoked by uid 500); 4 Nov 2010 14:49:04 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 83380 invoked by uid 500); 4 Nov 2010 14:49:01 -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 83372 invoked by uid 99); 4 Nov 2010 14:49:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 14:49:00 +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, 04 Nov 2010 14:48:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9BD6C23889DE; Thu, 4 Nov 2010 14:47:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1031013 - in /commons/proper/vfs/trunk: core/pom.xml pom.xml src/site/site.xml src/site/xdoc/3rdparty.xml src/site/xdoc/download.xml src/site/xdoc/download_vfs.xml src/site/xdoc/filesystems.xml src/site/xdoc/index.xml Date: Thu, 04 Nov 2010 14:47:42 -0000 To: commits@commons.apache.org From: rgoers@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101104144742.9BD6C23889DE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rgoers Date: Thu Nov 4 14:47:42 2010 New Revision: 1031013 URL: http://svn.apache.org/viewvc?rev=1031013&view=rev Log: Fix the site errors found by Jorg Removed: commons/proper/vfs/trunk/src/site/xdoc/3rdparty.xml Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/pom.xml commons/proper/vfs/trunk/src/site/site.xml commons/proper/vfs/trunk/src/site/xdoc/download.xml commons/proper/vfs/trunk/src/site/xdoc/download_vfs.xml commons/proper/vfs/trunk/src/site/xdoc/filesystems.xml commons/proper/vfs/trunk/src/site/xdoc/index.xml Modified: commons/proper/vfs/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=1031013&r1=1031012&r2=1031013&view=diff ============================================================================== --- commons/proper/vfs/trunk/core/pom.xml (original) +++ commons/proper/vfs/trunk/core/pom.xml Thu Nov 4 14:47:42 2010 @@ -62,6 +62,7 @@ commons-httpclient commons-httpclient + true org.apache.jackrabbit @@ -168,7 +169,6 @@ - org.apache.maven.plugins maven-surefire-plugin Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1031013&r1=1031012&r2=1031013&view=diff ============================================================================== --- commons/proper/vfs/trunk/pom.xml (original) +++ commons/proper/vfs/trunk/pom.xml Thu Nov 4 14:47:42 2010 @@ -116,7 +116,7 @@ UTF-8 UTF-8 vfs - ${project.version} + 2.0 VFS Modified: commons/proper/vfs/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/site/site.xml?rev=1031013&r1=1031012&r2=1031013&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/site/site.xml (original) +++ commons/proper/vfs/trunk/src/site/site.xml Thu Nov 4 14:47:42 2010 @@ -28,7 +28,6 @@ - @@ -43,7 +42,7 @@ - + Modified: commons/proper/vfs/trunk/src/site/xdoc/download.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/site/xdoc/download.xml?rev=1031013&r1=1031012&r2=1031013&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/site/xdoc/download.xml (original) +++ commons/proper/vfs/trunk/src/site/xdoc/download.xml Thu Nov 4 14:47:42 2010 @@ -25,7 +25,7 @@

The latest release of Commons VFS can be found - here + here .

@@ -54,21 +54,16 @@ Commons Net - Version 1.4.1 or later. + Version 2.0 or later. - FTP + FTP Commons Httpclient - . - Version 2.0. - - - WebDAV -
- HTTP, URI Utils + Version 3.0. + WebDAV, HTTP, URI Utils @@ -115,25 +110,18 @@ http://svn.apache.org/repos/asf/commons/proper/vfs/tags -

  • - Download a nightly source snapshot from - here - . +
  • + Obtain the source from the latest release distribution. See the downloads page.
  • - To build Commons VFS, you can either: -

    -
      -
    • - Use + To build Commons VFS, you can use Maven - 2.1.0 or later. Use mvn install to build all the core, examples and sandbox. The + 2.2.1 or later. Use mvn install to build all the core, examples and sandbox. The jars will then be installed for use by other maven-based builds. The jars can either be copied from the local maven repository or the target sub-directories for non-Maven builds. -
    • -
    +

    Modified: commons/proper/vfs/trunk/src/site/xdoc/download_vfs.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/site/xdoc/download_vfs.xml?rev=1031013&r1=1031012&r2=1031013&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/site/xdoc/download_vfs.xml (original) +++ commons/proper/vfs/trunk/src/site/xdoc/download_vfs.xml Thu Nov 4 14:47:42 2010 @@ -95,32 +95,32 @@ limitations under the License.

    -
    +
    - - - + + + - - - + + +
    commons-vfs-2.0-SNAPSHOT.tar.gzmd5pgpcommons-vfs-2.0.tar.gzmd5pgp
    commons-vfs-2.0-SNAPSHOT.zipmd5pgpcommons-vfs-2.0.zipmd5pgp
    - - - + + + - - - + + +
    commons-vfs-2.0-SNAPSHOT-src.tar.gzmd5pgpcommons-vfs-2.0-src.tar.gzmd5pgp
    commons-vfs-2.0-SNAPSHOT-src.zipmd5pgpcommons-vfs-2.0-src.zipmd5pgp
    Modified: commons/proper/vfs/trunk/src/site/xdoc/filesystems.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/site/xdoc/filesystems.xml?rev=1031013&r1=1031012&r2=1031013&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/site/xdoc/filesystems.xml (original) +++ commons/proper/vfs/trunk/src/site/xdoc/filesystems.xml Thu Nov 4 14:47:42 2010 @@ -30,6 +30,9 @@ FTP
  • + FTPS +
  • +
  • Local Files
  • @@ -54,11 +57,8 @@ ram
  • - mime + WebDAV
  • -
  • - WebDAV
    -
  • @@ -400,6 +400,35 @@
    +
    + +

    Provides access to the files on an FTP server over SSL.

    + +

    + URI Format +

    + +

    + ftps://[ + username[: + password]@] + hostname[: + port][ + absolute-path] + +

    + +

    + Examples +

    +
      +
    • + ftps://myusername:mypassword@somehost/pub/downloads/somefile.tgz +
    • +
    + +
    +

    Modified: commons/proper/vfs/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/site/xdoc/index.xml?rev=1031013&r1=1031012&r2=1031013&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/site/xdoc/index.xml (original) +++ commons/proper/vfs/trunk/src/site/xdoc/index.xml Thu Nov 4 14:47:42 2010 @@ -6,9 +6,9 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -64,31 +64,6 @@

    -
    -

    - VFS is split into core, examples and sandbox now. -

    -

    - Due to some technical reasons we had to move the jcifs (smb) filesystem to - the sandbox. So if you need one of these filesystems you have to build VFS manually. -

    -

    - To build VFS, it will be best to check-it-out from svn and use maven 2 to - build. -

    -

    - And - we have a new filesystem: mime (read only for sure)
    - This filesystem allows you to read e-mails like archives, e.g. the attachments are the - children of the mail itself.
    - You'll find it in our sandbox. -

    -

    - Also notice that we now have a "3rd party plugins" page. It will list all external - plugins available for VFS.
    - You have such a beast - and will get listed? Just drop me a mail: imario -at- apache.org -

    -
    -