From 3d29d200b89ee9cb48e165816a992d52b18869ef Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Fri, 6 Aug 2004 06:55:01 +0000 Subject: [PATCH] external JudoScript task git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276760 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 53 ++++++++++++++++++++++++++++++++++++++++++++++ xdocs/external.xml | 31 +++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) 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 + + +

+ + JudoScript Ant Task +

+

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 +

diff --git a/xdocs/external.xml b/xdocs/external.xml index e25381733..cc45b1b6b 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -1666,6 +1666,37 @@ + + +

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