Re: generate new diff for framework?

Frederick Hirsch wrote:

sorry for the late reply, Frederick.

>
> first, thanks much for taking care of this Felix.
>
> second, I guess that means in Eclipse
> 1. select build.xml
> 2. right-click, run as ant build...
> 3. check "diff" target
> 4. Run

yep.

>
> I did this, but the build failed, "could not find 
> temp-ws-policy-guidelines.diff20070520.xml to copy"
> Must be missing something obvious.

the property guidelines-last-public-draft was not up to date. I changed 
it to

<property name="guidelines-last-public-draft" value="20070330"/>

the value is always the latest public draft date, here "20070330" taken 
from http://www.w3.org/TR/2007/WD-ws-policy-guidelines-20070330

Felix

>
> regards, Frederick
>
> Frederick Hirsch
> Nokia
>
>
> On Jun 20, 2007, at 7:44 PM, ext Felix Sasaki wrote:
>
>>
>> Frederick Hirsch wrote:
>>>
>>> How do we generate a new diff file for the framework? The changes I 
>>> made today to fix issue 4672
>>> are not reflected in the corresponding diff, even though they are in 
>>> the clean html:
>>>
>>> http://dev.w3.org/cvsweb/~checkout~/2006/ws/policy/ws-policy-framework-diff20070605.html?rev=1.2&content-type=text/html;%20charset=utf-8&only_with_tag=Editors-Draft-18-June-2007) 
>>> (since last publication June 05, 2007)
>>
>> just run the "diff" task
>> ant diff
>>
>> I did that and committed the diffs for the framework (also attachment 
>> doc, which has no change).
>>
>> Felix
>>>
>>>
>>> regards, Frederick
>>>
>>> Frederick Hirsch
>>> Nokia
>>>
>>>
>>>
>>
>>
>>
>
>

Received on Friday, 22 June 2007 06:21:55 UTC