Changes between Version 12 and Version 13 of doc/tec/eclipse
- Timestamp:
- Nov 20, 2018 4:58:06 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/eclipse
v12 v13 64 64 then quit with ''"OK"''. 65 65 * You can now choose between ''"Source"'' and ''"Utilities"'' as active build configuration 66 * '''Note:''' before you can compile the code, make sure you have placed a working {{{. mrun.config}}}in {{{$HOME/palm/current_version}}}!66 * '''Note:''' before you can compile the code, make sure you have placed a working {{{.palm.config.<configuration identifier>}}} file in {{{$HOME/palm/current_version}}}! 67 67 \\\\ 68 68 69 === Using mrun with eclipse ===69 === Using palmrun with eclipse === 70 70 71 Step by step instruction to configure the eclipse run configuration in a way that '''mrun'''is used as an external tool.71 Step by step instruction to configure the eclipse run configuration in a way that [wiki:doc/app/palmrun palmrun] is used as an external tool. 72 72 73 73 * in the main eclipse window open: {{{Run --> External Tools --> External Tools Configuration...}}} 74 74 * right mouse click on ''"Program"'' in left window, select ''"New"'' 75 75 * in the opening window, give the following informations \\ 76 ''"Name:"'' e.g. {{{ mrun}}} \\77 ''"Location:"'' {{{${workspace_loc}/trunk/SCRIPTS/ mrun}}} \\76 ''"Name:"'' e.g. {{{palmrun}}} \\ 77 ''"Location:"'' {{{${workspace_loc}/trunk/SCRIPTS/palmrun}}} \\ 78 78 ''"Working Directory:"'' {{{${workspace_loc}}}} \\ 79 ''"Arguments:"'' {{{- d example_cbl -h lcmuk -K parallel -X4 -T4 -rd3#}}} \\80 or any other {{{ mrun}}}-options that you like to use79 ''"Arguments:"'' {{{-r example_cbl -c default -X4 -T4 -a d3#}}} \\ 80 or any other {{{palmrun}}}-options that you like to use 81 81 * on slider ''"Build"'' disable ''"Build before launch"'' 82 82 * on slider ''"Common"'' select ''"External tools"'' under ''"Display in favorites menu"'' 83 * right mouse click on ''"Program"'' in left window allows to define other alternative run configurations (e.g. with other {{{ mrun}}}-options)83 * right mouse click on ''"Program"'' in left window allows to define other alternative run configurations (e.g. with other {{{palmrun}}}-options) 84 84 * quit with ''"Close"'' or proceed with 85 * launch ''' mrun''' by selecting {{{Run --> External Tools -->mrun_prompt}}}85 * launch '''palmrun''' by selecting {{{Run --> External Tools --> palmrun_prompt}}} 86 86 87 Configuring eclipse in a way that ''' mrungui''' is used as an external tool.87 Configuring eclipse in a way that '''palmrungui''' is used as an external tool. 88 88 89 89 * in the main eclipse window open: {{{Run --> External Tools --> External Tools Configuration...}}} 90 90 * right mouse click on ''"Program"'' in left window, select ''"New"'' 91 91 * in the opening window, give the following informations \\ 92 ''"Name:"'' e.g. {{{ mrungui}}} \\93 ''"Location:"'' {{{${workspace_loc}/trunk/SCRIPTS/ mrungui}}} \\92 ''"Name:"'' e.g. {{{palmrungui}}} \\ 93 ''"Location:"'' {{{${workspace_loc}/trunk/SCRIPTS/palmrungui}}} \\ 94 94 ''"Working Directory:"'' {{{${workspace_loc}}}} \\ 95 95 * no ''"Arguments"'' are required in this case … … 97 97 * on slider ''"Common"'' select ''"External tools"'' under ''"Display in favorites menu"'' 98 98 * quit with ''"Close"'' 99 * launch ''' mrungui''' by selecting {{{Run --> External Tools -->mrungui}}}99 * launch '''palmrungui''' by selecting {{{Run --> External Tools --> palmrungui}}}