Closed GoogleCodeExporter closed 9 years ago
For some reason, even though the tests project is referencing the test-data jar
file as a library, it is not able to use data from it, and this kind of problem
is present in a lot of tests. I'm trying to work out how to solve this.
Original comment by davisrol...@gmail.com
on 16 Mar 2014 at 1:46
Note that mem.cur and monkey.ani cursors load successfully, so this issue is
probably specific to the .ico extension or perhaps this file.
Original comment by sg...@sonic.net
on 20 Mar 2014 at 1:44
Testing revealed that ICO files which load fine in the IDE do not load from JAR
files. This was enough of a clue that PSpeed was able to spot the bug in
CursorLoader.java and provide a fix. The bug is present in both trunk and
3.0.5 version. I've tested the fix and will post the code for review.
Original comment by sg...@sonic.net
on 20 Mar 2014 at 6:52
fixed in trunk: https://code.google.com/p/jmonkeyengine/source/detail?r=11107
fixed in gradle-restructure:
https://code.google.com/p/jmonkeyengine/source/detail?r=11106
Original comment by sg...@sonic.net
on 20 Mar 2014 at 8:18
Original issue reported on code.google.com by
davisrol...@gmail.com
on 16 Mar 2014 at 12:04