by xqzhou » Sat Jan 10, 2009 2:58 pm
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?
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="../[color=#FF0000]c[/color]ommon"/>
to
<property name="common-dir" location="../[color=#FF0000]C[/color]ommon"/>
By the way, is there a mailing list for RText?