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

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


Back to the top