|
My lazy header ... | |||||
INDEX: SUMMARY | PROPERTY | DETAIL |
web
(file: build.xml
)
init
The aim of this Ant buildfile is to administer my web site. Everything may be re-generated from this script.
lib
directory.saxon.jar
V6.2 also needs to be deployed in Ant lib
directory.
web.clean
target.web.build
target.web.upload
target.
Target Summary | ||
Depends (the depends attribute) |
Runtime (the target executed at runtime) |
Description |
---|---|---|
export.Jindent |
init |
export.Jindent Integrates Jindent Ant project contribution.
See
web.build.hot.php .
|
export.projects |
init |
export.projects Updates the links to the projects on which the web site depends.
See
web.build.hot.php .
|
web.antdoc |
init |
web.antdoc Generates the Ant documentation for this buildfile. |
web.build |
init |
web.build Generates the whole web site from scratch. The builfile should always be invoked with the Ant property${B} defined and equal to the properties files.
|
web.build.hot.html |
init |
web.build.hot.html Generates the whole web site from scratch in HTML format, and hot-deploys it on a local PHP server.
See
web.build.hot.php .
|
web.build.hot.php |
init |
web.build.hot.php Generates the whole web site from scratch in PHP format, and hot-deploys it on a local PHP server.
Override the Ant
${WWW_ROOT_PATH} property in order to specify in what www directory the generated files should
be output.
|
web.build.wedsitor |
init |
web.build.wedsitor Generates all that can be generated by WedSitor.
See
web.build.hot.php .
|
web.clean |
init |
web.clean Cleans up the project, i.e. all the generated artifacts. |
web.melt |
init |
web.melt Melts the static part of the site with the generated part. This target produces a complete web site generation directory.
The destination directory is defined by the Ant
${OUTPUT_DIRECTORY_PATH} property.
|
web.upload |
init |
web.upload Uploads the whole generated web site. This target produces a complete web site generation directory.
The destination directory is defined by the Ant
${OUTPUT_DIRECTORY_PATH} property.
|
web.upload.generated |
init |
web.upload.generated Only uploads the generated part of the web site. This target produces a complete web site generation directory.
The destination directory is defined by the Ant
${OUTPUT_DIRECTORY_PATH} property.
|
web.xslt.CV |
init |
web.xslt.CV Generates the resume in French and in English. This target enables to generated a CV in pure HTML, so that it can be provided to employers. |
web.zip |
init |
web.zip Creates a zip file that bundles the important source files. |
Top Property |
<property location="F:\win32app\Programming\EasyPHP\www" name="WWW_ROOT_PATH" /> |
Target Detail |
|
... is just like my footer! | |||||
INDEX: SUMMARY | PROPERTY | DETAIL |
com.icl.saxon.TransformerFactoryImpl