This script opens the Windows Notepad application.
This script works on a Windows environment.
|
Download ant build_demo1.xml.
|
This script creates a jar file.
|
Download ant build_demo2.xml.
|
This script changes the modification time of all *.htm files within a specified directory.
|
Download ant build_demo3.xml.
|
This script displays all *.htm files in a selected directory and its subdirectories.
|
Download ant build_demo4.xml.
|
This script reads a "data.txt" file and searches in this file all lines containing
the word "john". This line is added in a file called data_updated.txt.
|
Download ant build_demo5.xml.
Download data_ant.txt.
|
This script searches within a specified directory all *.htm files. Each time a htm file
has been found the HTML tidy application is applied upon this file.
This build script works on a Windows environment.
|
Download ant build_demo6.xml.
Download config_tidy.txt.
|
This script converts SHTML files (SSI Server Side Includes) into HTM files.
|
Download ant build_demo7.xml.
|
This script unjar a jar file, decompiles all class files
using the Jad decompiler and creates a new jar file containing the decompiled
class files.
|
Download ant build_demo8.xml.
|
This script optimizes a javascript file for download speed.
It removes excess whitespace, comments and removes linebreaks from the javascript file.
|
Download build_demo9.xml.
|
This script plays a sound.
|
Download ant build_demo10.xml.
Download complete.wav and
download error.wav
|
This script does the following:
- builds the java code
- creates a jar file
- creates an HTML file containing version information
|
Download ant build_demo11.xml.
This build script requires 2 files: version.properties and
version.html
|
A comprehensive Ant Core Task Quick Reference has been compiled by Tim O'Brien.
|
Download Ant Core Task Quick Reference.
|