Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tm-dev] How to start hacking

Thanks all, I have a mostly working workspace now. I can start a debug session when I choose to ignore the compilation errors.

After performing steps (1) - (5) there are still these two bundles marked as missing:
org.eclipse.remote.core
org.eclipse.remote.ui

They are referenced from /org.eclipse.tm.terminal.connector.remote/META-INF/MANIFEST.MF line 11.

How should I get those two bundles?


What I did:

(1)
$ java -version
openjdk version "1.8.0_65"
OpenJDK Runtime Environment (build 1.8.0_65-b17)
OpenJDK 64-Bit Server VM (build 25.65-b01, mixed mode)

(2)
$ uname -po
x86_64 GNU/Linux

(3) Downloaded and installed Eclipse IDE for Eclipse Committers 4.5.1

(4) Import Team project set http://git.eclipse.org/c/tm/org.eclipse.tm.terminal.git/plain/terminals.psf which cloned the repo, some projects got imported, but there came this message:

The following errors occured while importing projects. Some projects may not be loaded
The following errors occurred while importing projects. Some projects may not be loaded.
Failed to read project description file from location '/home/ppalaga/ws/terminal/org.eclipse.tm.terminal/plugins/org.eclipse.tm.terminal.remote/.project'.
Failed to read project description file from location '/home/ppalaga/ws/terminal/org.eclipse.tm.terminal/plugins/org.eclipse.tm.terminal.remote/.project'.
/home/ppalaga/ws/terminal/org.eclipse.tm.terminal/plugins/org.eclipse.tm.terminal.remote/.project (No such file or directory)

And so on every time I clicked Finish in the "Import Team project" dialog. I had to hit "Cancel" to get out from the dialog.

After that, as announced, some plugin projects were missing, so I imported them as "existing Projects into workspace" manually from the directory where they were checked out.

(5) I opened eclipse-4.5.x-mars.target and hit "Set as target platform" that downloaded a lot of stuff, but org.eclipse.remote.core
and org.eclipse.remote.ui are still missing.

Thanks,

Peter


On 2015-12-08 23:13, Oberhuber, Martin wrote:
Also what Java version you're using on which host ?

Thanks,
Martin
--
Martin Oberhuber, SMTS / Product Owner – Development Tools, Wind River
direct +43.662.457915.85  fax +43.662.457915.6

-----Original Message-----
From: tm-dev-bounces@xxxxxxxxxxx [mailto:tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Stieber, Uwe
Sent: Monday, December 07, 2015 6:01 PM
To: TM project developer discussions
Subject: Re: [tm-dev] How to start hacking

Hi,

Setting the target platform from a provided target definition file, i.e. eclipse-4.5.x-mars.target, should be enough. Could you please be a bit more specific which plug-ins you have imported and what dependencies are missing.

Best regards, Uwe


-----Original Message-----
From: tm-dev-bounces@xxxxxxxxxxx [mailto:tm-dev-bounces@xxxxxxxxxxx]
On Behalf Of Peter Palaga
Sent: Montag, 07. Dezember 2015 09:50
To: TM project developer discussions
Subject: Re: [tm-dev] How to start hacking

Thanks for your reply, Marc-Andre.

  > try opening admin/target-defs/eclipse-4.5.x-mars.target then, "Set
as Target Platform"

I did that, but the TM projects are still missing dependencies. Is the
"Set as Target Platform" operation alone supposed to download and
install the plugins TM depends on? Or what is the simplest way to
install the missing dependencies?

Thanks again,

Peter

On 2015-12-05 22:11, Marc-André Laperle wrote:
Hi Peter,

I'm not really familiar with the TM project, but often projects use
a .target
file to build against all the required dependencies. I just browsed
the repo and saw a folder containing such files. You can try opening
admin/target- defs/eclipse-4.5.x-mars.target then, "Set as Target
Platform" in top-right corner.

Hope this helps,
Marc-Andre
________________________________________
From: tm-dev-bounces@xxxxxxxxxxx [tm-dev-bounces@xxxxxxxxxxx] on
behalf of Peter Palaga [ppalaga@xxxxxxxxxx]
Sent: Saturday, 05 December 2015 3:57 PM
To: tm-dev@xxxxxxxxxxx
Subject: [tm-dev] How to start hacking

Ladies and Gentlemen,

what are the recommended steps to import the code [1] into the
workspace, compile it and start a debug session?

I was able to find the terminal git repository [1] but although I am
not fully new to hacking in Eclipse plugins, I failed to import the
plugins and features into workspace so that they compile and so that
I can start a debug session.

I tried importing as "Existing projects into Workspace" which was
usually sufficient with Plugin projects I had to do with so far. I
also tried using the terminals.pst file. Both of these left me with
a workspace full of Error markers, from which I could not start an
instance of Eclipse with the teminal plugins loaded to debug.

You maybe have a document describing the right steps that I was not
able to find? Or there is maybe another Eclipse project/tutorial
having this documented with steps that hold well for TM too?

Thanks,

Peter


[1] https://git.eclipse.org/r/tm/org.eclipse.tm.terminal
_______________________________________________
tm-dev mailing list
tm-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tm-dev
_______________________________________________
tm-dev mailing list
tm-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tm-dev


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




Back to the top