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

See that the Ant project update is working #469

Open
tonihele opened this issue Feb 8, 2023 · 3 comments
Open

See that the Ant project update is working #469

tonihele opened this issue Feb 8, 2023 · 3 comments

Comments

@tonihele
Copy link
Contributor

tonihele commented Feb 8, 2023

See that the Ant project update is working. Ant projects you can upgrade to the current SDK jME level. On 3.5 SDK this still at least says that project is already on 3.1, no need to update. The message is at least confusing enough. See that does it even work, and can we get the current jME version from somewhere automaticallly.

@tonihele
Copy link
Contributor Author

tonihele commented Mar 5, 2023

Hmm, ok, this is actually just a jME 3.0 -> 3.1 converter. The project structure and libraries I guess got changed at that point. It is not really meant for upgrading Ant projects from certain jME version to another as I thought.

I think it makes little sense to keep it as such anymore, given jME 3.0 is really ancient, so do we:

  • Just delete it?
  • Make it a upgrade jME Ant project to latest jME version? (also, are we sure we don't have this sort of feature already?)

@MeFisto94
Copy link
Member

So, as you said, somehow the project structure was different, i.e. in 3.0 there was just one "jme3-libs.jar" or something and we've factored that into unique dependencies.
So I think you can't really upgrade ant projects explicitly, it should happen automatically, because you only reference the jars that are provided by the SDK, so when upating the SDK, you update your project

@tonihele
Copy link
Contributor Author

tonihele commented Mar 6, 2023

Ah ok yeah. Yep, lets delete that. I don't think the feature is anymore relevant this day. One less thing to maintain and to get confused about.

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

No branches or pull requests

2 participants