TomGrill / gdx-facebook

libGDX extension providing cross-platform support for Facebook Graph API.
Apache License 2.0
59 stars 21 forks source link

GWT is broken #36

Closed SuperBadger closed 8 years ago

SuperBadger commented 8 years ago

html:compileGwt always fails, everything installed according to wiki instructions:

/gdx-facebook-core-1.2.2-sources.jar!/de/tomgrill/gdxfacebook/c
ore/utils/Utils.java'
         [ERROR] Line 46: No source code is available for type java.net.URL; did
 you forget to inherit a required module?
         [ERROR] Line 72: No source code is available for type java.net.Malforme
dURLException; did you forget to inherit a required module?
         [ERROR] Line 81: No source code is available for type java.net.URLDecod
er; did you forget to inherit a required module?
   [ERROR] Aborting compile due to errors in some input files
:html:compileGwt FAILED
TomGrill commented 8 years ago

cannot reproduce. Please create a simple libGDX project which causes this error and upload somewhere .

itsabhiaryan commented 8 years ago

Compiled in super dev mode and debug perfectly, this error occur only when i compile in dist mode for distribution.

TomGrill commented 8 years ago

fixed with 1.2.4 coming in few hours