Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] adding plugins

Em 12/9/2011 10:16, Christian Soltenborn escreveu:
Hi,

this is turning into support for an Eclipse feature, and the tycho
mailing list is not the right place for that. Please refer to an
appropriate Eclipse newsgroup for further questions.

As far as I know, the target platform works as follows: Everything added
to a target platform will be automatically downloaded and made available
for the plug-ins in your development workspace as soon as you activate
that target platform. And tycho does the same during your build - one
example of tycho reusing already existing artifacts to make your build
easy to set up.

So there's no need to put those eclipselink plug-ins anywhere inside
your workspace. If you can't add them while your target platform is
active, they are probably not contained in the target platform - check
its content.

Cheers,
Christian


Am 11.09.2011 22:42, schrieb Luiz E. (GMail):
On 09/11/2011 01:53 PM, Christian Soltenborn wrote:
Hi,

I think this is exactly what target platforms are made for. See e.g.
this article:

http://kaloyanraev.blogspot.com/2011/09/sharing-pde-target-platforms-and-launch.html


Cheers,
Christian


Am 11.09.2011 18:46, schrieb Luiz E. (GMail):
hey christian.
thanks again for clarify my path :P

so, i'll keep adding my plug-ins via manifest file, and tycho will take
care of the rest? nice...

another question...about the plug-ins, like, eclipselink. how do you
manage these plug-ins?
i used to drop them inside eclipse/plugins folder and add then via
manifest, but i think this is not right, because i work with a team, and
make them copy my plugins and drop in they plugin folder is not cool.
should i make a folder inside project and add this folder to build path?
VERY THANKS again :)
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user

THIS!
exactly what i need!
i've added a folder to my target platform like this:
'${workspace_loc}/project_name/lib' and is this folder, dropped all my
eclipselink plugins, but when i'm trying to add eclipselink plug-ins to
my plugin project as a dependence, it cant found.
am i missing something?
on my eclipse preferences, the target platform points to my platform file
thanks again
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


ok, sorry :(
i got it, and it worked!
thanks again.

cheers


Back to the top