You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by "John Kaputin (JIRA)" <ji...@apache.org> on 2007/06/12 18:35:25 UTC

[jira] Commented: (WODEN-149) Update Woden with New WSDL 2.0 Assertions Numbers for Proposed Recommendation

    [ https://issues.apache.org/jira/browse/WODEN-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503909 ] 

John Kaputin commented on WODEN-149:
------------------------------------

r546553
I have renumbered the assertions in the Woden source code to the PR assertion numbers using Arthur's Ant script and the mapping files from the W3C ws-desc CVS project:

http://dev.w3.org/cvsweb/2002/ws/desc/wsdl20/renumber-assertions-1properties
http://dev.w3.org/cvsweb/2002/ws/desc/wsdl20/renumber-assertions-2.properties

	<target name="renumber-assertions" description="Renumbers assertions using PR ids.">
		<replace dir="src" includes="**/*" replacefilterfile="[mydir]/renumber-assertions-1.properties" />
		<replace dir="src" includes="**/*" replacefilterfile="[mydir]/renumber-assertions-2.properties" />
		<replace dir="test" includes="**/*" replacefilterfile="[mydir]/renumber-assertions-1.properties" />
		<replace dir="test" includes="**/*" replacefilterfile="[mydir]/renumber-assertions-2.properties" />
	</target>

Thjere are still some obsolete assertions in the Woden code but these will be eliminated as I redesign/reimplement the validation logic under WODEN-47, -56 and -163.

> Update Woden  with New WSDL 2.0 Assertions Numbers for Proposed Recommendation
> ------------------------------------------------------------------------------
>
>                 Key: WODEN-149
>                 URL: https://issues.apache.org/jira/browse/WODEN-149
>             Project: Woden
>          Issue Type: Task
>          Components: Validation
>    Affects Versions: M7
>            Reporter: Arthur Ryman
>            Assignee: John Kaputin
>             Fix For: M8
>
>
> I renumbered the assertions for PR. I created scripts that can do the text replacement automatically. These are described in a note to the mailing lists. I am assigning this to John for coordination. It's just a matter of running an Ant script, but I don't want to do this while John is working on the code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org