It works for me, so could there be something different between what you
posted and what you actually have in your build file?  What happens if you
do this:
  <fileset id="unused_files" dir="${basedir}/implementation"
           includesfile="file_list.txt"/>

  <target name="default">
    <pathconvert pathsep="," property="unused.files"
refid="unused_files"/>
    <echo>${unused.files}</echo>
  </target>

Do you get the list of files you're wanting to move?

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Mother's Day is May 12th!
http://shopping.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to