| ||||||
backup
Compresses sources with the current datestamp.
Backs up the current source code base into an archive with a timestamped name.
<target description="Compresses sources with the current datestamp." name="backup" > <property name="archive.base" value="${ant.project.name}-${version}-${DSTAMP}" /> <zip basedir="." destfile="${archive.base}.zip" includes="src/**,tst/**,manual/**,.settings/*,.classpath,.project,setenv.cmd,setenv.sh,INSTALL,LICENSE,NEWS,NOTICE,README,TODO,antdoc.css,*.xml,*.xsl" /> </target> |
| ||||||
org.apache.xalan.processor.TransformerFactoryImpl