Hi,
I'm using Canoo Webtest 2.0. When I try to kick off my canoo tests I get
the following error
[testSpec] org.apache.xerces.xni.XNIException
[testSpec] at
org.cyberneko.html.HTMLScanner$ContentScanner.scan(HTMLScanne
r.java:1860)
[testSpec] at
org.cyberneko.html.HTMLScanner.scanDocument(HTMLScanner.java:
789)
[testSpec] at
org.cyberneko.html.HTMLConfiguration.parse(HTMLConfiguration.
java:478)
[testSpec] at
org.cyberneko.html.HTMLConfiguration.parse(HTMLConfiguration.
java:431)
[testSpec] at org.apache.xerces.parsers.XMLParser.parse(Unknown
Source)
[testSpec] at
com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuil
der.parse(HTMLParser.java:330)
[testSpec] at
com.gargoylesoftware.htmlunit.html.HTMLParser.parse(HTMLParse
When it tries to parse an xml page.
My installation of canoo seems to be ok because when I run the
installation verifier
ant -buildfile installText.xml from the doc/samples folder
the build is successful.
Does anyone know why I'm getting an xerces exception? I'm using JDK1.4
and the xml file that throws the error works fine for other colleagues
of mine. It must be a problem specific to my environment but can anyone
think what?
Thanking you in advance,
Michael