|
From: Markus B. <mba...@us...> - 2005-09-25 16:49:50
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24985/src/org/rubypeople/rdt/internal/ui Modified Files: RubyUIMessages.properties Log Message: fixed rdoc launch error in linux, use RubyInterpreter.exec for launching the interpreter for rdoc, externalized messages Index: RubyUIMessages.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.properties,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** RubyUIMessages.properties 18 Sep 2005 18:47:24 -0000 1.6 --- RubyUIMessages.properties 25 Sep 2005 16:49:42 -0000 1.7 *************** *** 119,121 **** HTMLTextPresenter.ellipsis=... ! HTML2TextReader.listItemPrefix=\t- \ No newline at end of file --- 119,129 ---- HTMLTextPresenter.ellipsis=... ! HTML2TextReader.listItemPrefix=\t- ! ! RDocPathErrorTitle=RDoc path error ! RDocPathError=The input path for RDoc is blank or incorrect. Use preferences to enter a valid RDoc path. ! RDocExecutionErrorTitle=Ruby process exited with value {0} ! RDocExecutionError=Ruby running rdoc exited abnormally. A possble reason is a wrong Rdoc path. Please check the path for rdoc in the preference page. ! RDocExecutionErrorAdditionalMessageWithStderr=The process was started with: {0}. The last line of stderr of the ruby process: {0}. ! RDocExecutionErrorAdditionalMessage=The process was started with: {0}. The process did not write any messages to stderr. ! ErrorRunningRdocTitle=Error running RDoc \ No newline at end of file |