Re: 6.7 thinks .../<cluster>/modules is a cluster?
Ivan Soleimanipour wrote:
> if you [...] look just at the xml specs
> the configuration
> ..xml can specify an arbitrary path to the module jar. And if that is
> "allowed" then
> the system as a whole should work correctly.
The _module system_ works correctly with an arbitrary path to a module JAR (so far as I know). The _Ant-based module build harness_ requires modules to be
${cluster}/modules/${code.name.base.dashes}.jar. Relaxing that restriction would require some work and a lot of testing and I don't think we plan to do so.