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 2019/04/02 09:22:28 UTC

[Bug 63309] Javac should not require modulepath with source, and target < 9

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Stefan Bodewig <bo...@apache.org> ---
You need to tell Ant where to find your sources. In a Java project prior to
Java 9 you specify srcdir and that's it. modulesourcepath is not required at
all.

Before we started to support modulesourcepath srcdir was required and the error
message has said so.

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