Re: [tycho-user] Hudson Build Fails After Running update-pom
Joseph,are you using Hudson or Jenkins ?RegardsJeffOn Tue, Jun 4, 2013 at 12:29 AM, Joseph D Carroll Jr <jdsalingerjr@xxxxxxxxx> wrote: So I tried it locally, and it worked:[INFO]...
View ArticleRe: [tycho-user] Hudson Build Fails After Running update-pom
I'm using Hudson 3.0.0On Tue, Jun 4, 2013 at 4:43 AM, Jeff MAURY <jeffmaury@xxxxxxxxxxxxx> wrote: Joseph,are you using Hudson or Jenkins ?Regards JeffOn Tue, Jun 4, 2013 at 12:29 AM, Joseph D...
View ArticleRe: [tycho-user] Hudson Build Fails After Running update-pom
I should also note that maven is working on the server:$ /usr/local/apache-maven/apache-maven-3.0.5/bin/mvn --versionwhich: no javac in (/opt/oracle/product/ora_current/bin:/usr/local/bin:/bin:/usr...
View ArticleRe: [tycho-user] Hudson Build Fails After Running update-pom
Well it turns out that the hudson user was deleted from the system...Once the user was restored, all was well.On Tue, Jun 4, 2013 at 9:55 AM, Joseph D Carroll Jr <jdsalingerjr@xxxxxxxxx> wrote: I...
View Article[tycho-user] Deploy into existing p2 repo
Hello everybody, i am trying to instantiate a continous integration process where i want to deploy single bundle/feature artifacts into an existing p2 repository after the unit tests for them pass...
View ArticleRe: [tycho-user] Deploy into existing p2 repo
I do exactly this in a project.I cannot see exactly what you do, but I guess you first have to generate a (temporary) p2 repository before you try to append the content to the existing repository. You...
View ArticleRe: [tycho-user] javax.servlet resolution problem
Jan, the problem was that the RAP/2.1 repo seriously messed up the dependencies. We have changed strategy.Thanks for your pointer,Wim On Tue, May 28, 2013 at 4:43 PM, Wim Jongman...
View ArticleRe: [tycho-user] repository set in child pom is not being considered
I see the same behavior. In the Effective POM tab, the inherited repo is visible but when building the child pom only the repositories of the parent pom are used. On Wed, Mar 6, 2013 at 7:58 PM,...
View Article[tycho-user] SNAPSHOT is not being replaced with timestamp in name of jar
Hi all--I'm trying to set up separate pom files within each plugin / feature project to just build that plugin. I'm having trouble with the name of the output jar not including the timestamp of the...
View ArticleRe: [tycho-user] SNAPSHOT is not being replaced with timestamp in name of jar
This is expected. Generally, don't worry about file names under target/ directory, bundles and features will get conventional names when included in eclipse-repository or update site-- Regards,IgorOn...
View ArticleRe: [tycho-user] SNAPSHOT is not being replaced with timestamp in name of jar
Ok — I see that now, when I look at my maven build output for building rcp products. My idea is to have the separate plugins (we have probably 1000 or so) build individually and go to an artifact...
View ArticleRe: [tycho-user] SNAPSHOT is not being replaced with timestamp in name of jar
There is currently no good way to consume large number of Eclipse plugins from a Maven repository, nor there is a good way deploy plugins to an "updatable" p2 repository. We made few attempts to make...
View Article[tycho-user] Fail build if p2 repository reference in target file is not found?
Hello.Is there a way to fail a Tycho build if a required p2 repository referenced in a .target platform configuration is missing?This is what's happening in this situation: [INFO] Computing target...
View ArticleRe: [tycho-user] Fail build if p2 repository reference in target file is not...
Bruno,I think you can file a JIRA as Tycho should have discarded the local cached value as it was several monthes old.RegardsJeff On Thu, Jun 6, 2013 at 8:03 PM, Bruno Medeiros...
View ArticleRe: [tycho-user] Fail build if p2 repository reference in target file is not...
Tycho’s issue tracker is in the Eclipse Bugzilla: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Tycho Regards Tobias From: tycho-user-bounces@xxxxxxxxxxx...
View Article[tycho-user] Bamboo->Maven build of plugin is failing
Again, I'm working on automating our maven/tycho builds with Bamboo. I have manually run the build with success. I am on maven 3, and I have confirmed the Bamboo build server can reach the p2 update...
View ArticleRe: [tycho-user] Bamboo->Maven build of plugin is failing
Ah it seems it was a maven configuration problem ...a different maven install worked. On 6/7/13 10:59 AM, "Cohen, Tamar (ARC-TI)[Stinger Ghaffarian Technologies Inc. (SGT Inc.)]"...
View Article[tycho-user] Tycho and m4e
Hello,I'm using Tycho in a few projects and am using it successfully to manage some eclipse plugin projects. There is one problem I have though. I am also using m4e for Maven and Eclipse integration....
View ArticleRe: [tycho-user] Tycho and m4e
Are you talking about http://wiki.eclipse.org/Maven_Tools_4_Eclipse ? I think you want to ask on their mailing list about the state of Tycho support. -- Regards, Igor On 2013-06-08 2:06 AM, Jimmy Royer...
View ArticleRe: [tycho-user] Tycho and m4e
Or are you talking about m2e ? If it is you have to install the Tycho extension for it at Preferences/Maven/Discovery regards, Cristiano On 08/06/13 03:06, Jimmy Royer wrote: Hello, I'm using Tycho in...
View Article