Error in RText build script

Post a reply

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: Error in RText build script

Re: Error in RText build script

Post by robert » Mon Jan 12, 2009 4:25 pm

Good catch. I only ever build on Windows and Mac, so I've never noticed this before. I'll fix it in the next release.

There's no mailing list, as the project is pretty low traffic. Discussions can be had in these forums. If there is more interest in a mailing list in the future I'll be happy to create one.

Error in RText build script

Post 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?

Top

cron