|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectTask
xdoclet.ant.modulesbuilder.ModulesGrandBuilderTask
Loops over all modules and builds each one. It builds modules the module depends on first. The module dependency is specified in a module.xml file in the root of each module. It's based on Ant's dependency checking code. Refer to that code for more details.
| Constructor Summary | |
ModulesGrandBuilderTask()
|
|
| Method Summary | |
void |
addConfiguredXMLCatalog(XMLCatalog catalog)
add an XMLCatalog as a nested element; optional. |
DTDLocation |
createDTD()
Create a DTD location record; optional. |
void |
execute()
|
void |
init()
Initialize internal instance of XMLCatalog |
void |
setTarget(java.lang.String target)
set the name of the target to be called in each of the modules' build files |
java.util.Vector |
topoSort(java.lang.String root,
java.util.Hashtable modules)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ModulesGrandBuilderTask()
| Method Detail |
public void setTarget(java.lang.String target)
target - the target name
public final java.util.Vector topoSort(java.lang.String root,
java.util.Hashtable modules)
throws BuildException
BuildExceptionpublic void addConfiguredXMLCatalog(XMLCatalog catalog)
catalog - The feature to be added to the ConfiguredXMLCatalog attributepublic DTDLocation createDTD()
public void init()
throws BuildException
BuildException
public void execute()
throws BuildException
BuildException
|
http://xdoclet.sourceforge.net/ | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||