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

Oy. Well, if you get up before I do, how do you sign jars from a remote slave?

On Thu, May 26, 2016 at 12:44 AM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
Nah, couldn't sleep. Trying now. Switching my OS to Ubuntu though. Amazon Linux doesn't many packages we need.

On Thu, May 26, 2016 at 12:35 AM, Marc-Andre Laperle <malaperle@xxxxxxxxx> wrote:

It should just be java and maven I think. I can help with that tomorrow. I have made it work for a few slaves before that were connected to the CDT HIPP.

On May 26, 2016 12:31 AM, "Doug Schaefer" <cdtdoug@xxxxxxxxx> wrote:
Sigh. Most of our setup has hard coded paths for the HIPP instance. I'll get back at this tomorrow.

On Wed, May 25, 2016 at 11:54 PM, Marc-André Laperle <marc-andre.laperle@xxxxxxxxxxxx> wrote:
Hi Tim,
Since recently, we are able to use external slaves, see
https://wiki.eclipse.org/Hudson/Connecting_HIPP_to_an_external_slave

I can email you the details and we can work together to get it up and running, if you are interested.

Regards,
Marc-Andre

From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Tim Orling [ticotimo@xxxxxxxxx]
Sent: Wednesday, May 25 2016 11:28 PM
To: CDT General developers list.
Subject: 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


_______________________________________________
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


_______________________________________________
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

_______________________________________________
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