OK, problem identified. I used cygwin for checking out the source code. When using windows command line the CR+LF are properly converted.
Apologies as it turned out to be a stupid problem. unmarshall wrote: > > Hi Taariq, > > I do not use Tortoise as it has in past given many problems. I only use > the command line svn. > If you use the command line svn using the instructions that are mentioned > on http://camel.apache.org > /source.html then you should face the problem, unless you have some > specific configuration that is being done for subversion. > > Best Regards, > Madhav > > > Taariq Levack wrote: >> >> Hi >> >> I just built on windows too, are you sure it's not your tool? >> I use Tortoise, and also update from my IDE, and I didn't have to change >> any >> settings to make it work. >> The dummy.txt file looks fine here too. >> >> Taariq >> >> On Wed, May 18, 2011 at 9:41 AM, unmarshall <[email protected]> >> wrote: >> >>> Hi, >>> >>> I guess in SVN you will have to set: >>> svn propset svn:eol-style native >>> >>> This would then make sure that if the code is being checked out from >>> windows >>> then CR+LF is substituted for "enter" and for linux it will substitute >>> LF >>> for "enter". >>> >>> Can you check if that property has been set on SVN? >>> >>> Best Regards, >>> Madhav >>> >>> -- >>> View this message in context: >>> http://camel.465427.n5.nabble.com/Camel-source-code-build-fails-tp4405790p4405838.html >>> Sent from the Camel - Users mailing list archive at Nabble.com. >>> >> > -- View this message in context: http://camel.465427.n5.nabble.com/Camel-source-code-build-fails-tp4405790p4406000.html Sent from the Camel - Users mailing list archive at Nabble.com.
