Author: stevel Date: Tue Jun 20 16:29:46 2006 New Revision: 415841 URL: http://svn.apache.org/viewvc?rev=415841&view=rev Log: How scriptdef handles namespaces in element types.
Modified: ant/core/trunk/docs/manual/OptionalTasks/scriptdef.html Modified: ant/core/trunk/docs/manual/OptionalTasks/scriptdef.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/scriptdef.html?rev=415841&r1=415840&r2=415841&view=diff ============================================================================== --- ant/core/trunk/docs/manual/OptionalTasks/scriptdef.html (original) +++ ant/core/trunk/docs/manual/OptionalTasks/scriptdef.html Tue Jun 20 16:29:46 2006 @@ -135,7 +135,9 @@ <td valign="top">type</td> <td valign="top">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</td> + 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 + <code>type="antlib:example.org:newtype"</code></td> <td valign="top" align="center">No</td> </tr> </table> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]