Re: [Cppunit-devel] CppUnitW 1.2 merge
Brought to you by:
blep
From: Bastiaan B. <bas...@li...> - 2001-05-06 12:40:58
|
Baptiste Lepilleur wrote: > > Merged like a charm. The dist tarball seems OK. I've put it in > > http://www.cryptoforge.net/cppunit/cppunit-1.5.5.tar.gz for testing. > > "Seems" is the word. Everything is there but VC++ refuses to open any of > the workspaces or project file. I finally found out the problem: they are in > the Unix format... > Hehe, I should have known that this was going to happen: only two days ago somebody mailed me about the same problem with log4cpp. > > How can this be solved ? > - A unix & a windows dist ? > - I think I remember a flag for tar that allows conversion of text file to > the local OS format, but I wasn't able to find that one (perhaps it's not on > windows version of tar?). > > Any ideas ? > Yup, the solution is rather simple: I added " perl -pi -e 's/\n/\r\n/g' `find $(distdir) -name '*.ds?'` " to the dist-hook target, so all *.ds? files are converted to CRLF endings before the tar ball is made. I've uploaded the new tar to cryptoforge. Please try it. > > The good news is that once this is fixed it can be released (I converted the > file by hand and it worked just fine). > Baptiste. > So the merge completed succesfully, that's good news indeed. However I do want to clean up two things before a release: * RTTI stuff * TestCaller (BoardGameTest problem) Bastiaan > > --- > Baptiste Lepilleur <gai...@fr...> http://gaiacrtn.free.fr/index.html > Author of The Text Reformatter, a tool for fanfiction readers and writers. > Language: English, French (Well, I'm French). > > _______________________________________________ > Cppunit-devel mailing list > Cpp...@li... > http://lists.sourceforge.net/lists/listinfo/cppunit-devel |