Hi Sandro, see below.
On 04/02/2015 04:38 PM, Alessandro Gorobey wrote: > Hi All, > > I would like an explanation on some files in jtsdk. > Referring to svn log, Bill write: > ------------------------------------------------------------------------ > r5139 | bsomervi | 2015-04-02 01:04:09 +0200 (gio, 02 apr 2015) | 5 lines > Changed paths: > M /branches/wsjtx/CMakeLists.txt > M /branches/wsjtx/Configuration.cpp > D /branches/wsjtx/kvasd.dat > > Do not package kvasd.dat > > This file is created at run time and is not needed in the deployment > package. Also removed from source control to avoid further > misunderstandings. > ------------------------------------------------------------------------ I am not well versed on kvasd.dat itself, but the CMakeLists.txt file is basically the build script used by Cmake. > > I found the follow in sdk directory (dir kvasd.dat /s/b) : > > C:\JTSDK\src\trunk\kvasd.dat > C:\JTSDK\src\wsjtx-1.4\kvasd.dat > C:\JTSDK\src\wsjtx_exp\kvasd.dat > C:\JTSDK\wsjt\install\kvasd.dat (generated by wsjt running) > plus some in tags The .dat files in the src directory are either from the respective repository, or before Bill's last change, generated during the build process then added to the contrib directory and complied into the final binaries as a resource file. As for kvasd.dat itself, I'll leave that to Joe or Bill to explain, as I do not fully understand how it works. > "This file is created at run time" is referred to > %temp%\WSJTX-X[command line option]\kvasd.dat ??? > > > The file C:\JTSDK\src\wsjtx-1.4\issue-log.txt > seems to be at Dec 2014. I'm sure Bill will update the issues-log at some point. Remember, these are development branches, and Joe, Bill, others have many ways to keep track of the things they are working on. > After a lot of work to hamlibs, wsjtx 1.4 and 1.5 I think that most of > problems reported is solved. > > Thanks for the work > > 73's > Sandro > IW3RAB 73's Greg, KI7MT ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
