Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Java 7 Features in Eclipse

If you want to patch the eclipse that is running your workspace, simply use the export plugin wizard and select the "install into running eclipse" option.
 
On 2010-04-15, at 4:35 AM, Markus Keller wrote:

> Could you point me to a document that describes how to replace the jdt plugin by my own plugin?
In general, that's pretty tricky with p2, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=307167

But in this case, you can simply check out the project and then follow
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.pde.doc.user/tasks/ui_export_install_into_host.htm

HTH,
Markus



From: Mohsen Vakilian <mohsen.eclipse@xxxxxxxxx>
To: "General development mailing list of the Eclipse project." <eclipse-dev@xxxxxxxxxxx>
Date: 2010-04-15 08:16
Subject: Re: [eclipse-dev] Java 7 Features in Eclipse





I checked out the following CVS project. Is it the latest version of the branch that implements JSR 308?

Host:           
dev.eclipse.org
Repository path: /cvsroot/eclipse
Module:          org.eclipse.jdt.core
Tag:             JSR308_v_A44 (Version)


Then, I used
scripts/build.xml to generate the jar file. I simply replaced the jar file in the plugins/ directory by my own jar file. But, Eclipse didn't load the jdt. How should I replace the jdt.core plugin in my Eclipse installation by my own jdt.core jar file. It looks like I have to configure multiple places such as artifacts.xml and features/. Could you point me to a document that describes how to replace the jdt plugin by my own plugin?

On Wed, Apr 14, 2010 at 4:32 PM, Olivier Thomann <Olivier_Thomann@xxxxxxxxxx> wrote:
Right now the only work that we could do relative to Java 7 is the
implementation of the JSR 308.
See the branch: JSR_308 for the org.eclipse.jdt.core project and all
jdt.core tests projects.

Let me now if you don't find it.

Olivier



From:
Mohsen Vakilian <
mohsen.eclipse@xxxxxxxxx>
To:

eclipse-dev@xxxxxxxxxxx
Date:
2010-04-14 17:30
Subject:
[eclipse-dev] Java 7 Features in Eclipse
Sent by:

eclipse-dev-bounces@xxxxxxxxxxx



The following is an excerpt from the eclipse project plan page at

http://www.eclipse.org/projects/project-plan.php?projectid=eclipse

[...] we have decided to move the development work to a separate branch
and decouple it from the 3.6 release. In that branch we will continue to
develop the Java 7 features as they become publicly accessible. We will
deliver separate updates for the official builds in order to provide early
access to Java 7 features.

Can anyone point me to the branch of eclipse that supports Java 7

features? _______________________________________________
eclipse-dev mailing list

eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit

https://dev.eclipse.org/mailman/listinfo/eclipse-dev

_______________________________________________
eclipse-dev mailing list

eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit

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


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


Back to the top