UdoW
UdoW
The tutorial on how to build a FAT jar with gradle is out-dated. Just add this on top of your build.gradle file if you want to use the Shadow JAR...
I have following example: ``` Container container = Container.newBuilder().withDescription("1").withSize(12, 3, 3).withEmptyWeight(1) .withMaxLoadWeight(100).build(); LargestAreaFitFirstPackager packager = LargestAreaFitFirstPackager.newBuilder() .withContainers(Arrays.asList(container)).build(); List products = new ArrayList(); products.add(new StackableItem( Box.newBuilder().withId("Foot").withSize(1, 4, 1).withRotate2D().withWeight(5).build(), 9)); Container match...
How could I prevent stacking of boxes? I have some boxes which I want to mark so that no other box may be stacked on top of it. How could...
How do I set-up the server part of sprotty? How do I extend the server part? How do I connect the server part with the client part?
### Expected Behavior Allow the manual adding of Javadoc and sources archives to existing JAR artifacts of the container "Project and External Dependencies". For that: Go to project preferences under...
Adding a different Gradle user home in the global preferences shows a wrong warning and tooltip. ### Expected Behavior No warning is shown if the given path is existent. ###...
### Expected Behavior Eclipse should start without logged exceptions. ### Current Behavior Multiple errors are logged that say that a lock could not be auquired. See attached log file. ###...
### Expected Behavior If I format the script code in the editor I want to get a formatted code. I want to decide if I want to have the idendation...
When I change the Gradle version to 8.7 then Buildship marks the Gradle build file with a red icon and in the Problems View I can see this error: `Caused...
Set upper limit for Python version to 3.11.x as 3.12 does not work on Windows. #### What it does It fixes the documentation for issue #13008