Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] EPP Kepler RC3...

Pulling in “parts of JDT” may be problematic.

 

For instance, Choosing the “Debug…” menu I see launch configs for Java without Icon. Trying to use them brings up an error. See attached. That issue occurs because o.e.jdt.debug has the launch config types but o.e.jdt.debug.ui is not pulled in. It’s not an ideal situation.

 

The JDT componentization issue that leads to this problem is tracked in

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

 

In the context of a C/C++ IDE I’m wondering whether Linuxtools could make the dependency on the JDT optional since probably nobody will want to parse Java changes for Changelogs ? Or at least pull in a smaller subset of JDT, like jdt.core (for the parser) only ?

Thanks,

Martin

--

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

direct +43.662.457915.85  fax +43.662.457915.6

 

From: epp-dev-bounces@xxxxxxxxxxx [mailto:epp-dev-bounces@xxxxxxxxxxx] On Behalf Of Andrew Overholt
Sent: Thursday, June 06, 2013 11:31 PM
To: Eclipse Packaging Project
Subject: Re: [epp-dev] EPP Kepler RC3...

 

FWIW it's because the ChangeLog tools use the JDT to parse Java source code to pick method names to put into the ChangeLog.

 

On Thu, Jun 6, 2013 at 5:30 PM, Andrew Overholt <overholt@xxxxxxxxx> wrote:

I thought this was fixed now.  Jeff will know the details but I think he's AFK until Monday.

Andrew

 

On Thu, Jun 6, 2013 at 5:28 PM, Steffen Pingel <steffen.pingel@xxxxxxxxxxx> wrote:

I did some testing of the CPP package and noticed that it ships with part of JDT (including the Package Explorer). From a quick investigation it looks like it's a dependency that is pulled in by Linux Tools. Is that intentional?

 

Steffen

 

On Thu, Jun 6, 2013 at 9:49 PM, Chuck Bridgham <cbridgha@xxxxxxxxxx> wrote:

JavaEE   +1  

Win64


Thanks - Chuck

Senior Architect,
WebSphere Developer Tools, Eclipse WTP PMC Lead
IBM Software Lab - Research Triangle Park, NC




From:        Markus Knauer <mknauer@xxxxxxxxxxxxxxxxx>
To:        EPP Developer Mailing List <epp-dev@xxxxxxxxxxx>
Date:        06/06/2013 06:23 AM

Subject:        [epp-dev] EPP Kepler RC3...

Sent by:        epp-dev-bounces@xxxxxxxxxxx





Hi package maintainers,

while the build is still running, I thought it makes sense for you to start early with your RC3-testing...

Here's the link to the download URL:

  http://build.eclipse.org/technology/epp/epp_build/kepler/download/20130606-0936/

p2 repositories used for this build:

  http://build.eclipse.org/technology/epp/epp_build/kepler/download/20130606-0936/repository/
  http://download.eclipse.org/releases/staging/

Please test and send your votes soon enough for the release tomorrow / Friday.

Thanks,

Markus_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/epp-dev


_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/epp-dev



 

--
Steffen Pingel
Principal Software Engineer, Eclipse Mylyn
Mylyn Tasks Lead
http://tasktop.com


_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/epp-dev

 

 

Attachment: incomplete_jdt.gif
Description: incomplete_jdt.gif


Back to the top