anybody, any clue on this problem ?
> Hi All,
>
> I have a problem with class casting. Here is the scenario -
>
> I have an ant custom task say "mycustomA". Inside the execute method, I
> create a custom obj say "customobj" of a user-defined type. I store the
> "customobj" in the project reference
>I have an ant custom task say "mycustomA". Inside the execute
>method, I create a custom obj say "customobj" of a
>user-defined type. I store the "customobj" in the project
>reference using getProject().addReference("key",customobj).
>
>I using mycustomA in a "build.xml". After invoking the tas
Hi All,
I have a problem with class casting. Here is the scenario -
I have an ant custom task say "mycustomA". Inside the execute method, I
create a custom obj say "customobj" of a user-defined type. I store the
"customobj" in the project reference using
getProject().addReference("key",custom