I am trying to 'build' CKEditor from an svn checkout but have not been able to figure out how. I want to apply a patch for a bug that is a serious problem for us ( http://dev.fckeditor.net/ticket/3905 ) to the last release.
I am working on Ubuntu and have tried running both _dev/packager/package.sh and _dev/releaser/release.sh, but neither execute properly. Running package.sh, I get:
Exception in thread "main" org.mozilla.javascript.EvaluatorException: Couldn't open URL "file:/usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar!/org/mozilla/javascript_source/includes/ckpackager.js: java.io.FileNotFoundException: /usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar!/org/mozilla/javascript_source/includes/ckpackager.js (No such file or directory)". (D:\xampp\htdocs\ckpackager\_source/ckpackager.js#49)
Any help would be appreciated.
Ian
Thu, 09/03/2009 - 22:33
#1
Re: How to 'build' CKEditor.
I'm soooooo disappointed In desperation, I rebooted into window$ and everything 'built' fine. I guess none of the developers are working in Linux.
Re: How to 'build' CKEditor.
I had this problem on Linux too with JDK 6. The hackery used to determine the packager path in ckpackager.js is really brittle and should be fixed. To workaround this shortcoming, you can use JDK < 6 OR a JRE.
Added http://dev.fckeditor.net/ticket/4693