joniles / rtfparserkit

Primary repository for RTF Parser Kit library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The whole project is broken because of missing Command.java

kschroeer opened this issue · comments

There's no com.rtfparserkit.rtf.Command class or interface. The complete rtf package seems to be missing.
Because of many classes reference Command, I'm not be able to compile the project (50 compilation errors at least).
So the whole API is not working for me.

com.rtfparserkit.rtf.Command exists though (it is an enum) and the project compiles with my Eclipse Kepler.

If you have a bunch of errors, you might have a wrong classpath / source path.

How do you compile it ? With Eclipse, you can Import / existing project then choose the directory where you performed the git clone.

Hm, very curious. I checked out the master branch with eclipse and tried to compile it also with eclipse. There's no classpath to set. But the whole rtf package was missing.
Now I downloaded the Command.java and CommandType.java over the GitHub webinterface and completed the project and it works.

Closed as this appears to be working for the OP.