Jump to content

jaunusa

Members
  • Posts

    6
  • Joined

  • Last visited

Reputation Activity

  1. Like
    jaunusa got a reaction from LukeLanFaust in Please post feature suggestions here.   
    Would be nice to be able to swap with images from a atlas/spritesheet. Right click "replace selected sprite image" only works on images, not on images within an atlas.
  2. Like
    jaunusa got a reaction from Mike at BrashMonkey in Please post feature suggestions here.   
    Would be nice to be able to swap with images from a atlas/spritesheet. Right click "replace selected sprite image" only works on images, not on images within an atlas.
  3. Like
    jaunusa got a reaction from IzbranniY in Generic Java Importer   
    You wrote a few posts ago that the library now works also with GWT.
    I tested that and it works when compiling for dev:


    >gradlew html:superDev

    But when I compile for distribution, I get these error:


    >gradlew html:dist

    Compiling module com.mygdx.game.GdxDefinition
    Validating units:
    [ERROR] Errors in 'file:/C:/workspace/CharacterAnimation/core/libsrc/com/brashmonkey/spriter/Spriter.java'
    [ERROR] Line 75: The method getDeclaredConstructor(Class<?>[]) is undefined for the type Class
    [ERROR] Line 96: No source code is available for type java.io.FileInputStream; did you forget to inherit a required module?
    [ERROR] Line 113: The method getDeclaredConstructor(Class<?>[]) is undefined for the type Class
    [ERROR] Line 145: The method getDeclaredConstructor(Class) is undefined for the type Class
    [ERROR] Aborting compile due to errors in some input files
    :html:compileGwt FAILED


    Any ideas what is wrong?
  4. Like
    jaunusa got a reaction from TochEn in Generic Java Importer   
    You wrote a few posts ago that the library now works also with GWT.
    I tested that and it works when compiling for dev:


    >gradlew html:superDev

    But when I compile for distribution, I get these error:


    >gradlew html:dist

    Compiling module com.mygdx.game.GdxDefinition
    Validating units:
    [ERROR] Errors in 'file:/C:/workspace/CharacterAnimation/core/libsrc/com/brashmonkey/spriter/Spriter.java'
    [ERROR] Line 75: The method getDeclaredConstructor(Class<?>[]) is undefined for the type Class
    [ERROR] Line 96: No source code is available for type java.io.FileInputStream; did you forget to inherit a required module?
    [ERROR] Line 113: The method getDeclaredConstructor(Class<?>[]) is undefined for the type Class
    [ERROR] Line 145: The method getDeclaredConstructor(Class) is undefined for the type Class
    [ERROR] Aborting compile due to errors in some input files
    :html:compileGwt FAILED


    Any ideas what is wrong?
×
×
  • Create New...