Hi,
I integrated a second module for my alfresco.
The development of the 1st module is under my Eclipse project and test were running until my model now depends of another model located in the 2nd module.
The module deploy well through .amp.
But when running test under eclipse, amp are not installed. Only the Spring context needs to be initialized.
And when I run tests, the 2nd module is not under my project classpath so I get the error : can't find alfresco/module/2nd_module_id/module.properties.
How to put the 2nd module config files into my project so I can run Junit tests from my 1st module project under eclipse directly ?
Thanks you.