I'm currently working with Keith Wall on https://issues.apache.org/jira/browse/QPID-4353, which involves changing our Ant configuration to use jar files rather than classes/ folders when running tests. We've been hampered by the fact that the jca module produces a jar file called qpid-ra-xxx.jar, so our simple Ant config which looked for qpid-${module.name}-xxx.jar didn't work.
It's not hard for us to work around this problem. However, we'd rather avoid the workaround by simply renaming the jca module to ra. From the end-user's perspective, the names of the .rar and .jar files would be unaffected by this change. Does anyone know if our proposed change to the jca module would cause any problems? Thanks Phil
