Hello all,
Currently I and AFAIK other rely on copy paste for reusing tasks.
Antlib make reusing tasks and macros easier. However I don't see wide
reuse for this. Now that ivy is become more popular, would it possible
to create a project of ant for maintaining a repo of reusable tasks ?
For examp
I use the name space "current" as in the example I read. However adding the
namespace to the argument of createDataType, worked as
expected.
Thank you Stefan.
On Sun, Feb 5, 2012 at 12:17 AM, Stefan Bodewig wrote:
> On 2012-02-04, Mansour Al Akeel wrote:
>
In a custom task, I need to use a nested element to set the port number.
The nested element looks like this:
9090
myApplication
The problem I am getting is:
build.xml:76: class java.lang.String doesn't support nested text data
("myApplication").
at
org.apache.tools.ant.IntrospectionHelper.add