pingjiang / rokon

Automatically exported from code.google.com/p/rokon
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

file com.badlogic.gdx.Version.java is missing #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checkout
2. open in eclipse
3. com.badlogic.gdx.Version is missing. Required by World.java

What is the expected output?
No compilation problems.

What do you see instead?
Compilation error.

What version of Rokon are you using?
SVN-rokon-readonly r285

On which version of Android are you experiencing this?

Please provide any additional information below.

Original issue reported on code.google.com by b00l...@b00lean.net on 26 Jun 2010 at 10:22

GoogleCodeExporter commented 9 years ago
World.java should actually be updated to 299, not the latest version.

The latest version of World.java is incompatible - and introduces a Box2D bug. 
I have been assured by Mario over at libgdx that the no-collision problem comes 
from my end, but really can't see where. For now the fix has to be done 
manually.

When releases are made, it will be included anyway. And I will soon be updating 
the SVN:externals to ignore their World.java and replace it with a local 
version.

Original comment by rtaylor205@gmail.com on 28 Jun 2010 at 3:37