tkobayas opened a new pull request, #6867:
URL: https://github.com/apache/incubator-kie-drools/pull/6867
Currently `mvn clean install -Dquickly` fails with
```
[INFO] --- exec:3.1.0:java (default) @ optaplanner-benchmark ---
[WARNING]
java.lang.IllegalArgumentException: The file
(/home/tkobayas/usr/work/readme-review/drools/optaplanner-benchmark/target/classes/solver.xsd)
does not exist.
at org.optaplanner.benchmark.impl.xsd.XsdAggregator.checkFileExists
(XsdAggregator.java:86)
at org.optaplanner.benchmark.impl.xsd.XsdAggregator.main
(XsdAggregator.java:72)
at org.codehaus.mojo.exec.ExecJavaMojo$1.run (ExecJavaMojo.java:279)
at java.lang.Thread.run (Thread.java:840)
```
With the fix, I confirmed that `mvn clean install -Dquickly` builds all
modules.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]