Re: [Quickfix-developers] TestRequest messages
Brought to you by:
orenmnero
From: Joerg T. <Joe...@ma...> - 2005-02-10 18:14:52
|
Jonathan Duke wrote: > Hmm, you're right. The default post-build step in VC++.NET is failing to > copy TestRequest.h, QuoteStatusReport.h and QuoteStatusRequest.h to the > include/quickfix/fix* directories I was looking at. The post-build step > is: > > echo test > EXCLUDE > echo stdafx.h >> EXCLUDE > xcopy src\C++\*.h /S/Y /EXCLUDE:EXCLUDE include\quickfix del /F EXCLUDE > > I don't know exactly how xcopy works but I am guessing the "test > > EXCLUDE" bit excludes from the copy all files with "test" in their name > so as not to copy the src/C++/test/ files, but also covers the 3 files > missing files. > > I'll move the test directory somewhere else and remove that line from > the post-build step! Looks like a Deja vu to me. Found this in the mailing list: http://sourceforge.net/mailarchive/message.php?msg_id=6286023 Please check whether "echo test\ > EXCLUDE" works and respond to bug tracker: http://www.quickfixengine.org/bugtracker/bug.php?op=show&bugid=57 Thanks, Jörg -- Joerg Thoennes http://macd.com Tel.: +49 (0)241 44597-24 Macdonald Associates GmbH Fax : +49 (0)241 44597-10 Lothringer Str. 52, D-52070 Aachen |