Re: [JCC bug] 'asm' keyword wrongly used in generated file

2010-04-08 Thread Alban Mouton
oops, missed this option ! Thanks for the fast reply. > > On Apr 8, 2010, at 9:06, "Alban Mouton" > wrote: > >> Hello, >> >> I am trying to build Tika parsers using JCC. I build tika-core without >> problem, but tika-parsers generates an error. >> >> My command line: >>> sudo python __main__.py -

Re: [JCC bug] 'asm' keyword wrongly used in generated file

2010-04-08 Thread Andi Vajda
On Apr 8, 2010, at 9:06, "Alban Mouton" wrote: Hello, I am trying to build Tika parsers using JCC. I build tika-core without problem, but tika-parsers generates an error. My command line: sudo python __main__.py --jar jar/tika-parsers-0.7.jar --classpath jar/tika-app-0.7.jar --python ti

[JCC bug] 'asm' keyword wrongly used in generated file

2010-04-08 Thread Alban Mouton
Hello, I am trying to build Tika parsers using JCC. I build tika-core without problem, but tika-parsers generates an error. My command line: > sudo python __main__.py --jar jar/tika-parsers-0.7.jar --classpath jar/tika-app-0.7.jar --python tika_parsers --build --install [...] In file included fro