[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] Re: Importing a Project Programmatically
|
> I have a headless Eclipse app that imports an existing project in to the
> workspace using:
>
> IProject.create(IProjectDescription description, IProgressMonitor monitor)
>
> I can access members of this project that are in the project root
directory.
> It is a Java project and, when I try to access members in the "bin"
> directory, I get a resource exception -- the resource "project_name/bin"
> could not be found. Anyone know why? Did I miss a necessary method call
to
> recursively make resources from project folders visible?
I forget project.open.
Chris