jdee icon indicating copy to clipboard operation
jdee copied to clipboard

Plans for Gradle?

Open ghost opened this issue 8 years ago • 5 comments

What plans have JDEE to supported Gradle?

ghost avatar Mar 23 '17 19:03 ghost

I don't know what you expect, but this project works for me. It's not polished, and should be considered "alpha" quality.

https://github.com/oldButNotWise/jdee-gradle

oldButNotWise avatar Mar 23 '17 19:03 oldButNotWise

In this moment I have a jdee.gradle for get .jars and .class similar to the .gradle in jdee-gradle project but will be interesting if jdee get the necesary for gradle project without jdee.gradle by project, more automatic.

ghost avatar Mar 24 '17 00:03 ghost

The jdee-gradle code I referenced defines a gradle target that generates a JDEE project file that sets the various source and class paths, based on info available to gradle. You do have to run the target by hand, but I find it's better than nothing.

oldButNotWise avatar Mar 24 '17 15:03 oldButNotWise

Yes it's better than nothing, but the jdee.gradle in jdee-gradle not work with android gradle project or last gradle versión.

ghost avatar Mar 24 '17 16:03 ghost

I adjusted one of the jdee-gradle setups to work with the new jdee: https://gist.github.com/ArneBab/fe3fcbcab418d99432d8e8fec8c91545 — this one works for me.

ArneBab avatar Sep 02 '18 11:09 ArneBab