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

Support Mule 4 (Anypoint Studio 7) #7

Open
NoxHarmonium opened this issue Oct 1, 2019 · 1 comment
Open

Support Mule 4 (Anypoint Studio 7) #7

NoxHarmonium opened this issue Oct 1, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@NoxHarmonium
Copy link
Contributor

When running the image extract tools over Anypoint Studio 7, errors like the following occur:

$ lein run -- -d /mnt/c/Tools/AnypointStudio-7/ -o test/images extract-images
Warning: Image file [ images:/canvas/flow.png ] not found in [ #object[java.io.File 0x71166348 /mnt/c/Tools/AnypointStudio-7/plugins/org.mule.tooling.ui.modules.core_7.3.5.201909031748.jar] ]
Warning: Image file [ images:/canvas/set-payload.png ] not found in [ #object[java.io.File 0x71166348 /mnt/c/Tools/AnypointStudio-7/plugins/org.mule.tooling.ui.modules.core_7.3.5.201909031748.jar] ]
Warning: Image file [ images:/canvas/raise-error.png ] not found in [ #object[java.io.File 0x71166348 /mnt/c/Tools/AnypointStudio-7/plugins/org.mule.tooling.ui.modules.core_7.3.5.201909031748.jar] ]

The metadata extractor needs to be able to follow these images:/ urls.

@NoxHarmonium
Copy link
Contributor Author

Seems like a URL starting with the images:/ prefix are referring to org.mule.tooling.images_*.jar
It shouldn't be too difficult to put in a special case mapping for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant