Re: Venkman does not work with Deer Park Alpha 1
Peter Wilson <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Peter Wilson wrote:
> Adam Platti wrote:
>
>> Has anyone else tried to use Venkman with the latest Deer Park
>> Alpha? I tried it on Windows and Mac and it would not work.
>>
>> Thanks,
>> Adam
>>
> Yes, the problem is that ContentAreaUtils.js and ContentAreaDD.js are
> now history.
>
> Changing the version info is not likely to work.
>
> Peter wilson.
>
> A simple fix for now is to insert these files back into the comm.jar
Not quite correct:
1. Unpack Venkman.jar from the profile extensions directory into new
directory.
2. edit /content/venkman/venkman-scripts.xul so that the first section
of script tags looks like:
<script src="chrome://global/content/nsUserSettings.js"/>
<script src="chrome://global/content/nsTransferable.js"/>
<script src="chrome://global/content/nsClipboard.js"/>
<script src="chrome://global/content/nsDragAndDrop.js"/>
<script src="chrome://global/content/contentAreaUtils.js"/>
<script src="chrome://global/content/findUtils.js"/>
<script src="chrome://global/content/strres.js"/>
As far as I can tell they are browser and communicator files are
nolonger required for use with Deer Park. However, they prevent Venkman
from loading as they are now removed.
3. Repackage venkman.jar and replace in original extension directory.
W.F.M.