This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Internal error:java.lang.Error: no method to construct ClassType gnu.kawa.xml.XmlNamespace


There was a typo in my original test case file "a.scm":

;; a.scm
(module-name <foo.A>)
(define-xml-namespace svg "http://www.w3.org/2000/svg";;) ; <--- typo

It should say...
(define-xml-namespace svg "http://www.w3.org/2000/svg";)
...of cause. Sorry.

Nonetheless, the patch still applies.


-- Oliver Flasch oliver.flasch@cs.uni-dortmund.de 0171 6447868




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]