-
Notifications
You must be signed in to change notification settings - Fork 103
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
Investigate why Ant projects no longer have jME icon #465
Comments
Or.. is the forum issue because of #264? |
Could be related to replacing icons. |
We should investigate the feasibility of a big refactor... At the moment, most SDK functionality seems to hang off the Assets Node, which gets created if a project contains We should consider using the Netbeans Projects API to create JME Ant Project, JME Gradle Project etc - we essentially want our own projects to be a sub-type of the stanard Java Ant and Gradle projects. Not sure how easy / feasible this is with the Netbeans Project API 🤔 The projects could (hopefully) be configured such that a project is recognised as a JME Ant project is the root folder contains a Then we could override icons etc for our custom project sub-type. E.g. a jMonkeyEngine Gradle project could use the jMonkeyEngine Jamie head as the main icon, with the Gradle elephant as the little sub-icon in the corner 👍 We would need to do a pretty big refactor of splitting classes that currently have Gradle and Ant functionality (e.g. the SDK Asset Manager class) into Interfaces, then write implementations for Ant and Gradle projects, which go into the Project's lookups at creation time..... But this would make things more maintainable in the long run, and open up the possibility of implementing Maven project support.... |
Investigate why Ant projects no longer have jME icon. Some regression. But it also might have some relation to https://hub.jmonkeyengine.org/t/convert-scene-to-3jo-using-sdk/46417/8. Should be checked...
The text was updated successfully, but these errors were encountered: