Source code
CERNY.ant.bootstrap
This script provides access to the features of Cerny.js when using JavaScript (Rhino) with Ant. In order to work it needs two Ant properties set: cerny.js.configuration - the filename to a cerny.conf.js cerny.js.dir - the directory where cerny.js resides
Uses
None
Used by
None
Functions
load
Load a script.
filename (string)
:
the filename of the script
readFile
Read a file.
filename (string)
:
the filename of the file
return (string)
:
the content of the file
History
2007-11-17
:
Created.
