From: Mat M. <mm...@ad...> - 2008-03-28 00:14:07
|
"Jacob Foshee" <ja...@gm...> writes: Let me know whether [ glob ./examples/* : .svn ] performs the correct .svn exclusion for you. If so I'll see about updating the Jamfiles. Thanks for the suggestion. - Mat P.S. This list is fine for these kinds of discussion. Thanks for your interest. > Hopefully one final issue about the build: > I added ASL to our build and our source repository. We use subversion. Consequently every folder has hidden .svn folders. > This broke a glob statement in the install block of Begin's Jamfile. My workaround is to change each line like the > following: > > : [ glob ./examples/* ] > > to: > > : [ glob ./examples/*.adm ./examples/*.eve ] > > If there is an exclude mechanism for glob, we could use that instead, but I couldn't find one. > I hope you will consider a change like this. > > btw, if this list is not for recommending source code changes, please let me know the proper avenue for that. |