INRIA / spoon

Spoon is a metaprogramming library to analyze and transform Java source code. :spoon: is made with :heart:, :beers: and :sparkles:. It parses source files to build a well-designed AST with powerful analysis and transformation API.

Home Page:http://spoon.gforge.inria.fr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to start JavaFX UI

thron7 opened this issue · comments

Describe the bug

First off, thanks for Spoon!

I'm new to Spoon and tried to start the new JavaFX UI following the description in spoon-visualisation/README.md. After running mvn clean package and changing into the target folder, there is no visualisation*.jar (recursively), and I haven't figured out how to build it, so I couldn't run the documented java ... -jar visualisation-1.1.jar command.

ping @arnobl

Thanks, Thomas

Source code you are trying to analyze/transform

No response

Source code for your Spoon processing

No response

Actual output

No response

Expected output

No response

Spoon Version

11.0.1-SNAPSHOT (It's the Git "master" branch at commit 36610b433bf16)

JVM Version

17

What operating system are you using?

Linux