Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Get an instance of IWorkspace outside Eclipse

I used datalocation.Location, but not IWorkspace, and I not into the
relationship.
My simple impression, IWorkspace related to Location.
IDE plugin ChooseWorkspace** would give you some more details.

2008/7/23 Paulett, John Michael <john.paulett@xxxxxxxxxxxxxx>:
> All,
>
>
>
> I am trying to Mavenize a 3rd party's Eclipse plugin, so that building a jar
> from the plugin is no longer dependent on having the 3rd party's specialized
> Eclipse installed (especially for our sysadmins who perform deployments with
> maven).  I am fairly confident that if I could get an instance of
> IWorkspace, I could get the 3rd party's code to build the jar.
>
>
>
> Does anyone have an idea of how to open an instance of the Eclipse
> workspace, without Eclipse "installed" (the minimum set of eclipse jars
> would still be present)?  The question essentially is can you open an
> instance of IWorkspace from a separate Java program?
>
>
>
> Your help is greatly appreciated!
>
> John Paulett
> john.paulett@xxxxxxxxxxxxxx
>
>
>
>
>
> _______________________________________________
> platform-dev mailing list
> platform-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-dev
>
>



-- 
致敬
向雅

Back to the top