org.apache.maven
Class AntProjectBuilder

java.lang.Object
  extended byorg.apache.maven.AntProjectBuilder

public class AntProjectBuilder
extends java.lang.Object

A class to help create Ant projects


Constructor Summary
AntProjectBuilder()
           
 
Method Summary
static GrantProject build(Project project, MavenJellyContext context)
          Initialize Ant.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntProjectBuilder

public AntProjectBuilder()
Method Detail

build

public static GrantProject build(Project project,
                                 MavenJellyContext context)
Initialize Ant.

Parameters:
project - a Maven project
context - the maven context whose properties will be available to the Ant Project
Returns:
an Ant project


Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.