Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pde-ui-dev] Get Information from other Eclipse plugins


Oh I see.
See http://www.eclipse.org/articles/Article-Builders/builders.html (specially about natures),
and for WTP specifically: http://www.eclipse.org/articles/Article-BuildingProjectFacets/tutorial.html (I didn't know about this one)

Jacek Pospychala                                                
Technical Support Engineer                                      
Eclipse Support Center                                          
IBM Software Group



From: "Paul El Khoury" <paul@xxxxxxxxxxxxx>
To: "'Eclipse PDE UI developers list.'" <pde-ui-dev@xxxxxxxxxxx>
Cc: <pde-ui-dev-bounces@xxxxxxxxxxx>
Date: 2009-05-06 15:50
Subject: RE: [pde-ui-dev] Get Information from other Eclipse plugins





Hi Jacek and Thx for the hints,
Indeed i think i should post my question in the Eclipse platform newsgroup since the JSP and corresponding configuration was an example.
I was more wondering on how recognizing projects actively under development by the developer in Eclipse.
 
Thx and all the best
Paul
 
From: pde-ui-dev-bounces@xxxxxxxxxxx [mailto:pde-ui-dev-bounces@xxxxxxxxxxx] On Behalf Of Jacek Pospychala
Sent:
mercredi 6 mai 2009 15:42
To:
Eclipse PDE UI developers list.
Cc:
pde-ui-dev@xxxxxxxxxxx; pde-ui-dev-bounces@xxxxxxxxxxx
Subject:
Re: [pde-ui-dev] Get Information from other Eclipse plugins

 

hi Paul,

this is the PDE-UI developers list, and you'd better ask on Eclipse platform newsgroup, or since you refer to some Web development details, even on the webtools newsgroup. (see
www.eclipse.org/newsgroups)

Having said that, you'd have to figure out how to recognize JSP projects from other projects. They probably have some webtools nature (see in .project file inside your project). WTP also uses their facets API to mark projects using JSP, Struts, etc. You should have a look at how they implemented that and probably use this WTP facets API to find out JSP projects. Similarly with finding out server details - this must be in WTP APIs, however I don't know that area very well.


Jacek Pospychala                                                
Technical Support Engineer                                      
Eclipse Support Center                                          
IBM Software Group


From: "Paul El Khoury" <paul@xxxxxxxxxxxxx>
To: <pde-ui-dev@xxxxxxxxxxx>
Date: 2009-05-06 15:34
Subject: [pde-ui-dev] Get Information from other Eclipse plugins

 






Dear all,
 
I would like to create an eclipse plug-in that using information from other plug-ins perform some tasks.

 
Concretely:

 
-          I am creating a Java project in order to write some JSP code. The Apache Server, jdk and other are well configured in eclipse.

-          In the eclipse plug-in that I created I need to get those information:

o  
The project is JSP
o  
Its configuration is Apache Server, JDK…
-          The last step would be for me to do the tasks that I want…

 
I would be grateful for any help in this manner.

 
Thanks in advance,

Paul

 
_______________________________________________
pde-ui-dev mailing list
pde-ui-dev@xxxxxxxxxxx

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



Back to the top