Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] [tycho-dev] Resolving against multiple .target files

I don't think references relative to target file location will be too
useful. The goal is to allow use the same eclipse workspace for work on
multiple related but separate codebases, like m2e and m2e-wtp for
example. It is unreasonable to expect the codebases to be located is
particular directory structure on filesystem, i.e. next to each other.
More importantly though, the codebases will be built separately on
command line, so m2e-wtp build most likely will not have access to m2e
sources at all.

--
Regards,
Igor

On 12-09-10 7:04 AM, Gunnar Wagenknecht wrote:
Am 10.09.2012 11:06, schrieb Mickael Istria:
I think the only thing that could work in both cases would be to
have references supporting relative paths.

Just thinking out loud ... the current implementation in PDE supports
variables. PDE Build as well as Tycho do have issues with those variable
because most variables somehow depend on a workspace. Neither PDE Build
nor Tycho do have a workspace. What if there would be a new variable
(like "this") that resolves to the current folder of the target
definition itself?

-Gunnar




Back to the top