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

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.

JavaDoc and API matching issue

2010-06-04 Thread Raja Nagendra Kumar
I am looking for setId() method to use it in my custom ant task. The api I am using is in package org.apache.tools.ant.types.FileList; Could any one help where is the gap pl. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -- View this message in context: http://old.nabble.com/JavaDoc-an