Re: JavaDoc and API matching issue

2010-06-04 Thread Raja Nagendra Kumar
Thank you. -- View this message in context: http://old.nabble.com/JavaDoc-and-API-matching-issue-tp28778760p28780688.html Sent from the Ant - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev-unsubscr...@an

Re: JavaDoc and API matching issue

2010-06-04 Thread Stefan Bodewig
On 2010-06-04, Raja Nagendra Kumar wrote: > In the API I don't see any setId() method at all This is normal since id handling happens inside of Ant's core (RuntimeConfigurable) and not at the task level. > and setRefid() method is deprecated. You must be looking at a different codebase than me.