Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Hudson CI gives me -1

I don't see a "Rebase Change" button on the page. Am I blind?

Cheers,
Steve

On 04/04/2014 07:35 AM, Greg Watson wrote:
Carsten,

You a right that this is caused by using a different compiler version. I haven’t found that Gerrit automatically rebases. It seems you have to do it manually.

GReg

On Apr 3, 2014, at 11:18 AM, Carsten Karbach <c.karbach@xxxxxxxxxxxxx> wrote:

I am having the same problem for change
https://git.eclipse.org/r/#/c/24391/2
The build output of Hudson can be found at
https://hudson.eclipse.org/ptp/job/ptp-verify/122/console

It lists the following error log:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-antrun-plugin:1.1:run (rdt-remote-jars)
on project org.eclipse.ptp.rdt.core.remotejars: Error executing ant
tasks: The following error occurred while executing this line:
[ERROR]
/jobs/genie.tools.ptp/ptp-verify/workspace/rdt/org.eclipse.ptp.rdt.core.remotejars/build.xml:152:
Unable to find a javac compiler;
[ERROR] com.sun.tools.javac.Main is not on the classpath.
[ERROR] Perhaps JAVA_HOME does not point to the JDK

This might have something to do with changing from JDK 1.6 to 1.7 in the
hudson job configuration. Note, that the above change is for ptp_7_0
branch. I have run the verification for this change with JDK 1.6 for
testing and it ran successfully. Since the ptp-release-packages job is
also compiled with JDK 1.6, I think that this is ok. For changes for the
master branch it is probably preferred to use JDK 1.7.

I think Greg has been already working on this problem for the master
branch (see https://git.eclipse.org/r/#/c/23832/). Maybe you need to
include that change before building. You should be able to do that with
the "Rebase Change" button on your change page
https://git.eclipse.org/r/#/c/17427/. However, I would have thought that
Gerrit automatically rebases on the latest master version.

Best regards,

Carsten

On 04/02/14 22:09, Steven R. Brandt wrote:
So I just committed another patch to the GUI Terminal, and HudsonCI
tells me the build failed. Nothing in the output looks like it relates
to my commit. In fact, the org.eclipse.ptp.remote.terminal package (what
I changed) built just fine . Am I missing something?

https://hudson.eclipse.org/ptp/job/ptp-verify/120/console

Cheers,
Steve


_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top