Hi there,
I am trying to package the FCKEditor 2.4.1 source code with some of my additions with the packager tool from here http://www.fckeditor.net/packager/Packager.zip.
The Packager complains:
Error: The package definition file was not found. : c:/Projects/web_app/ScriptLibrary/FCKeditor/editor/_packager.xml
Ok, I copied file "fckpackager.xml" to "editor\_packager.xml"
Trying to run packer one more time results in this error:
---
FCKeditor Packager Version 2.5
Copyright 2004-2006 Frederico Caldeira Knabben - All rights reserved
You are authorized to use this software to generate the compressed files for
FCKeditor exclusively. Any other use is illegal and not permitted. For more
info, please visit http://www.fckeditor.net/ckpackager.
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object.
at d.a(String[] A_0)
---
Can somebody explain to me what I am doing wrong?
Mon, 04/30/2007 - 07:55
#1
RE: FCKEditor 2.4.1 Packager error
Any ideas?
RE: FCKEditor 2.4.1 Packager error
RE: FCKEditor 2.4.1 Packager error
I found these changes to be necessary in v2.4.1 and the current v2.4.2 - hopefully fixed in the next version
1) Put FCKeditor.Packager.exe in the fckeditor folder, alongside fckconfig.js
2) In fckpackager.xml replace...
<PackageFile path="editor/js/
...with...
<PackageFile name="
...in BOTH places where it occurs
3) Move fckpackager.xml to editor\_packager.xml
Note: Step 2 changes the corrupted lines back to how they were in v4.2 but retains the other changes.
Without these changes, the following error happens:
--------------------------
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object.
at d.a(String[] A_0)
An unhandled exception of type System.NullReferenceException occurred in FCKeditor.Packager.exe
--------------------------
I wonder why only 4 people have noticed this problem even though it's been there for 2 months? Is there another forum somewhere else where this has already been solved?
Cheers,
Julian
RE: FCKEditor 2.4.1 Packager error
Re: RE: FCKEditor 2.4.1 Packager error
Thanks very much Juilan. I needed these instructions for version v2.4.3 as well.
-Frank
Re: FCKEditor 2.4.1 Packager error
Please, read the end of http://wiki.fckeditor.net/Developer%27s ... ompression