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" <[email protected]> wrote:
> thanks Tomi :) > > 2012/12/22 domi <[email protected]> > >> you could use ANT with the fixCRLF task: >> http://ant.apache.org/manual/Tasks/fixcrlf.html >> >> >> <fixcrlf srcdir="${src}" includes="**/*.sh" >> eol="lf" eof="remove" /> >> >> /Domi >> >> >> On 20.12.2012, at 20:34, El alaoui Mohamed Reda <[email protected]> >> wrote: >> >> No response ? <344.gif><344.gif><344.gif><344.gif> >> >> 2012/12/19 El alaoui Mohamed Reda <[email protected]> >> >>> 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 >>> >>> thanks >>> >> >> >> >> -- >> >> *Mohamed Reda, El alaoui* >> >> * >> * >> >> >> > > > -- > > *Mohamed Reda, El alaoui* > > * > * >
