Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » inclusion and exclusion pattern resolutions
inclusion and exclusion pattern resolutions [message #258410] Mon, 02 February 2009 08:53 Go to next message
Eclipse UserFriend
Originally posted by: c.dore.castsoftware.com

Hi

I'm making a (my first) plugin extending JDT that will go through the
projects and discover the sources, configuration, ...

I'm looking for the following information: given a IJavaProject,

- which files will be compiled as java files ?
- which file will be copied as ressources (xml, properties, ...)

thanks for your help,
--
cd
Re: inclusion and exclusion pattern resolutions [message #258413 is a reply to message #258410] Mon, 02 February 2009 09:32 Go to previous message
Eclipse UserFriend
Originally posted by: c.dore.castsoftware.com

Hmm. I've been searching through the IClasspaTHEntry when posting this
mail.
Since I have discovered the IPackageFragment and the methods
getCompilationUnits
getNonJavaResources

it seems to allow me to have all thez java code and xml files and such.

Is it really a good approach ?

thanks.

--
cd


Christophe Dore a écrit :
> Hi
>
> I'm making a (my first) plugin extending JDT that will go through the
> projects and discover the sources, configuration, ...
>
> I'm looking for the following information: given a IJavaProject,
>
> - which files will be compiled as java files ?
> - which file will be copied as ressources (xml, properties, ...)
>
> thanks for your help,
> --
> cd
Previous Topic:Comments preventing AST node deletion
Next Topic:finding all packages referred to by a compilation unit
Goto Forum:
  


Current Time: Tue Apr 29 08:34:08 EDT 2025

Powered by FUDForum. Page generated in 0.04098 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top