Re: missing xml-source.zip in DOM3-LS.zip

>> I changed the generation process 5 months ago. You'll find a file called
>> xml-source.xml now, instead of xml-source.zip. It (almost) guarantees
>> that I don't forget a file when generating the public version.
>
> mmm,
>
> The testsuite build assumes an xml-source.zip
> Let me have a look at the build.xml again.
> This probably means that the definitions subdirectory which contained
> DOMBuilder.xml is no longer needed ?

Ok,

I've changed my build.xml as follows to handle this:

change:

<unzip src="${specs.dir}/Level-3/LS/xml-source.zip"
dest="${specs.dir}/Level-3/xml/ls"/>

into:

<copy file="${specs.dir}/Level-3/LS/xml-source.xml"
tofile="${specs.dir}/Level-3/xml/ls/dom-spec.xml"/>

which works ok. This needs to be changed to the build.xml of the test
suite after the next public release.

The same thing counts for Core.
With Core there used to be a patchfile that replaced element.xml
which is no longer available. I'n not sure whether the patchfile is still
needed ...

Jeroen



>
> jeroen
>
> =====
> X-Hive Corporation
> Jeroen van Rotterdam, CEO
> e-mail: jeroen@x-hive.com
> phone: +31 10 7108600
> http://www.x-hive.com
>
>
>


=====
X-Hive Corporation
Jeroen van Rotterdam, CEO
e-mail: jeroen@x-hive.com
phone: +31 10 7108600
http://www.x-hive.com

Received on Thursday, 16 January 2003 16:43:38 UTC