Hello My question is whether there is a way to create a FileSet with a single element, given the filename only.
For example, if I have a property defined
<property name="my-jar" value="/opt/dir/my.jar" />
can I create a FileSet equivalent to
<fileset dir="/opt/dir">
<include name="my.jar"/>
</fileset>
Thanks in advance.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
