You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: