How to deploy project to another eclipse instance? [message #279753] |
Mon, 24 January 2005 05:20  |
Eclipse User |
|
|
|
Originally posted by: seariver.citiz.net
Hi, all
Suppose there are two eclipse instance. A(eclipse3.0), B(eclipse2.1.1)
There are a project P1 in A.
I want to implement those tasks in A:
1. In A, Copy all contents in P1 to B, named P1'.
2. In B, modify P1'.
3. In A, copy P1' from B back to A to overwrite P1, and delete the P1' in B.
I want all these steps are performed in background (do not show any wizard
dialogs.).
I have thought this problem for serveral days, and can not find APIs to
solve this problem.
Is there anyone can help me? Thanks!
|
|
|
Re: How to deploy project to another eclipse instance? [message #279778 is a reply to message #279753] |
Mon, 24 January 2005 11:34   |
Eclipse User |
|
|
|
Originally posted by: Chris_Laffra.ca.ibm.com
You could export as a jar from one, and import from the other from a jar.
See the org.eclipse.ui.internal.dialogs.ExportWizard for the
implementations.
--
Chris Laffra, http://eclipsefaq.org
"seariver" <seariver@citiz.net> wrote in message
news:ct2ht9$jd4$1@www.eclipse.org...
> Hi, all
>
> Suppose there are two eclipse instance. A(eclipse3.0), B(eclipse2.1.1)
> There are a project P1 in A.
>
> I want to implement those tasks in A:
> 1. In A, Copy all contents in P1 to B, named P1'.
> 2. In B, modify P1'.
> 3. In A, copy P1' from B back to A to overwrite P1, and delete the P1' in
B.
> I want all these steps are performed in background (do not show any wizard
> dialogs.).
>
> I have thought this problem for serveral days, and can not find APIs to
> solve this problem.
> Is there anyone can help me? Thanks!
>
>
|
|
|
|
Powered by
FUDForum. Page generated in 0.04415 seconds