Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tm-dev] Open terminal as build action?

Hello Graham,

 

I’m not aware of a way re-using the Eclipse Terminal package for build actions … except you open a Local Terminal and then execute “make” in there.

 

That said, with traditional methods on Linux, your build command could execute ‘xterm –e “ssh yourhost yourcommand”’ . I think that by default, the build wouldn’t wait until such a command completes, but there’s ways around that …

 

HTH,

 

Thanks,

Martin

--

Martin Oberhuber, SMTS / Product Owner – Development Tools, Wind River

direct +43.662.457915.85  fax +43.662.457915.6

 

 

From: "tm-dev-bounces@xxxxxxxxxxx" <tm-dev-bounces@xxxxxxxxxxx> on behalf of Graham D Clarke <Graham.D.Clarke@xxxxxxxxxxxx>
Reply-To: "tm-dev@xxxxxxxxxxx" <tm-dev@xxxxxxxxxxx>
Date: Tuesday 13 September 2016 at 21:05
To: "tm-dev@xxxxxxxxxxx" <tm-dev@xxxxxxxxxxx>
Subject: [tm-dev] Open terminal as build action?

 

Hi all,
  Is there a way that I can execute a terminal as part of a build action in order to execute commands on a remote system using this package?


Back to the top