Raffael Herzog
- 活动总数 31
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 12
-
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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"... -
创建于 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... -
创建于 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 ... -
创建于 Tags for IDEA-Releases?
I just wanted to make an SDK for IDEA 14.1.5 (aka 141.2735 according to the about dialog, 141.2735.5 according to the directory name of the distribution). As usual, the source code of this release ... -
创建于 Drools support missing in preview?
HiAccording to the announcement of the Preview for Leda, support for Drools Expert should now be included. I suppose this includes language support for DRL files.However, I can't find it. There's a... -
创建于 TestNG NullPointerException
Hi,I can't run any tests with TestNG 0.5.0 and IDEA 6.0.2:Any idea what's going wrong? -
创建于 Creating Modules Programmatically
Hi,I'd like to create new modules from within a plug-in I'm writing. I got everything to run without any exceptions, I got it to rename some directories (which it shouldn't), I got it log log what ...