Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
A
AF3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 258
    • Issues 258
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 8
    • Merge Requests 8
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • af3
  • AF3
  • Issues
  • #4001

Closed
Open
Opened Dec 05, 2020 by Dummy AF3-Dev@dummy-af3-dev

[FMI] Redirect COE output / Hide COE output from the AF3 console

Since #3853 (closed) the COE imported as a libary and executed as `Runnable` within an Eclipse job.
As there is no way of redirecting the standard output and error streams of `Runnable`s (in contrast to `Process`es), the output of the COE server such as start-up an error messages are currently written to the AF3 console, cluttering it.
Unfortunately, using a `Process` to execute the server requires some command to be executed on the OS-level, meaning that the COE would have to be started by running `java -jar coe.jar`, thus reverting the changes from #3853 (closed).

(from redmine: issue id 4001, created on 2020-04-15)

  • Relations:
    • relates #3853 (closed)
Assignee
Assign to
AF3 2.19 - Feature Freeze
Milestone
AF3 2.19 - Feature Freeze
Assign milestone
Time tracking
None
Due date
None
Reference: af3/af3#4001