ppkarwasz opened a new issue, #90:
URL: https://github.com/apache/logging-parent/issues/90

   The `javac` compiler starts behaving differently if it finds 
`module-info.class` file from a previous compilation in the target directory: 
it tries to resolve the modules, but it fails since the module jars are on the 
**classpath**, not the **modulepath**:
   
   ```
   error: module not found: org.apache.logging.log4j
   ```
   
   Therefore we need to use a `clean` execution before each `compile` execution 
that will delete that file.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to