From: Jacob F. <ja...@gm...> - 2008-04-01 00:01:28
|
Sorry, I tried that change and it did not work. error: Unable to find file or target named error: '/C:/.../adobe_root/adobe_platform_libraries/test/begin/examples/.svn' error: referred from project at error: 'test/begin' On 3/27/08, Mat Marcus <mm...@ad...> wrote: > > "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. > |