Hmm, there's still one problem left:
NodePickerPanel.java references a DOM Level 3 method
(lookupNamespaceURI()).

So, when compiled with Java 1.4 or earlier, you get an error.

Two ways to fix that:
1. Try to avoid the above method.
2. Update Xerces and the JAXP interfaces bundled with Batik and use the
bootclasspath feature to make sure the default JAXP implementation
coming with Java 1.4 is overridden. But that makes things more
complicated.

I tried to debug the NodePickerPanel but somehow the Add/Remove buttons
don't do anything and I didn't manage to get to the code that calls
lookupNamespaceURI(). I don't have time right now to try to fix this so
I leave it up to you guys.

Jeremias Maerki



On 14.11.2007 02:06:52 Cameron McCormack wrote:
> Cameron McCormack:
> > After committing the DOM Viewer enhancement patch, I noticed that there
> > were still some Java 1.4-isms in the code.  I managed to remove a couple
> > of them, but one that’s left is the use of Transferables in the
> > drag-and-drop code for the tree nodes.  What’s the best way to do the
> > DND without this?
> 
> No matter, the fix was simple enough:
> 
>   http://svn.apache.org/viewvc?view=rev&revision=594734
> 
> -- 
> Cameron McCormack, http://mcc.id.au/
>       xmpp:[EMAIL PROTECTED]  ▪  ICQ 26955922  ▪  MSN [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to