Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When starting a simulation the IDE prints a misleading command to the console by using ; as a NED exclusion separator #1123

Open
rhornig opened this issue Mar 11, 2024 · 0 comments
Labels
in IDE / simulation launcher minor Inconvenience that can be worked around
Milestone

Comments

@rhornig
Copy link
Contributor

rhornig commented Mar 11, 2024

  • OMNeT++ version: 6.0.3
  • OS: Ubuntu

When starting a simulation, the IDE passes the NED package exclusion list as a semicolon separated list. Moreover, it also prints this command verbatim to the console. This is misleading because people copy-paste the command the shell, where the latter part of the command will silently cut off because of the ; in the middle. While properly quoting this parameter would solve this, it would be probably better to use colons as a exclusion package list separator. The NED folder list (-n) already uses : .

To Reproduce
Start an INET simulation from the IDE and copy paste the command line printed by the IDE to the shell. It will complain about missing simple module classes because the INET shared lib will not be loaded.

see #1122

@rhornig rhornig added minor Inconvenience that can be worked around in IDE / simulation launcher labels Mar 11, 2024
@rhornig rhornig added this to the 6.1 milestone Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in IDE / simulation launcher minor Inconvenience that can be worked around
Projects
None yet
Development

No branches or pull requests

1 participant