Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
blalasaadri opened this issue Apr 23, 2017 · 5 comments
Open

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

blalasaadri opened this issue Apr 23, 2017 · 5 comments

Comments

@blalasaadri
Copy link
Contributor

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.

@isaiah
Copy link

isaiah commented Jul 3, 2017

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

@neomatrix369
Copy link
Member

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

@neomatrix369
Copy link
Member

@isaiah @blalasaadri any idea about the question above?

@isaiah
Copy link

isaiah commented Jul 10, 2017

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

@neomatrix369
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants