Raffael Herzog
- 活动总数 31
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 12
-
Raffael Herzog 创建了一个帖子, 已回答Configure 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 创建了一个帖子, 已回答Amend 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 创建了一个帖子, 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 创建了一个帖子, 已回答IDEA 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 创建了一个帖子, 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 进行了评论, -
Raffael Herzog 创建了一个帖子, 已回答Delegate 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 ... -