Raffael Herzog
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
Raffael Herzog created a post, AnsweredConfigure annotation processing output path with Gradle
I noticed that IDEA 2019.3 now does a very good job with synchronising annotation processing from Gradle, that's great – it allows me to remove some workarounds I had in place before. However, ther... -
Raffael Herzog created a post, AnsweredAmend class dependencies for recompilation
Hi I'm developing an annotation processor and an IDEA plugin to add IDE support for these annotations. There are instances, where the are indirect dependencies that should trigger recompiling some ... -
Raffael Herzog created a post, GDSL not recognised anymore in library (since 2019.2)
Hi I've written a DSL in Groovy with a GDSL. The GDSL is very simple, as when running these scripts, a DelegatingScript will be used that delegates everything to a class: package my.package.restflo... -
-
Raffael Herzog created a post, AnsweredIDEA consoles swallowing newlines
Since IDEA 2018 I regularily have the problem that the consoles (run/debug) tend to swallow newlines. e.g. public class Hello { public static void main(String[] args) { System.out.println("foo"... -
-
Raffael Herzog created a post, REST Client rest-client.env.json location
I'm trying out the new REST client. I need to use environments, however, the documentation seems to be a little incomplete. I'm starting with a single HTTP request and a single environment: product... -
Raffael Herzog commented, -
Raffael Herzog created a post, AnsweredDelegate build/run actions to Grade: Task 'run MyMainClass' not found
Hi I'm trying to use IDEA's feature to let Gradle do all building. However, this feature seems to be unusable (I'm sure, I'm missing something – however, the only docs on this feature is the label ... -