Re: dos2unix in Jenkins

2012-12-27 Thread Brent Atkinson
Happy to hear you were able to solve your problem. On Dec 27, 2012 5:08 PM, "El alaoui Mohamed Reda" wrote: > it's okey thank you very much :) > > 2012/12/26 Brent Atkinson > >> Hi, >> >> It should be simply a matter of doing the following: >> >> >>- Checkout your working copy >>- Chang

Re: dos2unix in Jenkins

2012-12-27 Thread El alaoui Mohamed Reda
it's okey thank you very much :) 2012/12/26 Brent Atkinson > Hi, > > It should be simply a matter of doing the following: > > >- Checkout your working copy >- Change to your working copy directory >- Find all the files named *.sh and set the svn property >'svn:eol-style' to the

Re: dos2unix in Jenkins

2012-12-25 Thread Brent Atkinson
Hi, It should be simply a matter of doing the following: - Checkout your working copy - Change to your working copy directory - Find all the files named *.sh and set the svn property 'svn:eol-style' to the value of 'LF' This tells subversion to convert the line endings of the file t

Re: dos2unix in Jenkins

2012-12-25 Thread El alaoui Mohamed Reda
i'm using subversion but i don't understand how i can make it in jenkins please !! can you explain me !!! 2012/12/25 Brent Atkinson > roperty -- *Mohamed Reda, El alaoui* * *

Re: dos2unix in Jenkins

2012-12-25 Thread Brent Atkinson
Are you using subversion to checkout the project? If so, you might just consider setting the svn:eol property on those files to 'LF' so they always have Unix line endings on checkout. On Dec 25, 2012 6:38 AM, "El alaoui Mohamed Reda" wrote: > thanks Tomi :) > > 2012/12/22 domi > >> you could use

Re: dos2unix in Jenkins

2012-12-25 Thread El alaoui Mohamed Reda
thanks Tomi :) 2012/12/22 domi > you could use ANT with the fixCRLF task: > http://ant.apache.org/manual/Tasks/fixcrlf.html > > > eol="lf" eof="remove" /> > > /Domi > > > On 20.12.2012, at 20:34, El alaoui Mohamed Reda > wrote: > > No response ? <344.gif><344.gif><344.gif><344.gif> >

Re: dos2unix in Jenkins

2012-12-22 Thread domi
you could use ANT with the fixCRLF task: http://ant.apache.org/manual/Tasks/fixcrlf.html /Domi On 20.12.2012, at 20:34, El alaoui Mohamed Reda wrote: > No response ? <344.gif><344.gif><344.gif><344.gif> > > 2012/12/19 El alaoui Mohamed Reda > Hello > > > > i have a Jenkins installed in

dos2unix in Jenkins

2012-12-21 Thread El alaoui Mohamed Reda
Hello i have a Jenkins installed in Windows and i have a project where i have a lot of script file .sh i so must do dos2unix in commande Ligne for all the file to convert for windows forme to unix forme i ask you if i can have a plugin or a windows script to convert all file in the Build Time t

Re: dos2unix in Jenkins

2012-12-21 Thread El alaoui Mohamed Reda
No response ? [?][?][?][?] 2012/12/19 El alaoui Mohamed Reda > Hello > > > i have a Jenkins installed in Windows and i have a project where i have a > lot of script file .sh i > > so must do dos2unix in commande Ligne for all the file to convert for > windows forme to unix forme > i ask you if i