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

Option --write-module-graph produces wrong .dot file #5965

Closed
sbordet opened this issue Feb 11, 2021 · 1 comment · Fixed by #7606 or #7640
Closed

Option --write-module-graph produces wrong .dot file #5965

sbordet opened this issue Feb 11, 2021 · 1 comment · Fixed by #7606 or #7640
Assignees
Labels
Bug For general bugs on Jetty side

Comments

@sbordet
Copy link
Contributor

sbordet commented Feb 11, 2021

Jetty version
10.0.x

Description

java -jar $JETTY_HOME/start.jar --write-module-graph=/tmp/graph.dot

produces a file, but then:

$ dot -V
dot - graphviz version 2.43.0 (0)
$ dot -Tpng -o graph.png graph.dot 
Error: graph.dot: syntax error in line 889 near '>'
@joakime joakime self-assigned this Feb 15, 2021
@github-actions
Copy link

This issue has been automatically marked as stale because it has been a
full year without activity. It will be closed if no further activity occurs.
Thank you for your contributions.

@github-actions github-actions bot added the Stale For auto-closed stale issues and pull requests label Feb 16, 2022
@joakime joakime linked a pull request Feb 16, 2022 that will close this issue
@joakime joakime added Bug For general bugs on Jetty side and removed Stale For auto-closed stale issues and pull requests labels Feb 16, 2022
@joakime joakime added this to To do in Jetty 9.4.46 (FROZEN) via automation Feb 16, 2022
joakime added a commit that referenced this issue Feb 16, 2022
@joakime joakime moved this from To do to In progress in Jetty 9.4.46 (FROZEN) Feb 17, 2022
joakime added a commit that referenced this issue Feb 21, 2022
* Adding testcase that can use `dot` if it exists on the machine.
joakime added a commit that referenced this issue Feb 23, 2022
* Adding testcase that can use `dot` if it exists on the machine.
@joakime joakime added this to To do in Jetty 10.0.9/11.0.9 (FROZEN) via automation Feb 23, 2022
@joakime joakime moved this from In progress to Done in Jetty 9.4.46 (FROZEN) Feb 23, 2022
@joakime joakime moved this from To do to In progress in Jetty 10.0.9/11.0.9 (FROZEN) Feb 23, 2022
Jetty 10.0.9/11.0.9 (FROZEN) automation moved this from In progress to Done Mar 2, 2022
joakime added a commit that referenced this issue Mar 2, 2022
…art-dot-fix

Issue #5965 - fixing invalid dot output from start.jar (#7606)
joakime added a commit that referenced this issue Oct 6, 2022
* Adding testcase that can use `dot` if it exists on the machine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side
Projects
No open projects
2 participants