Import Definitions | ||
---|---|---|
File | Description | Comment |
keros-document-project.xml | Contains Keros document project functionality. | Imports... |
Macro Definitions | ||
---|---|---|
Name | Description | URI |
svn2html | Converts Subversion output to HTML | http://keros.sourceforge.net/project/svn |
svn-xml-log | Retrieve the log information from subversion in XML format. | http://keros.sourceforge.net/project/svn |
Target Definitions | |||
---|---|---|---|
Name | Depends | Unless | Description |
keros-base-project.release | keros-svn-project.release | Not Defined | Overridden logic from keros-base-project for Ant documentation |
keros-svn-project.document | Not Defined | keros-svn-project.document.SKIP | Default logic to document Subversion logs to HTML |
keros-svn-project.print.properties | Not Defined | Not Defined | Converts Ant scripts to HTML |
keros-svn-project.release | keros-svn-project.document, keros-document-project.release | Not Defined | Convert Subversion logs to HTML then do a document release |
Attribute Definitions | ||
---|---|---|
Name | Description | Default |
src-dir | The base directory in which to gather Subversion log information. | Not Defined |
dest-dir | The directory in which the transformation will occur. | Not Defined |
log-file | The file that will contain the outputted XML. | ${keros-svn-project.log.FILE} |
html-file | The file that will contain HTML conversion from @{log-file} | ${keros-svn-project.html.FILE_NAME} |
rev-start | The Subversion starting revision number. | 0 |
rev-end | The Subversion ending revision number. | HEAD |
version | The version number/value to include in the heading. | Not Defined |
description | Information about this macro call. | Not Defined |
@{src-dir}
= The base directory in which to gather Subversion log information.
@{dest-dir}
= The directory in which the transformation will occur.
@{log-file}
= The file that will contain the outputted XML.
@{html-file}
= The file that will contain HTML conversion from @{log-file}
.
@{rev-start}
= The Subversion starting revision number.
@{rev-end}
= The Subversion ending revision number.
@{rev-end}
= The version number/value to include in the heading.
@{version}
= the version number/value to include in the heading.
@{description}
= information about calling this macro.
Attribute Definitions | ||
---|---|---|
Name | Description | Default |
dir | The directory in which to gather logging information. | Not Defined |
file | The file that will contain the outputted XML. | Not Defined |
rev-start | The starting revision number. | 0 |
rev-end | The ending revision number. | HEAD |
description | Information about this macro call. | Not Defined |
@{dir}
= the directory in which to start gather log information
@{file}
= the file that will contain the outputted XML.
@{rev-start}
= the starting revision number.
@{rev-end}
= the ending revision number.
@{description}
= information about calling this macro.