Re: My stab at a distribution

> make index.htm valid.

Amen.

>
> > The distibution to check is
> > http://home.houston.rr.com/curta/dom1-core.tar.gz
>
> also, remove xerces 2.0 from the java directory.

Unintentional, would not have been present if an "ant clean" was done before
"ant dom1-core-dist".

> java -classpath dom1-core.jar junit.textui.testRunner
> org.w3c.domts.level1.core.TestDefaultParser
> returned
> Exception in thread "main" java.lang.NoClassDefFoundError:
> junit/textui/testRunner
>
> java -classpath dom1-core.jar junit.swingui.testRunner -noloading
> org.w3c.domts.level1.core.TestDefaultParser
> returned
> Exception in thread "main" java.lang.NoClassDefFoundError:
> junit/swingui/testRunner

Capitalization errors, should have been "TestRunner" not "testRunner"

> for ECMAScript:
> [[
> open the JsUnit test runner in the browser you want to test, then enter
> "tests/alltests.html"
> ]]
>
> I add to browse into ecmascript/test/alltests.html. entering
> tests/alltests.html doesn't work.
> (idem with SVG tests)

Change text to describing browing for alltests.html.

>
> Didn't work with my nightly build of Mozilla. wasn't maybe a good idea
> to install a nightly build version. Did someone try it with 0.9.8?
> (idem with SVG tests)

I tested with 0.9.7 (which I thought was a couple week old nightly build) on
Windows with no problems.

I'll let Dimitris fix these up and do the next candidate.

Received on Wednesday, 13 February 2002 11:45:59 UTC