From 26666f6c70502f6f97d175450294796643c67709 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Tue, 20 Jun 2006 23:29:46 +0000 Subject: [PATCH] How scriptdef handles namespaces in element types. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415841 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/scriptdef.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/manual/OptionalTasks/scriptdef.html b/docs/manual/OptionalTasks/scriptdef.html index 076b54297..b15c6a86a 100755 --- a/docs/manual/OptionalTasks/scriptdef.html +++ b/docs/manual/OptionalTasks/scriptdef.html @@ -135,7 +135,9 @@ more information on writing scripts, please refer to the type This is the name of an Ant task or type which is to be used when this element is to be created. This is an alternative - to specifying the class name directly + to specifying the class name directly. If the type is in a namespace, + the URI and a : must be prefixed to the type. For example + type="antlib:example.org:newtype" No