Hello All, I downloaded the source from svn however when i do a build-tomcat it seems to only compile the core modules and wcm without the rm module. If i attempt to compile rm it seems the rule (in build.xml/projects.xml) to compile this does not work.
I would prefer to build a single alfresco.war from source which includes all the available modules, is there a way to do that ?
if not how can i get RM from svn to compile as a single amp file for me to add manually.
Oops, seems that i needed to look at the "projecthelp" more closely. I needed the "-Denable.module.rm=TRUE" option when building. It works without a problem now.