Gauthier JACQUES

- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created Plugin lifecycle management
Hi,I read on several threads that there was no Maven support for plugin development.Is there anything else we can use to manage our plugin lifecycle ? I.E. :- How should we manage dependency with I... -
Created How to add source folder to a module programmatically ?
Hi,I'm trying to add a source folder programmatically, but it does not work. I'm trying to do the following (with IntelliJ 12.1.4) :public void addSourceFolder(String relativePath, Module module) {... -
Created How to find all modified XML files in a CompileTask with CompileContext
Hi,I'm currently developping a plugin for a framework that generates Java source files based on XML files.So far I've succeeded in generating classes before compilation by implementing a CompileTas... -
Created How to combine FileContentPattern with XmlPatterns ?
Hi,I'm currently trying to implement a facet for an internal framework.I have some problem to implement the "createSuitableFilePattern". The framework dectection is based on the presence of a Sprin... -
Created Cannot retreive annotation member value from ClsAnnotationImpl
Hi,I'm currently developping an IntelliJ plugin to support a 3rd party Java framework.I need to retreive some annotation members value. Everything works fine when working on class files located in ...