Skip to content

Feature request: In debug mode, print full output of Java Compiler (including stdout) #149

Open
@msridhar

Description

@msridhar

I first reported this issue on the Maven Compiler Plugin (https://issues.apache.org/jira/browse/MCOMPILER-407) and it was suggested that the fix needs to happen here first.

Certain Java annotation processors and compiler plugins like The Checker Framework can print useful diagnostics on stdout.  Currently, there is no way to see this output using the Maven Compiler Plugin, even when Maven is run with the -X option.  I suggest that when Maven is in debug mode, there should be a debug message printed with the full stdout of the Java compiler.  This should also work if the compiler is forked.

If someone points me at the relevant code, I am happy to try to submit a pull request for this change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions