Changes between Version 10 and Version 11 of doc/tec/eclipse
- Timestamp:
- Apr 5, 2017 3:48:21 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/eclipse
v10 v11 25 25 }}} 26 26 * in the opening window set {{{$HOME/palm/current_version}}} as the workspace 27 * open: {{{Window --> Open Perspective --> Other --> FORTRAN}}} \\ and quit with {{"OK"}}27 * open: {{{Window --> Perspective --> Open Perspective --> Other --> FORTRAN}}} \\ and quit with {{"OK"}} 28 28 * open: {{{File --> Import --> SVN --> project from SVN}}} 29 29 * enter the repository location (URL): \\ 30 30 {{{http://130.75.105.7/svn/palm/trunk}}} 31 31 * on slider "Advanced" disable "Enable Structure Detection" and proceed with ''"next"''\\ 32 You will be asked for your svn user name and password. 32 You will be asked for your svn user name and password. If not, enter user name and password under slider "General" (below URL) and proceed with ''"next"''. 33 33 * activate button ''"Head Revision"'' \\ and quit with ''"finish"'' 34 34 * choose ''"Check out as a project configured using the New Project Wizard"'' \\ … … 38 38 * in the opening window type as project name ''trunk'', ('''very important! '''), select your trunk folder location (e.g., {{{/home/<your_username>/palm/current_version/trunk}}}) as Existing code location and choose ''<none>'' as toolchain (which is the default) \\ 39 39 quit with ''"Finish"'' 40 * eclipse will then ask you for a ''secure storage password''. If you are running eclipse for the first time, you have to choose a new one and to give some additional information. 40 * eclipse might then ask you for a ''secure storage password''. If you are running eclipse for the first time, you have to choose a new one and to give some additional information. 41 * in case you see the starting window of eclipse, close it and continue with the next step 41 42 * in the left window: right mouse click on ''"trunk"'' {{{--> Properties}}} 42 43 * choose: {{{C/C++ Build --> Settings --> Elf Parser}}} … … 70 71 Step by step instruction to configure the eclipse run configuration in a way that '''mrun''' is used as an external tool. 71 72 72 * in the main eclipse window open: ''"Run --> External Tools --> External Tools Configuration..."''73 * right mouse click on ''"Program"'' in left window 73 * in the main eclipse window open: {{{Run --> External Tools --> External Tools Configuration...}}} 74 * right mouse click on ''"Program"'' in left window, select ''"New"'' 74 75 * in the opening window, give the following informations \\ 76 ''"Name:"'' e.g. {{{mrun}}} \\ 75 77 ''"Location:"'' {{{${workspace_loc}/trunk/SCRIPTS/mrun}}} \\ 76 78 ''"Working Directory:"'' {{{${workspace_loc}}}} \\ … … 78 80 or any other {{{mrun}}}-options that you like to use 79 81 * on slider ''"Build"'' disable ''"Build before launch"'' 82 * on slider ''"Common"'' select ''"External tools"'' under ''"Display in favorites menu"'' 80 83 * right mouse click on ''"Program"'' in left window allows to define other alternative run configurations (e.g. with other {{{mrun}}}-options) 81 84 * quit with ''"Close"'' or proceed with 85 * launch '''mrun''' by selecting {{{Run --> External Tools --> mrun_prompt}}} 82 86 83 87 Configuring eclipse in a way that '''mrungui''' is used as an external tool. 84 88 85 * right mouse click on ''"Program"'' in left window 89 * in the main eclipse window open: {{{Run --> External Tools --> External Tools Configuration...}}} 90 * right mouse click on ''"Program"'' in left window, select ''"New"'' 86 91 * in the opening window, give the following informations \\ 92 ''"Name:"'' e.g. {{{mrungui}}} \\ 87 93 ''"Location:"'' {{{${workspace_loc}/trunk/SCRIPTS/mrungui}}} \\ 88 94 ''"Working Directory:"'' {{{${workspace_loc}}}} \\ 89 95 * no ''"Arguments"'' are required in this case 90 96 * on slider ''"Build"'' disable ''"Build before launch"'' 97 * on slider ''"Common"'' select ''"External tools"'' under ''"Display in favorites menu"'' 91 98 * quit with ''"Close"'' 99 * launch '''mrungui''' by selecting {{{Run --> External Tools --> mrungui}}}