Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Resource Deltas for External Folders"

(New page: == Problem Summary == The resources plug-in broadcasts resource change events for files and folders in the workspace. This allows clients to react to changes that occur in those resources...)
 
(Problem Summary)
Line 3: Line 3:
 
The resources plug-in broadcasts resource change events for files and folders in the workspace. This allows clients to react to changes that occur in those resources, and in the underlying file system.  There is no way to receive resource change events for files and folders in the file system that do not belong to the workspace.
 
The resources plug-in broadcasts resource change events for files and folders in the workspace. This allows clients to react to changes that occur in those resources, and in the underlying file system.  There is no way to receive resource change events for files and folders in the file system that do not belong to the workspace.
  
In the Java development tools,  
+
In the Java development tools, it would be useful to be able to add folders outside the workspace to a build path of a Java project.
  
 +
 +
== References ==
 +
 +
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=77113 Bug 77113 - Adding a directory-pointing variable to the project build path]
 +
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=81402 Bug 81402 - Allow external classfolders from a container]
 +
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=109137 Bug 109137 - Support compiling runtime workspace plugins against the launching workspace]
 +
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=182537 Bug 182537 - Enhance classpath container to support external class folders]
  
 
== Potential Solutions ==
 
== Potential Solutions ==
  
 
== Plan of Action ==
 
== Plan of Action ==

Revision as of 10:40, 4 October 2007

Problem Summary

The resources plug-in broadcasts resource change events for files and folders in the workspace. This allows clients to react to changes that occur in those resources, and in the underlying file system. There is no way to receive resource change events for files and folders in the file system that do not belong to the workspace.

In the Java development tools, it would be useful to be able to add folders outside the workspace to a build path of a Java project.


References

Bug 77113 - Adding a directory-pointing variable to the project build path Bug 81402 - Allow external classfolders from a container Bug 109137 - Support compiling runtime workspace plugins against the launching workspace Bug 182537 - Enhance classpath container to support external class folders

Potential Solutions

Plan of Action

Back to the top