Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Tycho 0.21.0-SNAPSHOT

for those of you using tycho 0.21.0-SNAPSHOT:

we are currently having some SSL-related deploy problems on CI job

http://ci.tesla.io:8080/view/Tycho/job/tycho/

which deploys SNAPSHOTs to

https://oss.sonatype.org/content/groups/public/
 

Until we fix this, you can use maven repo

https://repo.eclipse.org/content/repositories/tycho-snapshots/

instead (SNAPSHOTs are deployed by job https://hudson.eclipse.org/tycho/job/tycho-nightly/ ).

Best Regards,
Jan

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Sievers, Jan
Sent: Freitag, 16. Mai 2014 09:22
To: Tycho user list
Subject: Re: [tycho-user] Required class missing while executing tycho-compiler-plugin (0.21.0)

this is due to failing CI builds (some SSL deploy problems)
http://ci.tesla.io:8080/view/Tycho/job/tycho/ 
 
will try to fix as soon as possible and revert 
http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/commit/?id=928ca6b1ba9ead7e20d155f51ab0ccb3aa461f7f 
 
as we can't seem to get deployment from above machine to work with this chnage.
 
Jan
 
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Marc-André Laperle
Sent: Freitag, 16. Mai 2014 03:42
To: tycho-user@xxxxxxxxxxx
Subject: [tycho-user] Required class missing while executing tycho-compiler-plugin (0.21.0)
 
Hello,

We are using Tycho 0.21.0-SNAPSHOT and this error started today:

Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.21.0-SNAPSHOT:compile (default-compile) on project org.eclipse.linuxtools.profiling.launch: Execution default-compile of goal org.eclipse.tycho:tycho-compiler-plugin:0.21.0-SNAPSHOT:compile failed: A required class was missing while executing org.eclipse.tycho:tycho-compiler-plugin:0.21.0-SNAPSHOT:compile: org/eclipse/jdt/internal/compiler/batch/Main
...

It looks like it might be a recent regression in 0.21.0. Is anyone seeing this?

Here is an example of a failure, if necessary:
https://hudson.eclipse.org/linuxtools/job/linuxtools-gerrit/7030/consoleFull

Thank you,
Marc-Andre


Back to the top