Re: classcast exception between build xmls

2006-07-11 Thread shreedharn
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

AW: classcast exception between build xmls

2006-07-11 Thread Jan.Materne
>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

classcast exception between build xmls

2006-07-11 Thread Shreedhar
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