Re: class casting betwn build xmls

2006-07-11 Thread Steve Loughran
[EMAIL PROTECTED] wrote: 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().ad

Re: class casting betwn build xmls

2006-07-11 Thread Jeffrey E Care
Sounds like a classloader issue; how are the custom types being loaded? Jeffrey E. (Jeff) Care [EMAIL PROTECTED] IBM WebSphere Application Server Development WAS Pyxis Lead Release Engineer

class casting betwn build xmls

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