Bug 190798 - The third patch for application deployment
Summary: The third patch for application deployment
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Geclipse (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Harald Kornmayer CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-06-04 09:03 EDT by yifan zhou CLA
Modified: 2014-01-09 16:17 EST (History)
0 users

See Also:


Attachments
The third patch (57.40 KB, patch)
2007-06-04 09:04 EDT, yifan zhou CLA
no flags Details | Diff
the fourth patch (70.93 KB, patch)
2007-06-13 04:05 EDT, yifan zhou CLA
no flags Details | Diff
the fifth path (76.80 KB, patch)
2007-06-14 09:03 EDT, yifan zhou CLA
aog-ecl: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description yifan zhou CLA 2007-06-04 09:03:03 EDT
Overview Description:
A new patch for application deployment, right now there are three pages in the deployment wizard.

Structure of the wizard:
The application deployment wizard includes two pages namely source page and
target page
1) Source page
   Implemented by checkboxtreeview, it's easy to use to choose the files or
project etc. as your deployment sources

2) Target page
   Implemented by treeview, it depends on grid projects and their connections.

3) Description page, it shows description for the application which would be deployed.
 
Actual result:
The deployment function isn't implemented yet.
Comment 1 yifan zhou CLA 2007-06-04 09:04:01 EDT
Created attachment 69948 [details]
The third patch
Comment 2 Harald Kornmayer CLA 2007-06-05 05:44:05 EDT
I tested in my enviornment and got problems. 

The wizard stopped with a null pointer execption for "reference projects". 
I had a reference project with an empty "nature". This let to problems in the 
class eu.geclipse.ui.wizards.deployment.DeploymentWizard. 

In the function getReferencedProject the error occurs!! 

We need more stability in the wizards before we can submit it to the SVN!
Comment 3 Markus Knauer CLA 2007-06-11 04:49:10 EDT
Updating target milestone to 0.5.0 RC0
Comment 4 yifan zhou CLA 2007-06-13 04:05:32 EDT
Created attachment 71141 [details]
the fourth patch
Comment 5 yifan zhou CLA 2007-06-14 09:03:33 EDT
Created attachment 71302 [details]
the fifth path

the fifth path
Comment 6 Harald Kornmayer CLA 2007-06-19 02:23:25 EDT
I put the fifth patch in the SVN repository

And did some small checks!

This functionality is now available. 

Harald 

Comment 7 Harald Kornmayer CLA 2007-06-19 02:23:44 EDT
Close this ticket!
Comment 8 Ariel Garcia CLA 2009-05-03 09:37:52 EDT
Comment on attachment 71302 [details]
the fifth path

Applied by Harald