It copies it every time there is a build. So, as long as you manually rebuild, or there is a change in the source files that triggers a rebuild, it should be copied. But if you only edit the bin/default.seq (as you did in your test) this file won't change right away.
I expect changes to this file to be minimal, just to setup/change the preferred development .seq path. Anm [EMAIL PROTECTED] wrote: > That's cool. If I edit the bin/, does the build system copy it over upon > executable-run automatically? > I will add this to the echo and comments. > > Quoting Andrew n marshall <[EMAIL PROTECTED]>: > > >> The build system copies the bin/default.seq to visualc9/default.seq. >> This makes sure some .seq file loads without setting either a working >> directory or the command line arguments (both "personal" options in the >> VC projects files, thus outside the repository). >> >> >> Anm >> >> >> >> Marcus Thiebaux wrote: >> >>> I found two default.seq files: >>> core/smartbody/sbm/visualc9/default.seq >>> core/smartbody/sbm/bin/default.seq >>> >>> Both needed? I added an echo to identify which one is loading. In my case, >>> >>> it's visualc9. >>> >> ------------------------------------------------------------------------- >> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! >> Studies have shown that voting for your favorite open source project, >> along with a healthy diet, reduces your potential for chronic lameness >> and boredom. Vote Now at http://www.sourceforge.net/community/cca08 >> _______________________________________________ >> Smartbody-developer mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/smartbody-developer >> >> > > ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Smartbody-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/smartbody-developer
