jdk9-jigsaw icon indicating copy to clipboard operation
jdk9-jigsaw copied to clipboard

Examples of using build tools (Maven, Gradle, maybe even Ant)

Open blalasaadri opened this issue 8 years ago • 5 comments

Most Java projects nowerdays are not built using javac directly; rather, they use a build tool such as Maven or Gradle. Examples of how to build a Jigsaw project (with modules and possibly module patches) using those would be very useful.

blalasaadri avatar Apr 23 '17 11:04 blalasaadri

I'm pretty sure it's not yet straight forward to use maven or gradle for jigsaw at the moment.

isaiah avatar Jul 03 '17 12:07 isaiah

PR #74 partially implements this enhancement - @isaiah @blalasaadri can one of you confirm this?

neomatrix369 avatar Jul 04 '17 14:07 neomatrix369

@isaiah @blalasaadri any idea about the question above?

neomatrix369 avatar Jul 07 '17 16:07 neomatrix369

@neomatrix369 Yes, but I only did the ant part.

isaiah avatar Jul 10 '17 08:07 isaiah

That's fine, so we keep it open till someone else steps in with Gradle build - we already have a maven version

neomatrix369 avatar Jul 11 '17 17:07 neomatrix369