Re: [Quickfix-developers] Rgenerating code after changing xml files in spec/fix44 directory
Brought to you by:
orenmnero
|
From: Djalma R. d. S. F. <drs...@gm...> - 2007-02-08 22:31:35
|
Hi Sheetal, Very interesting question. Some collegues made this question to me some time ago, but I didn't know the answer, in my application I prefered to avoid the cracker overhead anyway. But, now looking at the quickfix folders, I found that there are special scripts to to that. Try spec\generate.bat or spec\generate.sh. You should change the dictionaries in the spec directory or change the scripts to point to others. It seems that you must have ruby and msxsl.exe installed (or xsltproc to use generate.sh). I did not test it and I am not sure if these are the only required steps. Djalma On 2/7/07, Sheetal Chainraj <sch...@gm...> wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > I am trying to add new fields to the NewOrderSingle message type. I added > this in the spec/fix44.xml message. After this, expecting to regnerate the > correct C++ header files under src/C++/fix44/ , I ran make in the home > directory. It did not generate any new files. I am sure I am missing some > step. Can some give me a pointer please? > > thanks, > Sheetal > -- > View this message in context: > http://www.nabble.com/Rgenerating-code-after-changing-xml-files-in-spec-fix44-directory-tf3190167.html#a8855920 > Sent from the QuickFIX - Dev mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |