> Fantastic, I found the problem. sin_utils:copy_file ends up in an > infinite recursion if sinan.cfg is in the application directory > instead of in lib's parent: > ... > I'll try to get it patched by the weekend
A preliminary patch just to avoid hanging (and flooding the hard disk so that it hangs later even if you try to build putting the sinan.cfb in lib's parent dir :)) is already in my clone, but it should be cleaned up. git://github.com/samuelrivas/sinan.git branch temp_recursive_copy_bug I understood that in a recent conversation with Martin that it was possible to put the sinan.cfg at the application level. Unless I mislaid it, I think this bug prevented that to work and seems to be there since 2007 :) Cheers -- Samuel -- You received this message because you are subscribed to the Google Groups "erlware-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/erlware-dev?hl=en.
