Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Compilation error in org.eclipse.cdt/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/RemoteHelper.java

I've got a Hudson instance running, but haven't gotten past *.application.tests (AFK; from memory). With a bit more knowledge it could be a slave as well. Fedora-23 x86-64.

Cheers.
--Tim

On Wednesday, May 25, 2016, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
I'm actually going to try and add a remote slave (my laptop) to see if we can get the HIPP more horsepower. If that works, I'll spin up a AWS EC2 instance in our account to cover the load. It'll be fun trying at least :).

On Wed, May 25, 2016 at 10:06 PM, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> wrote:

The fix is on Gerrit for master and cdt_9_0 but the hipp has been flaky and it's taking a long time to get it to pass.  It should be fixed by tomorrow.


From: Sergey Prigogin <eclipse.sprigogin@xxxxxxxxx>
Sent: May 25, 2016 6:09 PM
To: Alvaro Sanchez-Leon
Cc: CDT General developers list.
Subject: [cdt-dev] Compilation error in org.eclipse.cdt/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/RemoteHelper.java

The error: "The method waitFor() in the type Process is not applicable for the arguments (int, TimeUnit) RemoteHelper.java /org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote line 125".
The code is using a Java 8 method but the plugin manifest specifies JavaSE-1.7. Please fix.

-sergey


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top