Raffael Herzog
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
Created Configure annotation processing output path with Gradle
AnsweredI 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... -
Created Amend class dependencies for recompilation
AnsweredHi 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 ... -
Created 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... -
Created IDEA consoles swallowing newlines
AnsweredSince 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"... -
Created 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... -
Created Delegate build/run actions to Grade: Task 'run MyMainClass' not found
AnsweredHi 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 ... -
Created 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 ... -
Created 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... -
Created 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? -
Created 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 ...