ganado / redtamarin

Automatically exported from code.google.com/p/redtamarin
Other
2 stars 0 forks source link

unrecognized version '675' in API metadata #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Checkout latest source with gclient
2. try to run builtin.py to build the builtin.abc

What is the expected output? What do you see instead?
The builtin.py should build just fine

What version of the product are you using? On what operating system?
MacOS 10.6.3

Please provide any additional information below.
I am able to get this to compile by removing -apiversioning in builtin.py, but 
I get other errors that at runtime

Original issue reported on code.google.com by Jeremy.S...@gmail.com on 31 Dec 2010 at 2:13

GoogleCodeExporter commented 9 years ago
no worries there is a solution ;)

1. be sure to update/sync to the last sources with gclient
2. ant reset, to fully clean/delete earlier build
3. ant -Dsetup=release again

and it should work

in short, the apiversioning in ASC and Tamarin are unsync
you have to reset (or at least delete asc.jar) so the next time
the ant build run, before building asc.jar it will update a *.java file in ASC
to fix the problem

Original comment by zwetan on 31 Dec 2010 at 5:05