Re: [scxml-eclipse] Notes on properties, headers and generated code

2010-05-20 Thread Rahul Akolkar
2010/5/21 Xun Long Gui : > Hi Rahul, > > Thank you for your hand by hand guide. Yesterday, i add svn:eol-style > property in SVN config file for these extension files, add submited > these once more, it seems that it did not work. So, i set > svn:eol-style property for each extension file and submi

Re: [scxml-eclipse] Notes on properties, headers and generated code

2010-05-20 Thread Xun Long Gui
Hi Rahul, Thank you for your hand by hand guide. Yesterday, i add svn:eol-style property in SVN config file for these extension files, add submited these once more, it seems that it did not work. So, i set svn:eol-style property for each extension file and submit it again today, i am hoping it wor

Re: [scxml-eclipse] Notes on properties, headers and generated code

2010-05-20 Thread Rahul Akolkar
2010/5/20 Xun Long Gui : > Ok, got it > r946619 [1] did not actually add the svn:eol-style property. For each file, choose the "Set Property..." option in the "Team" menu [2] when using Subclipse. Then, for property name, use svn:eol-style and for property value, use native. Files will appear to

Re: [scxml-eclipse] Notes on properties, headers and generated code

2010-05-20 Thread Xun Long Gui
Ok, got it 在 2010年5月20日 下午8:42,Rahul Akolkar 写道: > 2010/5/20 Xun Long Gui : > > I have added svn:eol-style property property to the 7 files in SVN > > config file, may be because i have not submited these 7 files again, > > so it does not work yet, when i submit these files once more, it will > >

Re: [scxml-eclipse] Notes on properties, headers and generated code

2010-05-20 Thread Rahul Akolkar
2010/5/20 Xun Long Gui : > I have added svn:eol-style property property to the 7 files in SVN > config file, may be because i have not submited these 7 files again, > so it does not work yet, when i submit these files once more, it will > work, i think. > Yes, please check in (commit) those 7 fil

Re: [scxml-eclipse] Notes on properties, headers and generated code

2010-05-20 Thread Xun Long Gui
I have added svn:eol-style property property to the 7 files in SVN config file, may be because i have not submited these 7 files again, so it does not work yet, when i submit these files once more, it will work, i think. -Gui Xun Long On 5/20/10, Rahul Akolkar wrote: > 2010/5/19 Xun Long Gui : >

Re: [scxml-eclipse] Notes on properties, headers and generated code

2010-05-20 Thread Rahul Akolkar
2010/5/19 Xun Long Gui : > Hi sebb, > > Thank you for your fervent guide here :-) Did you figure out the Subclipse way of setting properties? If so, please commit the svn:eol-style property changes to the 7 files below. If not, please let us know what didn't work. Thanks. -Rahul > 在 2010年5月19日

Re: [scxml-eclipse] Notes on properties, headers and generated code

2010-05-19 Thread Xun Long Gui
Hi sebb, Thank you for your fervent guide here :-) 在 2010年5月19日 下午11:54,sebb 写道: > On 19/05/2010, Xun Long Gui wrote: > > Hi, > > My IDE is eclipse, and my SVN client is eclipse subclipse plunge-in, i > > [That should be 'plugin', but plunge-in is a fun alternative ;-)] > > > can not find any

Re: [scxml-eclipse] Notes on properties, headers and generated code

2010-05-19 Thread sebb
On 19/05/2010, Xun Long Gui wrote: > Hi, > My IDE is eclipse, and my SVN client is eclipse subclipse plunge-in, i [That should be 'plugin', but plunge-in is a fun alternative ;-)] > can not find any graphical gesture for setting props, i change SVN > client config file directly To set the pr

Re: [scxml-eclipse] Notes on properties, headers and generated code

2010-05-19 Thread Xun Long Gui
Hi, My IDE is eclipse, and my SVN client is eclipse subclipse plunge-in, i can not find any graphical gesture for setting props, i change SVN client config file directly -Gui Xun Long On 5/19/10, Rahul Akolkar wrote: > 2010/5/19 Xun Long Gui : >> ok, i will try to finish these jobs as soon as p

Re: [scxml-eclipse] Notes on properties, headers and generated code

2010-05-19 Thread Rahul Akolkar
2010/5/19 Xun Long Gui : > ok, i will try to finish these jobs as soon as possible > Thanks, no rush :-) BTW, after 'svn propset' you will have to check in the files (property changes are local). Your IDE of choice should have some graphical gesture(s) for settings props as well. -Rahul > -G

Re: [scxml-eclipse] Notes on properties, headers and generated code

2010-05-19 Thread Xun Long Gui
ok, i will try to finish these jobs as soon as possible -Gui Xun Long On 5/19/10, Rahul Akolkar wrote: > On Wed, May 19, 2010 at 10:08 AM, sebb wrote: >> On 19/05/2010, Xun Long Gui wrote: >>> Hi, >>> >>> They are all GMF standard file format, they are very important for >>> this project. A

Re: [scxml-eclipse] Notes on properties, headers and generated code

2010-05-19 Thread Rahul Akolkar
On Wed, May 19, 2010 at 10:08 AM, sebb wrote: > On 19/05/2010, Xun Long Gui wrote: >> Hi, >> >>  They are all GMF standard file format, they are very important for >>  this project. As you say, they are xml file indeed, but we can not >>  change their extensions to .xml > > OK, then please add th

Re: [scxml-eclipse] Notes on properties, headers and generated code

2010-05-19 Thread sebb
On 19/05/2010, Xun Long Gui wrote: > Hi, > > They are all GMF standard file format, they are very important for > this project. As you say, they are xml file indeed, but we can not > change their extensions to .xml OK, then please add the extensions to your SVN configuration (so future files w

Re: [scxml-eclipse] Notes on properties, headers and generated code

2010-05-19 Thread Xun Long Gui
Hi, They are all GMF standard file format, they are very important for this project. As you say, they are xml file indeed, but we can not change their extensions to .xml -Gui Xun Long On 5/19/10, sebb wrote: > On 19/05/2010, Rahul Akolkar wrote: >> Some miscellaneous notes: >> >> 1) A small n

Re: [scxml-eclipse] Notes on properties, headers and generated code

2010-05-19 Thread sebb
On 19/05/2010, Rahul Akolkar wrote: > Some miscellaneous notes: > > 1) A small number of files don't have svn:eol-style set. This isn't > surprising given some of the uncommon file extensions that are almost > guaranteed to not be in the auto-props :-) sebb has a script to > identify these, ma

Re: [scxml-eclipse] Notes on properties, headers and generated code

2010-05-18 Thread Xun Long Gui
ok, got it, i will continue my development work - Gui Xun Long On 5/19/10, Rahul Akolkar wrote: > Some miscellaneous notes: > > 1) A small number of files don't have svn:eol-style set. This isn't > surprising given some of the uncommon file extensions that are almost > guaranteed to not be in th

[scxml-eclipse] Notes on properties, headers and generated code

2010-05-18 Thread Rahul Akolkar
Some miscellaneous notes: 1) A small number of files don't have svn:eol-style set. This isn't surprising given some of the uncommon file extensions that are almost guaranteed to not be in the auto-props :-) sebb has a script to identify these, maybe at some point he'll kindly run it for us. 2) Th