diff --git a/docs/external.html b/docs/external.html index db4ce7f41..d67b1bf9d 100644 --- a/docs/external.html +++ b/docs/external.html @@ -3092,6 +3092,59 @@ valign="top" align="left"> Commercial + + +
The <judoscript> task is an easy way to embed JudoScript
+ code in the Ant build script. The tag format is quite simple. You can
+ either embed code directly, or can specify an external JudoScript program
+ file as the src
attribute value. Parameters can be specified
+ as the params
attribute; this is applicable to both embedded
+ code and external files.
+
+ Compatibility: + | ++ Ant 1.5 or higher + | +
---|---|
+ URL: + | ++ http://www.judoscript.com/articles/ant.html + | +
+ Contact: + | ++ James Jianbo Huang + | +
+ License: + | ++ Lesser GNU Public License + |
The <judoscript> task is an easy way to embed JudoScript
+ code in the Ant build script. The tag format is quite simple. You can
+ either embed code directly, or can specify an external JudoScript program
+ file as the src
attribute value. Parameters can be specified
+ as the params
attribute; this is applicable to both embedded
+ code and external files.
+
Compatibility: | +Ant 1.5 or higher | +
---|---|
URL: | +http://www.judoscript.com/articles/ant.html | +
Contact: | +James Jianbo Huang | +
License: | +Lesser GNU Public License | +
Just4log is a ant task to optimize JVM bytecode with regards