File maven-build.xml of Package jakarta-commons-vfs

<?xml version="1.0" encoding="UTF-8"?>

<!-- ====================================================================== -->
<!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above.        -->
<!-- ====================================================================== -->

<!-- ====================================================================== -->
<!-- ===================== - DO NOT EDIT THIS FILE! - ===================== -->
<!-- ====================================================================== -->
<!--                                                                        -->
<!-- Any modifications will be overwritten.                                 -->
<!--                                                                        -->
<!-- Generated by Maven Ant Plugin on 9/30/08 3:42 PM                       -->
<!-- See: http://maven.apache.org/plugins/maven-ant-plugin/                 -->
<!--                                                                        -->
<!-- ====================================================================== -->

<project name="commons-vfs-project-from-maven" default="package" basedir=".">

  <!-- ====================================================================== -->
  <!-- Cleaning up target                                                     -->
  <!-- ====================================================================== -->

  <target name="clean" description="Clean the output directory">
    <ant antfile="build.xml" dir="core" target="clean"/>
    <ant antfile="build.xml" dir="examples" target="clean"/>
    <ant antfile="build.xml" dir="sandbox" target="clean"/>
  </target>

  <!-- ====================================================================== -->
  <!-- Compilation target                                                     -->
  <!-- ====================================================================== -->

  <target name="compile" description="Compile the code">
    <ant antfile="build.xml" dir="core" target="compile"/>
    <ant antfile="build.xml" dir="examples" target="compile"/>
    <ant antfile="build.xml" dir="sandbox" target="compile"/>
  </target>

  <!-- ====================================================================== -->
  <!-- Test-compilation target                                                -->
  <!-- ====================================================================== -->

  <target name="compile-tests" description="Compile the test code">
    <ant antfile="build.xml" dir="core" target="compile-tests"/>
    <ant antfile="build.xml" dir="examples" target="compile-tests"/>
    <ant antfile="build.xml" dir="sandbox" target="compile-tests"/>
  </target>

  <!-- ====================================================================== -->
  <!-- Run all tests                                                          -->
  <!-- ====================================================================== -->

  <target name="test" description="Run the test cases">
    <ant antfile="build.xml" dir="core" target="test"/>
    <ant antfile="build.xml" dir="examples" target="test"/>
    <ant antfile="build.xml" dir="sandbox" target="test"/>
  </target>

  <!-- ====================================================================== -->
  <!-- Javadoc target                                                         -->
  <!-- ====================================================================== -->

  <target name="javadoc" description="Generates the Javadoc of the application">
    <ant antfile="build.xml" dir="core" target="javadoc"/>
    <ant antfile="build.xml" dir="examples" target="javadoc"/>
    <ant antfile="build.xml" dir="sandbox" target="javadoc"/>
  </target>

  <!-- ====================================================================== -->
  <!-- Package target                                                         -->
  <!-- ====================================================================== -->

  <target name="package" description="Package the application">
    <ant antfile="build.xml" dir="core" target="package"/>
    <ant antfile="build.xml" dir="examples" target="package"/>
    <ant antfile="build.xml" dir="sandbox" target="package"/>
  </target>

</project>
openSUSE Build Service is sponsored by