mkoncek
mkoncek
**Describe the bug** (@bdbaddog edit:) **I'm going to change this to:** An invalid SConstruct should still output the `--help` output. We're not going to change that SCons will process SContruct(s)...
I am packaging this project and noticed this file outside of java source tree. Is it supposed to be added manually or not? If not, is there a reason why...
I would like to discuss the logging issue before making a new release. @judovana once suggested that CPLC should log everything using the provided `MessagesListener` with level to mark the...
I built the project locally, set up Kate text editor to invoke `.../org.eclipse.jdt.ls.product/target/repository/bin/jdtls` and opened a `.java` source file inside the cloned project. It is taking a long time, throws...
The file `copyright.txt` includes a list of contributors. The used Apache license states: 4.d): If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative...
On Fedora 38. Build the project using Maven. ``` $ JAVA_HOME=/usr/lib/jvm/java-21-openjdk mvn install ``` Check the module info of the compiled `jar`: ``` $ jar -f byte-buddy/target/byte-buddy-1.14.13-SNAPSHOT.jar --describe-module --release 9...
We have a project which bootstraps Maven. It manually calls `javac` and we encountered a problem with source encoding. I would like to unify source encodings to UTF-8.
Commit e0172233d93b2e4dc307a17fa8f0ec15e43c2298 basically removed the benefits of 63b8a9ee134c533815b18d649be844ccfa654761 and acdea1050776eb2e3dcd2edd0ea6ef13cba99971. The build again link all the libraries unconditionally. I don't know if this was intentional, but I would like it...
Example: ```rust struct Type
Running `mvn install -Ptest` on a Fedora Linux machine gives me an error: ``` ... [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jakarta.xml.bind-api-test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T...