Extending path

2010-06-04 Thread Jon Stevens
Hi all, Been a long long time since I've been around these parts, so apologies if this has been covered before. What I'd like to do is be able to add a couple of attributes to the element that lives in a and then get access to those attributes in my Task. I've mucked around for the last couple

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.

JavaDoc and API matching issue

2010-06-04 Thread Raja Nagendra Kumar
Hi On reference to task definition of FileList, I see there are only two attributes dir and files. However, below it talks about id and refid too. http://ant.apache.org/manual/Types/filelist.html In the API I don't see any setId() method at all and setRefid() method is deprecated. I am lookin