Commons IO uses Maven 1 , Maven 2 or Ant as a build system.
IO 1.4 requires a minimum of JDK 1.4 to build. However all but four
new implementations are JDK 1.3 compatible (by the source and
target compiler options being set to 1.3) and
the ant
build excludes those new JDK 1.4 implementations, if the
JDK is version 1.3.
You may also be interested in the upgrade notes:
Upgrade from 1.3.2 to 1.4
Upgrade from 1.3, or 1.3.1 to 1.3.2
Upgrade from 1.3 to 1.3.1
Upgrade from 1.2 to 1.3
Upgrade from 1.1 to 1.2
Upgrade from 1.0 to 1.1
The following Maven 2 commands can be used to build io:
mvn clean - clean upmvn test - compile and run the unit testsmvn site - create io documentationmvn package - build the jarmvn install - build the jar and install in local maven repositorymvn site assembly:assembly - Create the source and binary distributionsThe following Maven 1 commands can be used to build io:
maven clean - clean upmaven test - compile and run the unit testsmaven site - create io documentationmaven jar - build the jarmaven dist - Create the source and binary distributionsNote:
build.properties file.The following Ant commands can be used to build io:
ant clean - clean upant test - compile and run the unit testsant javadoc - create javadocsant jar - build the jarant dist - Create the source and binary distributions