Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to deploy project to another eclipse instance?
How to deploy project to another eclipse instance? [message #279753] Mon, 24 January 2005 05:20 Go to next message
Eclipse UserFriend
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 Go to previous messageGo to next message
Eclipse UserFriend
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!
>
>
Re: How to deploy project to another eclipse instance? [message #280071 is a reply to message #279778] Fri, 28 January 2005 04:35 Go to previous message
Eclipse UserFriend
Originally posted by: seariver.citiz.net

Thank you very much!

In your solution, I think I need add a plugin in B.
But I want to modify A only.
Is there any suggestion?




"Chris Laffra" <Chris_Laffra@ca.ibm.com> д
Previous Topic:ANN: XMLBuddy 2.0.20 and XMLBuddy Pro 2.0.21 Now Available
Next Topic:OpenExternal file seems to not be an valid Resource inside the Workspace
Goto Forum:
  


Current Time: Thu May 08 10:04:14 EDT 2025

Powered by FUDForum. Page generated in 0.04415 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top