Skip to content

Commit

Permalink
#2761 Add workaround for leading / in command line support documentation
Browse files Browse the repository at this point in the history
Change-Id: Idc0ada73a041bce75c4de5d044398f12d110d0a6
Signed-off-by: Erwann Traisnel <erwann.traisnel@obeo.fr>
  • Loading branch information
etraisnel2 authored and pdulth committed Nov 9, 2023
1 parent d0cdda2 commit 86892e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ <h2 id="Overview">Overview</h2>
</td>
<td>
<p><ul>
<li>When using custom scripts, some arguments may be modified in live. This can cause issues when using paths starting with a "/". If it occurs, try removing the leading "/" from the paths used as arguments.</li>
<br/>
<li>Default behaviour of command line support checks that the workspace specified for use in command line is not in use by another instance of Eclipse.</li>
<br/>
<li>If the path to the aird file or the path to the workspace or the path to the log file contains white space, it should be in quotes (eg:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ The core mechanism provides the following parameters:
[[Image:Images/19.1. Core Mechanism & Applications_html_3c78e175.png|48x48px]]
|
<ul>
<li>When using custom scripts, some arguments may be modified in live. This can cause issues when using paths starting with a "/". If it occurs, try removing the leading "/" from the paths used as arguments.</li><br/>
<li>Default behaviour of command line support checks that the workspace specified for use in command line is not in use by another instance of Eclipse.</li><br/>
<li>If the path to the aird file or the path to the workspace or the path to the log file contains white space, it should be in quotes (eg: '''-data &ldquo;D: /Application Data/workspace&rdquo;)'''</li><br/>
<li>When Capella is run in command line, logs levels INFO, WARN, ERROR, FATAL are automatically activated for File and Console appender (regardless of the current log configuration stored in %USERPROFILE%/ReportConfiguration.xml)</li><br/>
Expand Down

0 comments on commit 86892e1

Please sign in to comment.