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]>