Michael Keppler

Results 136 comments of Michael Keppler

German translation uses "nun" 2 times in the introduction for things that will happen in the future. The introduction says > ...Personen...erhalten **nun** eine Warnung... which can easily be misread...

This will not work in Eclipse, AFAIK. Eclipse supports the Java 5 Annotation Processor Tooling interface (which is what @frankbenoit was talking about), but not the javac plugin interface that...

Wouldn't that lead to having the very long target resolution back for commands like "help:effective-pom"? I thought running those really non tycho specific goals quickly was the main reason for...

@akurtakov I'm fine with removing it also. In fact, using only some non Tycho goal in a Tycho project happens so seldom that I myself also completely forget to add...

> where would I the jdkHome in the toolchains.xml point to? Locally I have this one, but the path will obviously not be valid for CI: We use this approach...

Might this be just a naming problem? Your Suite name does not match any of the default include patterns: https://www.eclipse.org/tycho/sitedocs/tycho-surefire-plugin/test-mojo.html#includes

The include configuration takes Java source names, not class file names. But besides that I really recommend naming suites no different than other tests. I've run into the issue of...

@iloveeclipse Did you raise a bug in surefire? I didn't find any that relates to your finding. Your mention of the removed line in StatelessXmlReporter.java looks reasonable to me.

Sounds a bit like #663, but you probably know better if there is any relation between them.

The most recent automated tool I found is https://github.com/cmungall/gosf2github. However, I never used that myself, so I'm not sure how well the original conversion and authors are still readable. Generally,...