From: Mat M. <mm...@ad...> - 2008-04-12 05:27:18
|
Ok, sorry to hear that didn't work. From what I could gather about how globs worked it seemed like it might. See for example http://easyurl.net/globbing. In any case, I made the change that you requested. It will ship as part of 1.0.37. "Jacob Foshee" <ja...@gm...> writes: > 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. > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace_______________________________________________ > Adobe-source-devel mailing list > Ado...@li... > https://lists.sourceforge.net/lists/listinfo/adobe-source-devel |