You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2015/10/14 06:22:27 UTC

[Bug 58496] fileset as javac src element

https://bz.apache.org/bugzilla/show_bug.cgi?id=58496

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Stefan Bodewig <bo...@apache.org> ---
This is not how srcdir works.

You are specifying the source files for javac while the <src> elements expects
to get the *directories* that are the roots of the package hierarchies.  You
want to say 

<testm>
  <srcdir>
    <pathelement location="src"/>
  </srcdir>
</testm>

-- 
You are receiving this mail because:
You are the assignee for the bug.