Changes between Version 3 and Version 4 of doc/tec/eclipse
- Timestamp:
- Jul 11, 2012 12:59:34 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/eclipse
v3 v4 49 49 you can define alternative build configurations (e.g. with trace options) by clicking on the ''"Manage Configurations"'' button 50 50 * on slider ''"Behaviour"'' deactivate button ''"Build on resource save (Auto build)"'' \\ 51 quit with ''"OK"'' 51 quit with ''"OK"'' \\\\ 52 53 If this is finished successfully, you have checked out just the SOURCE directory! You now have to check out all the other required directories from the svn-repository manually, e.g. 54 {{{ 55 cd $HOME/palm/current_version 56 svn checkout svn://130.75.105.7/palm/trunk/SCRIPTS trunk/SCRIPTS 57 svn checkout svn://130.75.105.7/palm/trunk/INSTALL trunk/INSTALL 58 ... 59 }}} 60 You can check the status of all your working copies with 61 {{{ 62 svn status trunk/* 63 }}} 52 64 53 65 54 === using mrun with eclipse ===66 === Using mrun with eclipse === 55 67 56 bla 68 Step by step instruction to configure the eclipse run configuration in a way that '''mrun''' is used as an external tool. 69 70 * in the main eclipse window open: ''"Run --> External Tools --> External Tools Configuration..."'' 71 * in the opening window, give the following informations \\ 72 ''"Location:"'' {{{/home/<username>/palm/current_version/trunk/SCRIPTS/mrun}}} \\ 73 ''"Working Directory:"'' {{{/home/<username>/palm/current_version}}} \\ 74 ''"Arguments:"'' {{{-d example_cbl -h lcmuk -K "parallel" -X4 -T4 -r "d3#"}}} \\ 75 or any other {{{mrun}}}-options that you like to use 76 * right mouse click on ''"Program"'' in left window allows to define other alternative run configurations (e.g. with other {{{mrun}}}-options 77 78