MWE [message #514931] |
Wed, 17 February 2010 04:08  |
Eclipse User |
|
|
|
Hi,
I am not exactly sure this is the correct forum but I don't see any dedicated place for MWE subjects...
I am using the fornax maven plugin to run the MWE workflows and I am having problems with platform;:/resource uri if I am building a hierarchical project structure with Maven instead of flat projects...
If Ib uild everything flat, platform uri's are working correctly with platformUri=".." configuration but if I configure the projects hierharchically it complains that there is no mapping for the projects...
so flat project from Maven look like this, if I start the build from projectA it is able to resolve projectB with following uri platform:/resouce/projectB/...
projectA
projectB
projectC
in the hierarchical project, if I start the build from projectA the previous uri naturally doesn't function platform:/resouce/projectB/... but unfortunately platformUri is like projectA/projectA setted so platform:/resouce/projectA/projectB/... doesn't function also..
projectA
+-----projectB
+-----projectC
So the question for me, I now that eclipse favors flat structures so that mean I have no chance with the hierarchical structure or this is just bug....
PS. I also tried platformUri="." that doesn't function
|
|
|
|
Re: MWE [message #515204 is a reply to message #515198] |
Thu, 18 February 2010 02:44  |
Eclipse User |
|
|
|
Exactly,
In the hierarchical structure projectA contains the projectB but as platformUri '/projectA/projectA' which naturally not true that is what I am seeing from log output...
I tried all possible versions of platformUri="..", platformUri=".", platformUri="../.", platformUri="../.." all to no avail...
Btw, thx for the tip, I would create the thread also in EMFT forums...
|
|
|
Powered by
FUDForum. Page generated in 0.04989 seconds