/ error

  • Share
  • Share

Applies to:
Ant

Description:
Occurs while using Apache Ant.

Cause:
In Your , You’ve put in an of all files followed by an of just the files You want, but it isn’t giving You any files at all.

JAVA-Tools ,

  1. admin
    March 20th, 2009 at 10:28 | #1

    The order of the and tags within a is ignored when the FileSet is created. Instead, all of the elements are processed together, followed by all of the elements. This means that the elements only apply to the file list produced by the elements.
    To get the files you want, focus on just the
    patterns that would be necessary to get them. If you find you need to trim the list that the elements produce, then use elements.

  1. No trackbacks yet.