Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Checking if external jar modified
Checking if external jar modified [message #244238] Tue, 05 June 2007 13:02 Go to next message
Eclipse UserFriend
Originally posted by: paul.wells.modelistic.com

My application caches information about IJavaElement objects

By checking the modification stamp on the Resource I can tell if my cached
information is still up-to-date.

This works fine for source elements, and binary elements which are in the
Java project (.jar and .class) - however, the resource is null for
external jar files.

Is there any way to find out if an external jar file has been modified
since I last looked at it?
Re: Checking if external jar modified [message #244263 is a reply to message #244238] Tue, 05 June 2007 17:52 Go to previous message
Eclipse UserFriend
Originally posted by: paul.wells.modelistic.com

... actually I've just noticed IJavaElementDelta.F_ARCHIVE_CONTENT_CHANGED
Previous Topic:Misleading compiler error on single line if statement
Next Topic:Code Formatter as an Ant Task
Goto Forum:
  


Current Time: Fri Jul 04 18:52:07 EDT 2025

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

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

Back to the top