[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [platform-dev] Get an instance of IWorkspace outside Eclipse
|
- From: "åé" <fyaoxy@xxxxxxxxx>
- Date: Sun, 27 Jul 2008 17:20:33 +0800
- Delivered-to: platform-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=SFNJozg8POuTgI9ZQVa5CJR8L05FagFIMO08+mTQPBA=; b=BJAvfbDoahbDBEnHI2atPxl9gfpAiGZRSBKvc44iD5OjUjA6mg3U6ZMxmOZwNTN/2/ Vb0jsk0hdx7sm6a/P3acZBldLr0i7DbdYLx18IF6Pto9Oi4Gx8lLQ5IkTOKsMD3HOowi EX0+5gzIO8liau9LeA1MMybUIqayElVe5KC6I=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=uanQOLn3Y+vJNd0vtDAeiNNyuUDnMUdyRFHtbesunmGdFd8hK9A8fQFgY0YO+odi1r 2snRIrnPtdrHeIZ4Jqn9FumByCDqQMU2ixsB8m8CRmlOsdqDWbJkF2NHVoLFFdEPN6yB n3uRFy/h3gczGjJjrLGkiCEV3fAnjkrukJ7SE=
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
>
>
--
èæ
åé