To get the project into IDEA, I just import it directly from IDEA and I don't get any dependency trouble.
I'm not using ./gradlew idea anymore. Niclas Hedhman a écrit : > The same problem exists for src/perf/java in tests/performance. > > Could we name this back to src/test? > > And if so, should we move the vhostTest stuff to a tests/vhost as well? > > > The above assumes that Paul doesn't have a "Oh, just do..." answer to this > issue. > > > Cheers > Niclas > > On Wed, Dec 7, 2016 at 5:22 PM, Niclas Hedhman <[email protected]> wrote: > >> Paul, >> isn't it cool that we have a Gradle expert in the team :-) >> >> Your very elaborate handling of JDK 9 in libraries/http creates a problem >> in the IDEA-Gradle integration. >> >> The vhostTest sourceSet is recognized as a "main/java" and not "test/java" >> in IntelliJ. I have no idea where to start looking, in our build script, in >> gradle or IntelliJ. Did some naive searches on Google, but could only find >> something somewhat related, but not, https://discuss.gradle.org/t/ >> intellij-dependencies-not-appearing-with-custom-configuration/5757 >> >> And it is quite bad, because it will not bring in the dnsjava dependency, >> so even if I change it manualy to a "test/java" it is not resolved, and as >> soon as the dependencies are recomputed, we are back to "src/java". >> >> Any ideas? >> >> Cheers >> -- >> Niclas Hedhman, Software Developer >> http://zest.apache.org - New Energy for Java >> > > >
