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

What specified directory? You have two related but separate codebases,
both with their .target files. I don't see how to allow relative path
references work both inside eclipse workspace and during command line
build. Not to mention that some/many will want to work on unrelated
sources in the same workspace, in which case there will be no
cross-references between .target file.

--
Regards,
Igor

On 12-09-10 7:33 AM, Mickael Istria wrote:
On 09/10/2012 01:22 PM, Igor Fedorenko wrote:
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.
If you make your .target file available on a public repo, it's easy to
have m2e-wtp download the m2e target file using
maven-dependency-plugin:get mojo. So you can download it to a specified
directory so the reference could work.

@Gunnar: I don't think there is need to introduce a new variable.
Support relative path would do the same in a more straightforward approach.
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat <http://www.jboss.org/tools>
My blog <http://mickaelistria.wordpress.com> - My Tweets
<http://twitter.com/mickaelistria>


_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev



Back to the top