Lars Ködderitzsch

Results 10 issues of Lars Ködderitzsch

Look for a way to include checkstyle dependencies using Maven/Tycho mechanisms in order to lose the extra copy of the checkstyle-all.jar in the eclipse-cs git repo.

Part of the activities to migrate the project from SF is to move issues (bugs, feature requests). If possible conversations in the old tickets should be replicated.

help wanted

If decimalMarker/thousandSeparator is configured globally, input decimal numbers are not parsed/displayed correctly Using: ``` export const maskConfig: Partial = { thousandSeparator: ".", decimalMarker: "," }; ``` An input number `1234.56`...

According to the plugin docs its possible to define the directive for a rpm copyspec by using the `fileType` property: https://github.com/nebula-plugins/gradle-ospackage-plugin/wiki/RPM-Plugin#example However, this seens only to work from a groovy...

I've switched to `FileCollection` for the extension/task property and added a convenience method to the extension so users won't necessarily have to deal with the `FileCollection.from()` syntax. This appeared to...

CXF wsdl2java supports specifying multiple binding files by providing multiple `-b` options. The plugin should support this as well - at the moment adding addtional `-b` Parameters via the `options`...

The plugin should allow to specify the output encoding. The undocumented wsdl2java option `-encoding` can be used for this. The new option should default to the encoding set on the...

https://github.com/diffplug/goomph/blob/main/src/main/java/com/diffplug/gradle/eclipse/apt/EclipseJdtApt.java#L117 The `EclipseJdtApt#setGenTestSrcDir(Object)` method targets the wrong extension property - it should be `genTestSrcDir` rather than `genSrcDir`. I'll provide a PR shortly.

Simple fix to allow setting the genTestSrcDir property with a lazy provider/property