Björn Kautler

Results 489 issues of Björn Kautler

Source Files: - `root-project/application-project/src/main/java/my/package/with/Classes.java` - `root-project/application-project/src/main/java/module-info.java` - `root-project/application-project/src/main/resources/images/logo.png` Result Files: - `root-project/application-project/build/classes/java/main/my/package/with/Classes.java` - `root-project/application-project/build/classes/java/main/module-info.class` - `root-project/application-project/build/resources/main/images/logo.png` Inside module-info.java (central framework class resolves and loads images): `opens images` When this is...

bug

If you mix module-enabled projects and non-module-enabled projects (auto-modules), your plugin fails during module-name detection. In my case the `application` subproject does not have a `module-info.java`. Not doing anything might...

enhancement

You need to add the patch libs to some folder like `patch-lib` in the distribution like with ```groovy distributions { main { contents { from(configurations.patch) { into 'patch-lib' } }...

bug

`DEFAULT_JVM_OPTS` is set to `'"--module-path" "$APP_HOME/lib" "--module" "de.empic.mobile.sl_mobile_client/de.empic.auditorapp.ui.centralui.AuditorAppMain"'` and then used in ``` eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $SL_MOBILE_CLIENT_OPTS -classpath "\"$CLASSPATH\"" de.empic.auditorapp.ui.centralui.AuditorAppMain "$APP_ARGS" exec "$JAVACMD" "$@" ``` This means any...

bug

As the `CLASSPATH` is empty now, line 117 which is ```bash CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` ``` fails with `cygpath: can't convert empty path`

bug

Sometimes I get messages displayed twice in a conversation window. I don't know how to reproduce it though.

When I send my laptop to sleep and then wake it up, I'm asked for my Skype password, even if I type it in and tick the checkbox to remember...

The name of chats in Skype are displayed in Pidgin as topic. It would be nice if the Topic would also be used as name in Pidgin. This is, if...

The Open Hub I use it link on http://eion.robbmob.com/ does not work

You and thiakil/asm-bytecode-intellij are both forks of melix/asm-bytecode-intellij even if yours is not technically a fork on GitHub. Could you two maybe join forces to prevent duplicating work for our...