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

Intelij Ant Plugin Missing #1298

Closed
Vzor- opened this issue Oct 21, 2024 · 4 comments · Fixed by #1299
Closed

Intelij Ant Plugin Missing #1298

Vzor- opened this issue Oct 21, 2024 · 4 comments · Fixed by #1299

Comments

@Vzor-
Copy link
Contributor

Vzor- commented Oct 21, 2024

As of Intelij 2023.3, the Ant plugin is no longer bundled and needs to be downloaded through the marketplace. https://blog.jetbrains.com/idea/2023/12/intellij-idea-2023-3/#other This should be reflected in the wiki, or maybe we can somehow include it as a project dependency so intelij will automatically download it.

@Vzor-
Copy link
Contributor Author

Vzor- commented Oct 21, 2024

It should also be noted, this does not cause issues with the launching of QZ. Currently it only breaks the download-javafx task

@tresf
Copy link
Contributor

tresf commented Oct 21, 2024

@Vzor- perhaps add it as required and update the project file? https://www.jetbrains.com/help/idea/settings-required-plugins.html

@tresf
Copy link
Contributor

tresf commented Oct 21, 2024

Considering how many Maven projects use antrun tasks, this is a bit surprising.

@tresf
Copy link
Contributor

tresf commented Oct 23, 2024

Considering how many Maven projects use antrun tasks, this is a bit surprising.

The community is surprised by this as well: https://youtrack.jetbrains.com/issue/IDEA-340088/IDEA-2023.3-moves-Ant-support-to-a-plugin-but-that-plugin-is-not-installed-by-an-upgrade

#1299 fixes this, thanks.

If you dismissed this popup and it won't come back, try to repair the IDE, it seems to fix it.

Also, it's mentioned in the PR, but restarting the IDE afterwards is required for the startup job to work.

We can probably remove this once #1216 is merged.

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 a pull request may close this issue.

2 participants