hi,
i have it working with tycho, i can now build from my target file a big repository
that is the only thing i now have in my pom:
a huge list of repo sites.
Those are quite stable but (except the egit thing) but that was until now on purpose..
But now egit upgraded to 5.7 and suddenly our product doesn't full build anymore (at least on our jenkins)
locally i still could build but when launching that product it toke 2 minutes (cpu usage very high) to just get to the choose workspace dialog..
(moving back to 5.6.1 of egit solved that)
But i want to fix this now for good. Because we also have problems that now and then some of those sites is not working fully so then suddenly also failure are happening
So what i want is to just collect a full p2 site from the target file we have:
and generate one and then from that one use that site in all the poms (so for tycho)
and also as the target in our developer (also that has problems that if something changes or some sites don't work that suddenly the target is not working and eclipse doesn't compile)
1 problem that repository can't be used as site inside a target file again...
Because a lot of plugins are not grouped in a feature or i think category?? So when u suse the above site (that really does have all the plugins) not everything compiles...
So i am still not able to generate something that is 1 bit site that works for building with tycho and works for using it as a target in eclipse itself..
Stupid thing is, if i use the same directory that i also uploaded as a local directory in my site..
so i do:
c:\temp\targetsite
instead of
which is exactly the same content..
it works differently because a site on disk does list all the plugins also besides the features and with a "site" you really can only work with features (this is very annoying if you ask me)
I think Eclipse should make an "auto" category for all the single plugins or something like that..
Johan