How to configure target file with location of type Target in another repo #4087
Unanswered
castortech
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Is the referenced project ( Otherwise, as referenced in the linked discussion (973), it should match on either of three names:
(the latter "project name" in that quote refers to the value in |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of I read about a similar question from Ed Merks here where it is mentioned that this is supported and it works by "reactor project".
Well I must be missing something here.
I have a common project in which I extracted some parts of the target file and included those as locations of type Target with url like:
<location type="Target" uri="file:${project_loc:/com.castortech.iris.common.target}/slf4j.target"/>
. This worked without any issue and I built the common repo without a problem.Now in a 2nd repo for an app, I am adding the same "fragments" to the target and now it fails.
In the log I have:
and then this error a bit further:
What should I change in my configuration?
Thanks
Alain
Beta Was this translation helpful? Give feedback.
All reactions