Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] A static link to the latest integration build?

Hi all,

Similarly to what I'm doing for Platform, I'm currently working on making it easier to contribute to JSDT. Here are the bugs I'm trying to solve:
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=419113
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=422078
And as JSDT is a webtools component, I found some limitations in parent pom for webtools that makes running tests locally with surefire more complicated than it could be. The main one is:
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=424089

What I'm missing is a static URL that we could put in the pom.xml file linking to the "latest integration build", similarly to what has been done in Platform: http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/tree/eclipse-platform-parent/pom.xml#n431 . I with there would be an URL such as http://download.eclipse.org/webtools/updates/3.6-I-builds , but did not find something similar. Is such a repository URL available?

Thanks in advance
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top