Re: [tycho-user] Subproject produces "eclipse-repository" packaging, but...
You're talking JARs under Eclipse's $HOME/.p2/pool/plugins/ folder, right? Not files under Maven's $HOME/.m2/repository/ folder? ---Tom On 2/17/16, 12:48 PM, "tycho-user-bounces@xxxxxxxxxxx on behalf...
View ArticleRe: [tycho-user] Subproject produces "eclipse-repository" packaging, but...
On 02/17/2016 09:56 AM, Tom Bryan (tombry) wrote: You're talking JARs under Eclipse's $HOME/.p2/pool/plugins/ folder, right? Not files under Maven's $HOME/.m2/repository/ folder? Yes. For instance,...
View Article[tycho-user] Different behavior between Tycho and IDE when consuming...
We are trying to create composite sites to aggregate multiple sites, rather than multiple versions of a single site. Ie the site at http://server/composites/comp1 would have http://server/sites/site1...
View ArticleRe: [tycho-user] Subproject produces "eclipse-repository" packaging, but...
OK. No idea. My Tycho builds are run on Linux for Luna-based projects. In that case, Tycho 0.24.0 "installs" plug-ins and features that I create under ~/.m2/ and caches plug-ins that it downloads from...
View ArticleRe: [tycho-user] Reg : Running Xpand/Xtend testcases in Tycho
Hello Tom, Thank you for the response. Please find the necessary details below. Test Plugin Details : The name of the test plugin is com.abc.xyz.plu.test . I have attached the pom xml of the test...
View ArticleRe: [tycho-user] Reg : Running Xpand/Xtend testcases in Tycho
Hi, I don't know details about Xtend and the .ext stuff, but if that .ext file is in the "templates" folder and is used during test execution, this folder must be added to the build.properties file in...
View ArticleRe: [tycho-user] Reg : Running Xpand/Xtend testcases in Tycho
Hello Martin, Thanks for the response. We have tried and exhausted that way also :( . Any other suggestion you would like to add ? Best regards Sathish Kumar Maheswaran RBEI/EMT Tel. +91(422)67-64154...
View ArticleRe: [tycho-user] Reg : Running Xpand/Xtend testcases in Tycho
Hi, so you are calling the XTendFacade.create method within the test plugin but the file passed to that method is part of another plugin - right? If so, I that might be the issue because the test...
View ArticleRe: [tycho-user] Subproject produces "eclipse-repository" packaging, but...
To close the loop on this, Eike Stepper pointed me to the "bundle pool" analysis feature in Oomph, which can be reached both from Preferences and from the "Advanced Mode" of the new installer. This...
View Article[tycho-user] Updating target version number in parent pom
Everyone,I've been using the following in my parent pom to specify the Eclipse...
View ArticleRe: [tycho-user] Updating target version number in parent pom
Hi Jay,I am assuming your target version number matches your pom version? If so you can replace the version line with;<version>${project.version}</version>Thus it will always use the pom...
View ArticleRe: [tycho-user] Updating target version number in parent pom
I would claim that this is by design, since usually the target evolves at a different pace than the releases. For example I could ship 0.1, 0.2 and 0.3 all against Mars. HTH Pascal On 16-02-22 03:30...
View ArticleRe: [tycho-user] Updating target version number in parent pom
For PTP, we use M.N.S-SNAPSHOT so that the version is appended with the build qualifier. We only change the the feature versions for a release, so that all the features and their poms are at the same...
View ArticleRe: [tycho-user] Updating target version number in parent pom
Thanks for the suggestions everyone. This should get us going!JayOn Tue, Feb 23, 2016 at 10:32 PM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:For PTP, we use M.N.S-SNAPSHOT so that the version is...
View Article[tycho-user] Using self signed certificates for plugins: the certificate is...
Perhaps I should be asking this in the "Eclipse Platform" forum, as it's not directly Tycho related (I think), but I thought to give it a try:I've modified the Tycho build script to sign my plugin...
View ArticleRe: [tycho-user] Using self signed certificates for plugins: the certificate...
General background: There is a certificate store of trusted certificates from certificate authorities. When you purchase a code signing certificate, the issuer will verify that you are who you say...
View ArticleRe: [tycho-user] Using self signed certificates for plugins: the certificate...
On 2/25/16, 5:53 PM, "tycho-user-bounces@xxxxxxxxxxx on behalf of Tom Bryan (tombry)" <tycho-user-bounces@xxxxxxxxxxx on behalf of tombry@xxxxxxxxx> wrote: For Eclipse: I don't remember whether...
View Article[tycho-user] NoClassDefFoundError When Running eclipse-test-plugin
Hi all,I have created Eclipse fragment which contains my test classes, I've set up Maven configuration as follows: <build> <plugins> <plugin> Â Â...
View ArticleRe: [tycho-user] Using self signed certificates for plugins: the certificate...
Yeah, the thing is, I was expecting Eclipse to work like a web browser (or even an SSH client), which basically allows the user to, like you said, add the untrusted certificate to a store of trusted...
View Article[tycho-user] [Tycho for Eclipse]How can I execute tasks conditionnaly ?
Hi, I use tycho to create my plugins, my eclipse product and after I install (by script called by a pom) my plugins and other using “installIU”As I have to install plugins … (using eclipse.exe –...
View Article