- From: Felix Sasaki <fsasaki@w3.org>
- Date: Mon, 04 Sep 2006 14:38:21 +0900
- To: Felix Sasaki <fsasaki@w3.org>
- Cc: public-ws-policy-eds@w3.org
- Message-ID: <44FBBBCD.7070908@w3.org>
Felix Sasaki wrote: > Hi all, > > My action item > "[PENDING] ACTION: W3C staff contact to automate generation of diff for > WS-Policy by deploying the diffmk tool and updating he build.xml etc. > [recorded in > http://www.w3.org/2006/08/16-ws-policy-eds-minutes.html#action05]" > is half done. the other half is now done as well, the build file is updated. Update your build.xml and use the "diff" task to generate the XML and HTML diff documents. The date of the diff document is hard-wired in the ant property last-public-draft, which is now 20060731 . I will change the property value after each new public WD. Felix I deployed the diffmk tool to generate diffs for the > framework and the attachment document. See: > > - ws-policy-framework-tr20060731.xml a local copy of the FPWD, as input > to the diff generation process > - ws-policy-framework-diff20060731.xml the output of the diff (XML) > - ws-policy-framework-diff20060731.html (the output of the diff (HTML)) > > The same for the attachment document: > - ws-policy-attachment-tr20060731.xml > - ws-policy-attachment-diff20060731.xml > - ws-policy-attachment-diff20060731.html > > To have this running, you need: > > - diffmk.jar > - diffmk.xml > - DiffMk.properties > - resolver.jar > - diffspec.xsl > > All files above are now in the usual directory > http://dev.w3.org/cvsweb/2006/ws/policy/ . You just need to update the > directory to get them. > > You can run the diff generation process with > java -cp "diffmk.jar;DiffMk.properties;" com.sun.xtc.diffmk.DiffMk > --doctype xmlspec --diff both --words ws-policy-framework.xml > ws-policy-framework-tr20060731.xml ws-policy-framework-diff20060731.xml > (generates ws-policy-framework-diff20060731.xml) > > and > > java -cp "diffmk.jar;DiffMk.properties;" com.sun.xtc.diffmk.DiffMk > --doctype xmlspec --diff both --words ws-policy-attachment.xml > ws-policy-attachment-tr20060731.xml ws-policy-attachment-diff20060731.xml > (generates ws-policy-attachment-diff20060731.xml) > > The HTML output ws-policy-framework-diff20060731.html and > ws-policy-attachment-diff20060731.html is generated by applying > diffspec.xsl to the two generated diff files. > > Soon you will get the updated build file to run this all automatically. > > Felix >
Received on Monday, 4 September 2006 05:38:58 UTC