<!-- target tasks common to all build files ===================================================================== -->
<!-- target tasks common to all build files ===================================================================== -->
<targetname="all"depends="echo.timestamp,check.ant.version,clean.backups,commonSetup,validate.full,build,upload"description="clean backups, build, zip and upload this X3D archive">
<targetname="all"depends="echo.timestamp,check.ant.java.versions,clean.backups,commonSetup,validate.full,build,upload"description="clean backups, build, zip and upload this X3D archive">
<echomessage="Copying latest build.log.txt to subdirectory ${archive.name}/_archive/"/>
<echomessage="Copying latest build.log.txt to subdirectory ${archive.name}/_archive/"/>
<targetname="build"depends="echo.timestamp,check.ant.version,clean.duplicates,get.slideshowTools,commonSetup,processScenes,catalog,zip"description="build this X3D archive">
<targetname="build"depends="echo.timestamp,check.ant.java.versions,clean.duplicates,get.slideshowTools,commonSetup,processScenes,catalog,zip"description="build this X3D archive">
<!-- note no validation occurs -->
<!-- note no validation occurs -->
<antcalltarget="echo.timestamp"/>
<antcalltarget="echo.timestamp"/>
<echomessage="build complete."/>
<echomessage="build complete."/>
</target>
</target>
<targetname="check.ant.version"description="Check Apache Ant version">
<targetname="check.ant.java.versions"description="Check Apache Ant and Java versions">
<echomessage="saxon: using ${saxon.dir}/${saxon.jar}"/>