FYI I use IDEA 10.5 on a mac and "gradle idea" works mostly. IDEA looks good on a mac, but if you have troubles with the look/theme on Linux, I'd post create an issue at: http://youtrack.jetbrains.net/issues/IDEA
Gradle/IDEA is definitely not perfect though, I have issues with attaching the gradle source and losing it after another "gradle idea" On Wed, Aug 24, 2011 at 7:22 AM, Russel Winder <[email protected]> wrote: > Experimenting more with the Gradle facilities for generating Eclipse and > IntelliJIDEA files -- the whole concept is extremely splendid :-) > > Current focus of effort is a pure Java project as a proving ground for > ideas to apply to the GPars project build. > > Problem of the moment: Generating IntelliJIDEA project files using no > added "idea { . . . }" extras leads to an IntelliJIDEA project that > fails to build. It seems that all the project code is compiled to the > out/production directory, all the test files compiled to out/debug and > the test compile does not include the production compile results in the > classpath. Thus I get successful classes compile and total failure of > the testClasses compile in IntelliJIDEA. Using command line everything > works fine. Moreover the Eclipse project work fine as well. > > Does this mean that I have something getting in the way of the defaults > doing the right thing, or is there a problem in the Gradle idea plugin? > > Thanks. > > -- > Russel. > ============================================================================= > Dr Russel Winder t: +44 20 7585 2200 voip: sip:[email protected] > 41 Buckmaster Road m: +44 7770 465 077 xmpp: [email protected] > London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
