Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Modifying classpath entries with a builder
Modifying classpath entries with a builder [message #204349] Fri, 20 May 2005 00:31 Go to next message
Eclipse UserFriend
Originally posted by: kevin.oneill.id.au

I'm looking for some advice. I have a file that like the PDE modifies a
classpath container for the project when it is modified. I have a builder
that detects changes to the file, but I'm uncertain how to notify the JDT
of the change. Any help would be appreciated.

-k.
Re: Modifying classpath entries with a builder [message #204396 is a reply to message #204349] Fri, 20 May 2005 14:02 Go to previous message
Jerome Lanneluc is currently offline Jerome LannelucFriend
Messages: 572
Registered: July 2009
Senior Member
To do so, you can use JavaCore#setClasspathContainer(...) passing it your
project and container name.

Jerome

Kevin O'Neill wrote:
> I'm looking for some advice. I have a file that like the PDE modifies a
> classpath container for the project when it is modified. I have a
> builder that detects changes to the file, but I'm uncertain how to
> notify the JDT of the change. Any help would be appreciated.
>
> -k.
>
Previous Topic:Refresh of an classpath entry
Next Topic:UML Diagrams for JDT ?
Goto Forum:
  


Current Time: Fri Apr 26 05:32:36 GMT 2024

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

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

Back to the top