Re: AW: AW: Need to add one generic get/set attribute in Project API

2007-09-14 Thread aatankwadi aatankwadi
EST 2007 [mytask] Date is: Fri Sep 14 12:10:12 CEST 2007 [mytask] Date is: Fri Sep 14 12:10:12 CEST 2007 Jan >-Ursprüngliche Nachricht- >Von: aatankwadi aatankwadi [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 14. September 2007 11:38 >An: Ant Users List >Betref

AW: AW: Need to add one generic get/set attribute in Project API

2007-09-14 Thread Jan.Materne
ED] >Gesendet: Freitag, 14. September 2007 11:38 >An: Ant Users List >Betreff: Re: AW: Need to add one generic get/set attribute in >Project API > >I already Used it but it is not working > >[EMAIL PROTECTED] wrote: Use set/getReference ;-) > >Jan > >>--

Re: AW: Need to add one generic get/set attribute in Project API

2007-09-14 Thread aatankwadi aatankwadi
Hi, I am adding reference through java code project.addReference("conn",conn) where conn is my connection object, but I m getting Null Pointer exception here The code for addReference in Project class is public void addReference(String referenceName, Object value) {

Re: AW: Need to add one generic get/set attribute in Project API

2007-09-14 Thread aatankwadi aatankwadi
I already Used it but it is not working [EMAIL PROTECTED] wrote: Use set/getReference ;-) Jan >-Ursprüngliche Nachricht- >Von: aatankwadi aatankwadi [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 14. September 2007 09:18 >An: Ant Users List >Betreff: Need to add one generic get/set att

AW: Need to add one generic get/set attribute in Project API

2007-09-14 Thread Jan.Materne
Use set/getReference ;-) Jan >-Ursprüngliche Nachricht- >Von: aatankwadi aatankwadi [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 14. September 2007 09:18 >An: Ant Users List >Betreff: Need to add one generic get/set attribute in Project API > >Hi, > > I m facing a problem, I want t