I'm getting this exception when building RText on my ubuntu box:
java.io.FileNotFoundException: rtext_0.9.9.7/common/build.xml (No such file or directory)
It's caused by case sensitivity of linux system, which could be fixed by changing
<property name="common-dir" location="../common"/>
to
<property name="common-dir" location="../Common"/>
By the way, is there a mailing list for RText?
