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

Stefan Bodewig <[email protected]> changed:

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

--- Comment #1 from Stefan Bodewig <[email protected]> ---
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.

Reply via email to