Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pdt-dev] Eclipse PDT

Hi,

 

I have a few quick questions.

 

1. Do you folks use git?

2 What git branch are you on?

3. The missing AST scanners seem to be caused by .gitignore files. Has anyone else seen this?

 

Thank you

 

Peter Schaeffer

 

From: Peter Schaeffer [mailto:peter_schaeffer@xxxxxxxxx]
Sent: Friday, May 4, 2018 6:06 PM
To: 'PDT Developers'
Cc: 'Michele Locati'
Subject: RE: [pdt-dev] Eclipse PDT

 

Hi,

 

I have tried quite a bit to get the PDT development environment installed under Eclipse. No luck so far.

 

One (big) problem was my fault. I installed the source version of the Apache Commons Exec plugin rather than the executable version of the Apache Commons Exec Plugin. That caused everything that depended on the Apache Commons Exec plugin to not compile.

 

I fixed that problem by installing the correct version of the Apache Commons Exec plugin. However, lots of code still won't compile.

 

So far I have found that quite a few of the PDT components don't have a .project file. Why is not clear. I have temporarily gotten around this problem by creating my own PSF file with the failing components removed. This helped. However, plenty of components still don’t compile. See below.

 

Thank you

 

Peter Schaeffer

 

 

-----Original Message-----
From: pdt-dev-bounces@xxxxxxxxxxx [mailto:pdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Michele Locati
Sent: Friday, May 4, 2018 3:15 AM
To: PDT Developers
Subject: Re: [pdt-dev] Eclipse PDT

 

Hi Peter,

 

when I started to contribute to PDT (a few months ago) I spent a lot

of time understanding how to do that, and updated

https://wiki.eclipse.org/PDT/Contributingaccordingly.

By the way it seems that something changed recently: that page

requires to be updated again (but sincerely I don't know how ;).

 

PS: IMHO that the Contributing page is the most important one for the

PDT project.

 

--

Michele

 

 

2018-05-04 6:09 GMT+02:00 Peter Schaeffer <peter_schaeffer@xxxxxxxxx>:

> Hi Folks,

> 

> 

> 

> A few weeks ago I had a problem with PDT. See the links below for a

> description.

> 

> 

> 

> https://bugs.eclipse.org/bugs/show_bug.cgi?id=533928

> 

> https://stackoverflow.com/questions/49965546/xdebug-problems-with-eclipse-php-pdt#49965546

> 

> https://www.eclipse.org/forums/index.php/f/85/

> 

> https://www.eclipseorg/forums/index.php/t/1092935/

> 

> 

> 

> As you can see, I posted the problem in a few places but didn’t get much of

> a response. I really wasn’t that surprised. The problem is pretty deep.

> 

> 

> 

> Then I had a idea. Perhaps I could figure the problem out from the PDT

> source code and contribute the fix (assuming that it’s a bug rather than a

> configuration error on my part) back to you folks.

> 

> 

> 

> My next step was to try to install the PDT development environment.

> Basically, I followed the instructions over at PDT/Contributing

> (https://wiki.eclipse.org/PDT/Contributing) but did not end with a working

> environment. See the images below.

> 

> 

> 

> I was able to make a bit more progress by removing a few entries from the

> PSF file. However, I still ended up with lots or errors.

> 

> 

> 

> What is the correct approach for doing this?

> 

> 

> 

> Thank you

> 

> 

> 

> Peter Schaeffer

> 

> 

> 

> 

> 

> 

> 

> 

> 

> 

> 

> 

> _______________________________________________

> 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


Back to the top