Bernard AMADE
- Total activity 80
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
-
Bernard AMADE created a post, Answeredconfused about module directories layout in java 9
I thought that there may be a standard for source-code directories layout in Java 9: in a project you may have various java9 modules: each module having its own top directory named for instance "c... -
Bernard AMADE created a post, make fired by a Junit test does not compile the same way as the ordinary build ?
Here is the problem:I changed code to adapt to java 1.8: some methods of a Class were moved to default methods of an interface.everything compiles fine.but when I start a Junit tests there is a mak... -
Bernard AMADE created a post, some problems with Groovy compiler use
I have some new problems with Groovy- when something fails I do not have the slightest idea of what is compiled (see attached image: in that case this is a Big project -90 Maven Modules- and I have... -
Bernard AMADE created a post, annotation processors running not supported for module cycle
I am on a MACPreferences->Compiler->annotations processors turned offbut suddenly I can't run a test codemessage --> annotation processors running not supported for module cycle ....(well for sure... -
Bernard AMADE created a post, how to trace the intelliJ build process?
As I have stated in some posts I am working on a BIG maven project with numerous modules and all the members of my team are saying "why do you use intellij? you know it does not work with Maven!"th... -
Bernard AMADE created a post, groovy directory looses "source" status
Hellosomething annoying:in a big maven project with many modules I have some directories that deal with groovy sourcesthey are marked as "source" (or test source)sometime when I restart the IDEA th... -
Bernard AMADE created a post, groovy and intelliJ 12 : why generate stubs?
I have part of a big project with parts that use groovy .... worked perfectly fine under version 11.1switched to version 12 and then generation of stubs that do not compile afterwards!what to do to... -
Bernard AMADE created a post, modified files not commitable for svn?
sometimes Intellij IDEA is a bit too clever!I'm on a Mac writing java code for a big international projectnow I am updating lot of codes by just enhancing the javadoc comments.I want to commit all ... -