|
|
Re: Using workspace (org.eclipse.core.resources) standalone [message #241206 is a reply to message #241165] |
Thu, 13 May 2004 11:01   |
Eclipse User |
|
|
|
Originally posted by: dewit.metaserver.com
Hi DJ,
I actually mean without anything that is not the .resources or its required
dependencies (core.runtime and .osgi). The minimal of the minimal
configuration to be able to manipulate workspace folder, files and projects
in the file system, i.e. no JDT, no UI, no anything that is not related to
..resources.
I would imagine that it is possible to create a minimal OSGi configuration
to get just the core.resources (and its dependencies) instantiated and
configured. If yes, do you have a code snippet or could you point me to the
right classes so I can figure that out?
thanks,
yuri
"DJ Houghton" <dj_houghton@nospam.ca.ibm.com> wrote in message
news:c7vr7h$k31$1@eclipse.org...
> That all depends on what you mean. The org.eclipse.core.resources
> plug-in relies heavily on org.eclipse.core.runtime and org.eclipse.osgi.
>
> If by "outside the IDE" you mean without the Java Development Toolkit,
> you should check out the Platform download (instead of the SDK
> download). There are other projects out there take advantage of the
> workspace and UI frameworks without including the JDT and PDE (Plug-in
> Development Environment).
>
> Yuri de Wit wrote:
> > Is it possible to reuse the workspace framework outside the eclipse IDE?
> > What needs to be done to make it work?
> >
> > thanks,
> > Yur
> >
> >
>
|
|
|
Re: Using workspace (org.eclipse.core.resources) standalone [message #241482 is a reply to message #241206] |
Fri, 14 May 2004 13:44  |
Eclipse User |
|
|
|
Originally posted by: dj_houghton.nospam.ca.ibm.com
I haven't done this lately but in theory you should be able to:
- go to the RCP web site and get the list of minimal required plug-ins
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-core-home/runtime/rcp-plugins.html
- add org.eclipse.core.resources to the list (and
org.eclipse.core.runtime.compatibility since resources requires it)
- create your own application, have it require org.eclipse.core.resources
- start Eclipse with the -application arg
- start debugging :-)
Yuri de Wit wrote:
> Hi DJ,
>
> I actually mean without anything that is not the .resources or its required
> dependencies (core.runtime and .osgi). The minimal of the minimal
> configuration to be able to manipulate workspace folder, files and projects
> in the file system, i.e. no JDT, no UI, no anything that is not related to
> .resources.
>
> I would imagine that it is possible to create a minimal OSGi configuration
> to get just the core.resources (and its dependencies) instantiated and
> configured. If yes, do you have a code snippet or could you point me to the
> right classes so I can figure that out?
>
> thanks,
> yuri
>
> "DJ Houghton" <dj_houghton@nospam.ca.ibm.com> wrote in message
> news:c7vr7h$k31$1@eclipse.org...
>
>>That all depends on what you mean. The org.eclipse.core.resources
>>plug-in relies heavily on org.eclipse.core.runtime and org.eclipse.osgi.
>>
>>If by "outside the IDE" you mean without the Java Development Toolkit,
>>you should check out the Platform download (instead of the SDK
>>download). There are other projects out there take advantage of the
>>workspace and UI frameworks without including the JDT and PDE (Plug-in
>>Development Environment).
>>
>>Yuri de Wit wrote:
>>
>>>Is it possible to reuse the workspace framework outside the eclipse IDE?
>>>What needs to be done to make it work?
>>>
>>>thanks,
>>>Yur
>>>
>>>
>>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.03527 seconds