Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pdt-dev] Sorry maybe this is a stupid one

Hi Carsten,

Personally I didn't succeed with importing PDT plugins as maven plugins. If you will fail to apply Dawid solution you can use Target Platform definition from attachment. Open file and click 'Set as Target Platform' in left upper corner. This target definition is not perfect, but should be ok for fast first launch. In general to run/debug PDT from Eclipse you need:
* clone PDT repo
* build PDT with maven (https://wiki.eclipse.org/PDT/Contributing#Quick_guide)
* import projects from 'plugins' directory
* set target platform
* run PDT :)

Hope it will help. Ask freely if you will have more questions.

Michal


On Thu, Aug 28, 2014 at 9:53 PM, Dawid Paku ła <zulus@xxxxxxxxx> wrote:
Hi,

I suggest install m2e into your eclipse installation, available in luna repository. Next file -> import -> existing maven project, or right click on project -> configure -> convert to maven project. After that, all project dependencies should be correctly resolved / downloaded and you should be able to run/debug as eclipse application. 

-- 
Dawid Paku la

On 28 August 2014 at 21:21:28, Carsten Harnisch (carsten.harnisch@xxxxxxxxxxxxxxxxxxxxxxx) wrote:

Hi,
just started with PDT dev but still after many weeks stucked at the starting point. So after doing a checkout and a maven build we have the build done but only on the command line (mvn compile, etc.)
Just wondering how one can debug the resulting artefact ? So trying to build directly in Eclipse would fail - basically all the OSGi, P2 dependencies are missing.

So my question is basically if there is any way to make the Eclipse build system working and how to debug PDT from within Eclipse ? As far as I understood the Maven build (within Eclipse or externally) is a complete different thing than the Eclipse build ? So seems to be weird to build Eclipse NOT with Eclipse but with Maven ?

Any help appreciated ...

best

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

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

Attachment: PDT.launch
Description: Binary data

Attachment: pdt.target
Description: Binary data


Back to the top