Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Bo Berglund wrote: >>1) What is supposed to go as the second call parameter to the >>build.bat file? The first seems to be the sourcefile minus extension. >>The second comes in here: >>sed 's/__VERSION__/%2/' <../%1.dbk >%1.dbk > > > I think this is the sole remaining thing now actually... > What is supposed to happen here??? It replaces __VERSION__ with the real cvs version passed in the second parameter to the script, putting a copy in the temporary directory. You can build off the original file without doing this, but your file will have __VERSION__ in it.. not a problem if you're just testing. Tony