It's all about the answers!

Ask a question

Difference between 3 options while loading the component


mehul Prajapati (18125554) | asked Jul 12 '11, 11:47 a.m.
edited May 30 '16, 8:41 a.m. by David Lafreniere (4.8k7)
What is the difference between this 3 options while loading the component ?

1. FInd and load eclipse project
2. browse the components to select the folders to be loaded
3. Load the root folder of the components to select the folders to be loaded

Accepted answer


permanent link
David Lafreniere (4.8k7) | answered May 30 '16, 9:19 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
1. Find and load eclipse project
-->This will traverse the folders and when an Eclipse project is found (defined by a .project file), it will load and create that Eclipse project.

2. Browse the components to select the folders to be loaded
3. Load the root folder of the components to select the folders to be loaded
--> 2 and 3 are very similar. These options essentially do the same thing. The only difference is that, with option 2, the user can click Finish without clicking next. The original thought was that option 2 was the more popular use case, so we provided the ability for users to click that option and press Finish in the Wizard without much thought. Otherwise it might be annoying to have to take them to the 2nd wizard page and have them visually confirm the selection on all the folders (especially if there are a lot of 'root folders'). We also wanted to make it clear in the UI that we support uses cases of picking arbitrary folders to load (option 3), in which case we force the user to go to the 2nd Wizard page to manually select what folders they actually want to load.
There are work items which talk about the possibility to merge these into one radio button. See:
Combine option 2 and 3 of load wizard (176405)
Options on 1st page of load wizard are confusing (265100)
Michael Valenta selected this answer as the correct answer

One other answer



permanent link
Geoffrey Clemm (30.1k33035) | answered Jul 12 '11, 11:51 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
1. Find all eclipse project root directories in the component, and load
them in the sandbox root directory.
2. Load the selected folders in the sandbox root directory (Eclipse will
create .project files in those selected folders, if they don't already
have one).
3. Don't know how this differs from #2. Anyone else have a thought?

Cheers,
Geoff

On 7/12/2011 11:53 AM, mehulnp wrote:
What is the difference between this 3 options while loading the
component ?

1. FInd and load eclipse project
2. browse the components to select the folders to be loaded
3. Load the root folder of the components to select the folders to be
loaded

Comments
Shashikant Padur commented Jul 13 '11, 7:00 a.m. | edited May 30 '16, 9:07 a.m.
JAZZ DEVELOPER

"Load the root folder of the components as projects" loads the component roots as folders in the sandbox.

1. Find all eclipse project root directories in the component, and load
them in the sandbox root directory.
2. Load the selected folders in the sandbox root directory (Eclipse will
create .project files in those selected folders, if they don't already
have one).
3. Don't know how this differs from #2. Anyone else have a thought?

Cheers,
Geoff

On 7/12/2011 11:53 AM, mehulnp wrote:
What is the difference between this 3 options while loading the
component ?

1. FInd and load eclipse project
2. browse the components to select the folders to be loaded
3. Load the root folder of the components to select the folders to be
loaded


Geoffrey Clemm commented Jul 13 '11, 8:11 a.m. | edited May 30 '16, 8:59 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Well, yes, but so does the "load the selected folders in the sandbox
root directory" command. In each case, the "Next" page gives you the
ability to select an arbitrary folder, and it defaults to selecting the
immediate children of the logical root of the component.

I.e. the question currently isn't what these two alternatives do, but
rather how are they different?

Cheers,
Geoff

On 7/13/2011 7:08 AM, spadur wrote:

"Load the root folder of the components as projects" loads
the component roots as folders in the sandbox.

gmclemmwrote:
1. Find all eclipse project root directories in the component, and
load
them in the sandbox root directory.
2. Load the selected folders in the sandbox root directory (Eclipse
will
create .project files in those selected folders, if they don't
already
have one).
3. Don't know how this differs from #2. Anyone else have a
thought?

Cheers,
Geoff

On 7/12/2011 11:53 AM, mehulnp wrote:
What is the difference between this 3 options while loading the
component ?

1. FInd and load eclipse project
2. browse the components to select the folders to be loaded
3. Load the root folder of the components to select the folders to
be
loaded

Your answer


Register or to post your answer.