Sascha Kratky
Results
2
issues of
Sascha Kratky
Cmake 3.19 has added support for [configure and build presets](https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html), which lets one specify common configure and build options in a `CMakePresets.json` file. cmake-js should support specifying presets with an...
After running jetty with ``` $ mvn clean install exec:exec ``` the `TestServlet` did not work for me. I had to make the following changes in `EmbedMe.java` in line 24:...