|
|||||||||||
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(String target)
set the name of the target to be called in each of the modules' build files |
Vector |
topoSort(String root,
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(String target)
target
- the target namepublic final Vector topoSort(String root, Hashtable modules) throws BuildException
BuildException
public 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 |