- From: Toufic Boubez <tboubez@layer7tech.com>
- Date: Mon, 17 Jul 2006 10:29:05 -0700
- To: "Philippe Le Hegaret" <plh@w3.org>, <public-ws-policy-eds@w3.org>
Actually Asir finally helped me work out an almost perfect work-around. The main issue seems to be that the IDE is not signaling that the file being edited has changed. So for now, I can do everything in Eclipse, but when it's time to commit, I have to go to another editor and basically make a trivial change so that Eclipse figures out that the file has changed. Once that's done, everything else seems to work fine. No big deal for now, I can live with it until I get to the bottom of what's going on (all of a sudden, with the workaround, that becomes less urgent). Thanks Philippe and Asir! -- Toufic Toufic Boubez, Ph.D. Chief Technology Officer LAYER 7 TECHNOLOGIES / Advancing the application network. 604.681.9377 x310 (w) 604.288.7970 (m) tboubez@layer7tech.com (e) www.layer7tech.com (w) -----Original Message----- From: public-ws-policy-eds-request@w3.org [mailto:public-ws-policy-eds-request@w3.org] On Behalf Of Philippe Le Hegaret Sent: Friday, July 14, 2006 8:39 AM To: public-ws-policy-eds@w3.org Subject: Re: Agenda: WS-Policy Editors' Conference Call Asir wrote: > 1. Walkthrough - merging files using Eclipse (Philippe?) I included a bit on that in http://www.w3.org/2006/07/eclipse/eclipse.html Asir, you also suggested that using the oXygen XML editor is better than using the default XML editor. Do you have a pointer to the license? btw, Toufic is unable to use Eclipse properly since his Eclipse is refusing to recognize when a file changed. So all CVS operations, except checkout, don't work in his eclipse. (and yes, we did reinstall entirely his eclipse in order to try to fix this). I'm at lost in understanding why. Maybe an outdated JVM?!? > 2. Protocol for check in Regarding the HTML files: since those files are generated, you want to avoid having conflicts when trying to check those in. So, before trying to commit, always make sure you have the latest version by using "Replace With", "Latest from HEAD", then regenerate the HTML files, then commit. If you catch yourself with conflicts for the HTML files, you can also choose the "Override and Update" option in the Synchronize view. > 4. Change log btw, there is a way to generate the change log out of the CVS log. See changelog.xml and changelog.xsl. In fact, we have an ant task especially for that but it requires to have an external cvs command to work. It won't work by default on Windows system (ant is an external tool for Eclipse, so it doesn't reuse the CVS command builtin in Eclipse). Philippe
Received on Monday, 17 July 2006 17:30:40 UTC