| org.infozone.tools.ant.DependendExec
DependendExec | public class DependendExec extends Exec (Code) | | ANT cannot handle the dependency of source files from a definition file.
This ability is needed if one will generate source files with castor.
This module solves this problem.
version: $Revision: 1.1 $ author: andreas.kasparz@interface-projects.de |
execute | public void execute() throws BuildException(Code) | | Exectue the task. this function will be called by the ANT build system.
The work will be made by the ANT internal 'Java' task. We create one,
give them the needed parameters and execute them.
|
setDependsOn | public void setDependsOn(String s)(Code) | | Parameters: name - The file name of the source file |
setTarget | public void setTarget(String s)(Code) | | Parameters: name - The target name. |
|
|