Skip to content
Discussion options

You must be logged in to vote

Hey, are you using Windows 10? Someone previously reported an issue where some files weren’t copying correctly, but I couldn’t reproduce it to fix the problem.

The asset-copying logic is handled in TeaBuilder#configAssets. It relies on a custom class loader, classpath, and an AssetsCopy class implementation. The approach is designed to scan every classpath in each JAR file to identify assets that need to be copied. Some paths are manually added, like teaBuildConfiguration.assetsPath.add(new AssetFileHandle), while others—such as scripts—are added automatically.

Both scripts reside in main/resources. I’ve implemented a custom solution using META-INF/gdx-teavm.properties to automatically co…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Folamh
Comment options

@Folamh
Comment options

Answer selected by Folamh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants