Added by Stefan in v1.19 of Property.java with tags saying ANT_1_2, around Oct 2000. So yes, I'd say it was in Ant 1.4.x. --DD
PS: I use TortoiseCVS on Windows, so I right-clicked Property.java, selected CVS> Web Log. Then I clicked on annotate to get a listing indexed by last access, and was lucky enough that these 3 lines of code have not changed since then ;-) -----Original Message----- From: Nathan Christiansen [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 4:57 PM To: Ant Users List Subject: RE: Patternsets and Filesets Was the property's location attribute a part of ant 4.0.x? That was the last time I used ant. The javadoc API doesn't have a @since on the method setLocation() in org.apache.tools.ant.taskdefs.Property. -----Original Message----- From: Dominique Devienne [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 3:40 PM To: 'Ant Users List' Subject: RE: Patternsets and Filesets Almost perfect ;-) What's below is equivalent, shorter, and the Ant-way: <property name="web.src.dir" location="src" /> <property name="web.deploy.dir" location="deploy" /> Glad I didn't write that cross-platform message for nothing. --DD -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
