coffeescript-eclipse icon indicating copy to clipboard operation
coffeescript-eclipse copied to clipboard

Compilation is difficult

Open wwoods opened this issue 13 years ago • 1 comments

Hey, I'm trying to make a pull request for coffeescript-eclipse that fixes the tabbing issue (e.g. uses spaces properly), but I cant get make.py to work.

It keeps throwing a javac error:

javac: file not found: csep/src-gen/csep/parser/antlr/internal/InternalCoffeeScriptLexer.java Usage: javac use -help for a list of possible options Traceback (most recent call last): File "./make.py", line 127, in main() File "./make.py", line 123, in main compile_grammar(jars, prj_name, prj_grammar) File "./make.py", line 95, in compile_grammar raise RuntimeError("Java failed") RuntimeError: Java failed

Any help would be appreciated. It seems like (and I can't see where it would be, so it makes sense) src-gen is never being populated.

Thanks!

wwoods avatar Nov 13 '12 19:11 wwoods

There was Nodeclipse/coffeescript-eclipse#23 and CSEP is already mavenzied. 0.4 is to be released this month.

paulvi avatar Mar 11 '14 06:03 paulvi