org.apache.maven.plugin.ant
Class AntWrapper

java.lang.Object
  extended by org.apache.maven.plugin.ant.AntWrapper

public class AntWrapper
extends Object

Wrap Ant call.

Version:
$Id: AntWrapper.java 649799 2008-04-19 11:49:07Z bentmann $
Author:
Vincent Siveton

Constructor Summary
AntWrapper()
           
 
Method Summary
static void invoke(File antBuild)
          Invoke Ant for the default target of a given build file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntWrapper

public AntWrapper()
Method Detail

invoke

public static void invoke(File antBuild)
                   throws org.apache.tools.ant.BuildException,
                          IllegalArgumentException
Invoke Ant for the default target of a given build file.

Parameters:
antBuild - an Ant build file
Throws:
IllegalArgumentException - if any
org.apache.tools.ant.BuildException - if any


Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.