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 2021/09/01 09:06:49 UTC

[Bug 65539] javac task parses command line arguments incorrectly

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

--- Comment #1 from Stefan Bodewig <bo...@apache.org> ---
The changes indicate javac believes your compiler would be javac 1.1, which is
rather strange.

Pretty close to the start Ant will tell you which version of Java it has
detected in verbose output, it will look something like

Detected Java version: 1.8 in: /usr/lib/jvm/java-8-openjdk-amd64/jre
Detected OS: Linux

Can you please show what it looks like for you?

I think I can see the problem in DefaultCompilerAdapter but will need to add a
few tests - and it would be good if you could provide the info above anyway.

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