Travis Geiselbrecht wrote: > This seems to break the build, since the helpers/ dir inside the > source dir for the files is picked up as a file and fails to copy. > Someone mentioned on irc that it'll also pick up .svn/ if you're using > that. > > For the life of me I can't figure out how to filter that out in jam.. I haven't looked too closely what has to be done, but assuming that simply the whole directory tree (save for the .svn dirs) needs to be copied, I'd just use the CopyDirectoryToHaikuImage rule. There are already several instances where that rule is applied similarly. CU, Ingo