Johan Parent

- Total activity 81
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 23
-
Created Maven download sources: fails with NPE [SOLVED]
Hi guys,We run into problems when we want to download our sources jars. They are available on the artifactory server but the download does not work. I've trace with wireshark no request is made/sen... -
Created Duplicate entry message after calling Prepare Plugin Module ... for Deployment [SOLVED]
Hi all,I have a plugin which was developped mainly under IJ12 but also under IJ13 with a minor update. The code has not changed for a long time.Today I ran in something new with IJ13.1.1 (13.1 had ... -
Created Use other groovyc compiler
Hi all,I'm using IJ13.1I run into an issue where the provided groovy compiler can not handle the code. I'm not sure whether it is due to the use of the static compilation feature or not. Until now ... -
Created Determine source roots from external builder
Hi,In my external builder I need to access a properties file with some configuration information. By convention I know it is located in the root of the "source root" as it is called in the module s... -
Created Use ServiceManager in ExternalBuilder
Hi all,When using the ServiceManager from within an ExternalBuilder plugin I run into NPE's. I guess the external builder context is not quite the same hence the problem(s). The service I want to a... -
Created How to debug a BuilderService plugin
Hi all,Using the information available at http://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins I'm trying to writing a small plugin to instrument the .class files after ... -
Created make/compile and bytecode instrumentation tools
Hi all,I'm working on tool that does some minor modification to the bytecode. Currently it is maven plugin that's bound to the process-classes phase by default. So it get invoked after compilation.... -
Created IJ 12 - groovyc - asm - compilation broken
Hi all,Just upgraded from IJ 11 to 12. Worked like a charm. Maven project import worked nice and fast. Maven build totally ok (using groovy-eclipse-compiler).Here's my problem: compilation with IJ... -
Created Index inspection tool
Hi all,Is there a tool/plugin or just some API one can use to inspect the index IJ builds? We run into issues now end then with broken completion and/or click-through to code. We have not found any... -
Created Order click-through to sources not in sync with classpath
Hi all,I work on large monolithic app which builds with maven.Individual contributors only check out a fraction of the code to work locally.Our maven pom.xml typically looks like below. One works o...