Hi! I am working on a clojure app which needs to be modular. The module need to be pluggable. While I have figure out the pluggable part, I am facing issues with managing namespaces. I would prefer to have a modules directory where each module will create a sub directory and all files in the module sub directory expose a single namespace. The problem is even with AOT compile I am not able to achieve this. What I need is if the path of module subdirectory is xyz/modules/accounts teh namespace should be xyz.modules.accounts . How do I achieve this ? When ever I try to use AOT I get errors.
Also, is there a better way to manage namespaces in modular applications. I do not want the developers of modules to struggle with managing files and namespaces. regards Vivek -- The hidden harmony is better than the obvious!! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en