> I will get the github problem worked out. I think the source is on my
> other computer which happens to be about 3300 miles away. but I should
> be able to fix that soon.
Ok, just let me know so I can upgrade
> Look in the support/ directory and you should see some scripts that
> will let you run sinan from just the complied build directory. This is
> how I build and test sinan.
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:
(<0.126.0>) call
sin_utils:copy_dir("/home/samuel/projects/erlandria/lib/erlandria/_build/development/apps/erlandria-devel","/home/samuel/projects/erlandria/lib/erlandria",[],["."])
(<0.126.0>) call
sin_utils:copy_dir("/home/samuel/projects/erlandria/lib/erlandria/_build/development/apps/erlandria-devel","/home/samuel/projects/erlandria/lib/erlandria",["doc"],["."])
(<0.126.0>) call
sin_utils:copy_dir("/home/samuel/projects/erlandria/lib/erlandria/_build/development/apps/erlandria-devel","/home/samuel/projects/erlandria/lib/erlandria",["ebin"],["."])
(<0.126.0>) call
sin_utils:copy_dir("/home/samuel/projects/erlandria/lib/erlandria/_build/development/apps/erlandria-devel","/home/samuel/projects/erlandria/lib/erlandria",["src"],["."])
(<0.126.0>) call
sin_utils:copy_dir("/home/samuel/projects/erlandria/lib/erlandria/_build/development/apps/erlandria-devel","/home/samuel/projects/erlandria/lib/erlandria",["_build"],["."])
(<0.126.0>) call
sin_utils:copy_dir("/home/samuel/projects/erlandria/lib/erlandria/_build/development/apps/erlandria-devel","/home/samuel/projects/erlandria/lib/erlandria",["_build","development"],["."])
(<0.126.0>) call
sin_utils:copy_dir("/home/samuel/projects/erlandria/lib/erlandria/_build/development/apps/erlandria-devel","/home/samuel/projects/erlandria/lib/erlandria",["_build","development","apps"],["."])
(<0.126.0>) call
sin_utils:copy_dir("/home/samuel/projects/erlandria/lib/erlandria/_build/development/apps/erlandria-devel","/home/samuel/projects/erlandria/lib/erlandria",["_build","development","apps","erlandria-devel"],["."])
(<0.126.0>) call
sin_utils:copy_dir("/home/samuel/projects/erlandria/lib/erlandria/_build/development/apps/erlandria-devel","/home/samuel/projects/erlandria/lib/erlandria",["_build","development","apps","erlandria-devel","doc"],["."])
(<0.126.0>) call
sin_utils:copy_dir("/home/samuel/projects/erlandria/lib/erlandria/_build/development/apps/erlandria-devel","/home/samuel/projects/erlandria/lib/erlandria",["_build","development","apps","erlandria-devel","ebin"],["."])
(<0.126.0>) call
sin_utils:copy_dir("/home/samuel/projects/erlandria/lib/erlandria/_build/development/apps/erlandria-devel","/home/samuel/projects/erlandria/lib/erlandria",["_build","development","apps","erlandria-devel","src"],["."])
(<0.126.0>) call
sin_utils:copy_dir("/home/samuel/projects/erlandria/lib/erlandria/_build/development/apps/erlandria-devel","/home/samuel/projects/erlandria/lib/erlandria",["_build","development","apps","erlandria-devel","_build"],["."])
(<0.126.0>) call
sin_utils:copy_dir("/home/samuel/projects/erlandria/lib/erlandria/_build/development/apps/erlandria-devel","/home/samuel/projects/erlandria/lib/erlandria",["_build","development","apps","erlandria-devel","_build","development"],["."])
(<0.126.0>) call
sin_utils:copy_dir("/home/samuel/projects/erlandria/lib/erlandria/_build/development/apps/erlandria-devel","/home/samuel/projects/erlandria/lib/erlandria",["_build","development","apps","erlandria-devel","_build","development",
"apps"],["."])
(<0.126.0>) call
sin_utils:copy_dir("/home/samuel/projects/erlandria/lib/erlandria/_build/development/apps/erlandria-devel","/home/samuel/projects/erlandria/lib/erlandria",["_build","development","apps","erlandria-devel","_build","development",
"apps","erlandria-devel"],["."])
etcetera.
I'll try to get it patched by the weekend
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.