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

Instantiate Maven & Gradle project without Swing UI #2999

Merged
merged 15 commits into from Jun 18, 2021

Conversation

JaroslavTulach
Copy link

I am supposed to implement an action to create a project in VSNetBeans with as minimal UI as possible. As such I am turning the project templates into CreateTemplateHandler that work with minimal configuration. I managed to do it for Gradle without any API changes - I just had to make the templates more robust.

TBD: Possibly apply similar changes to Maven. So far there is no CreateTemplateHandler yet.

There is a VerifyProjectTemplatesTest to instantiate selected project templates in the mode and verify whether they are buildable.

Copy link
Contributor

@lkishalmi lkishalmi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.
Thanks form making the templates more robust as well!

@JaroslavTulach
Copy link
Author

The functionality seems to run fine locally. Once the checks are OK, I'll integrate.

@JaroslavTulach JaroslavTulach merged commit 188dd8c into apache:master Jun 18, 2021
@ebarboni ebarboni added this to the 12.5 milestone Jun 18, 2021
@sdedic
Copy link
Member

sdedic commented Jul 9, 2021

Filed NETBEANS-5847 for Maven projects.

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

Successfully merging this pull request may close these issues.

None yet

4 participants