org.sandev.sandbuild
Class SandManifest

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.sandev.sandbuild.SandTask
              extended byorg.sandev.sandbuild.SandManifest

public class SandManifest
extends SandTask

Creates a simple manifest, including the .jar files needed.


Field Summary
protected  boolean addClassPath
          Whether we should add a Class-Path specification with the names of the local .jar files.
protected  java.io.File dir
          The directory you are verifying exists or doesn't exist.
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
SandManifest()
           
 
Method Summary
 void execute()
          Write the MANIFEST.MF
 void setAddClassPath(boolean val)
           
 void setDir(java.io.File dir)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dir

protected java.io.File dir
The directory you are verifying exists or doesn't exist.


addClassPath

protected boolean addClassPath
Whether we should add a Class-Path specification with the names of the local .jar files. Defaults to false.

Constructor Detail

SandManifest

public SandManifest()
Method Detail

setDir

public void setDir(java.io.File dir)

setAddClassPath

public void setAddClassPath(boolean val)

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Write the MANIFEST.MF

Throws:
org.apache.tools.ant.BuildException