Hi Composer geeks
I have one composer project "RootProject" where I store my base object_type (corporate_document) and some common reusable libraries (Jar definition).
When I create a new project, I would reference the "RootProject" and create object types that would use the "corporate_document" as the super type. This works fine. But then when I create a Module that would reference a Jar definition from the "RootProject" and I get the followign warning:
Jar definition 'mcgill.commons' is referenced by artifact(s) 'McGillCommons' from other project(s).
Jar definition should only be referenced by artifacts in the same project. mcgill.commons.jardef
/RootMcGillComposerProject/Artifacts/JAR Definitions org.eclipse.core.runtime Problem
It's just a warning so I suppose it would work but what will be the consequences of doign such a thing?
Why is it fine for object types but not for jar definition? It seems like two different models here...
Thanks!
Fred