Methods in org.acmsl.antmake with parameters of type AntMakeTask |
void |
AntMake.buildProject(java.lang.String projectName,
java.lang.String projectVersion,
java.io.File baseFolder,
org.apache.tools.ant.types.FileSet[] fileSets,
org.apache.tools.ant.types.Path classpath,
AntMakeTask task)
Creates the basic folder structure starting from given
folder. |
protected void |
AntMake.copyFiles(FolderStructureHelper folderStructureHelper,
java.io.File baseFolder,
AntMakeTask task,
java.lang.ClassLoader classLoader)
Copies the fixed files. |
protected void |
AntMake.copyFile(java.lang.String fileName,
FolderStructureHelper folderStructureHelper,
java.io.File baseFolder,
AntMakeTask task,
java.lang.ClassLoader classLoader)
Copies a concrete file. |
void |
AntMake.copyFixedFiles(java.io.File baseFolder,
AntMakeTask task)
Copies the fixed files: README, AUTHORS and COPYING. |