Open GoogleCodeExporter opened 8 years ago
This is the only issue I've met when trying to make andengine and all
extensions via ant. Target and Source are set to 1.6
Original comment by alexey.p...@gmail.com
on 27 Aug 2011 at 4:28
Any solution to this problem? This also happens trying to compile in IntelliJ
v10.x or v11.x.
Original comment by charlie....@gmail.com
on 8 Jan 2012 at 10:17
[deleted comment]
I got this reply from IntelliJ which uses the same compiler as Ant.
http://youtrack.jetbrains.net/issue/IDEA-79464?projectKey=IDEA
Turns out this project is using "features" in the Eclipse compiler that that
are either open bugs in Java compiler or not standard. The code would need to
be rewritten to conform to Java generics in order to be compilable under Ant,
IntelliJ, Netbeans, etc. Right now AndEngine is ONLY compilable under Eclipse
IDE.
Original comment by charlie....@gmail.com
on 9 Jan 2012 at 2:34
Hey guys,
can somebody please move this issue to
https://github.com/nicolasgramlich/AndEngineMultiplayerExtension/
I'm going to address it as soon as possible.
Thanks a lot!
Original comment by NicolasG...@gmail.com
on 10 Jan 2012 at 12:44
Hi guys,
Same error here with intellij 11.0.2, though a quick patch I found is to set
intellij to use Eclipse compiler in the settings/compiler menu (there are
several options) and everything seems to compile properly.
Original comment by sephyrot...@gmail.com
on 14 Mar 2012 at 1:26
Same problem here, using IntelliJ IDEA 11.1.3
Original comment by gianmarco.gherardi
on 13 Oct 2012 at 3:04
How do you fix this problem?
Original comment by boxofki...@gmail.com
on 25 Jan 2013 at 2:20
Original issue reported on code.google.com by
alexey.p...@gmail.com
on 27 Aug 2011 at 4:04