|
My lazy header ... | |||||
| INDEX: SUMMARY | PROPERTY | DETAIL |
web (file: build.xml)
initThe 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.JindentIntegrates Jindent Ant project contribution.
See
web.build.hot.php.
|
export.projects |
init |
export.projectsUpdates the links to the projects on which the web site depends.
See
web.build.hot.php.
|
web.antdoc |
init |
web.antdocGenerates the Ant documentation for this buildfile. |
web.build |
init |
web.buildGenerates 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.htmlGenerates 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.phpGenerates 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.wedsitorGenerates all that can be generated by WedSitor.
See
web.build.hot.php.
|
web.clean |
init |
web.cleanCleans up the project, i.e. all the generated artifacts. |
web.melt |
init |
web.meltMelts 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.uploadUploads 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.generatedOnly 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.CVGenerates 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.zipCreates 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