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

ExtraResourceBase not found after updating from 3.x to 4.x #295

Open
Maddin-M opened this issue Sep 7, 2023 · 0 comments
Open

ExtraResourceBase not found after updating from 3.x to 4.x #295

Maddin-M opened this issue Sep 7, 2023 · 0 comments

Comments

@Maddin-M
Copy link

Maddin-M commented Sep 7, 2023

Hello,

for a little bit of context: I have found Gretty from libKTX, a game framework based on libGDX. More specifically from the example build.gradle provided to build and start the application on a webserver, which uses TeaVM to translate the code into a JavaScript webapp and then Gretty to start it.

So as far as I understand you cannot just change the resource base of Gretty but you can add additional webapp directories via extraResourceBase(...) which I use to point to build/dist/webapp, as it is where the built app is stored. Which works fine in version 3.1.1.

But after updating to 4.1.0, I get the following error:

java.nio.file.NoSuchFileException: D:\path\to\my\project\teavm\src\main\webapp

Although it should look at D:\path\to\my\project\teavm\build\dist\webapp

Has anything changed with the update, that the code has to be adjusted?
Thank you!

@Maddin-M Maddin-M closed this as completed Aug 6, 2024
@Maddin-M Maddin-M reopened this Aug 6, 2024
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

1 participant