Commons Resources (Unofficial)
|
Nightly builds of Commons VFS can be found
here
.
You will also need to download the jars used by Commons VFS.
These are listed below:
To obtain the Commons VFS source, you can either:
To build Commons VFS, you can either:
-
Use
Ant
1.6.2 or later.
Use the
build.xml
file in the root source
directory. The default target downloads the dependencies
used to build Commons VFS, and then builds the jar file
into the
target
directory.
-
Use
Maven
1.0.2 or later. Use the
jar
goal to download
the dependencies, and build the VFS jar. Maven builds the
jar file into the
target
directory.
|