Skip to content

Latest tutor prints very funny package names instead of clean names #2261

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

Open
jurgenvinju opened this issue May 13, 2025 · 0 comments
Open
Labels

Comments

@jurgenvinju
Copy link
Member

Describe the bug

This is listing the contents of java-air.jar after running mvn package:

docs/Packages/Org.rascalmpl:java-air:jar:1.0.0-RC3-SNAPSHOT/License.md
docs/Packages/Org.rascalmpl:java-air:jar:1.0.0-RC3-SNAPSHOT/RELEASE-NOTES.md
docs/Packages/Org.rascalmpl:java-air:jar:1.0.0-RC3-SNAPSHOT/index.md

Before this used to be:

docs/Packages/JavaAir/License.md
docs/Packages/JavaAir/RELEASE-NOTES.md
docs/Packages/JavaAir/index.md

Ideally we should change it to something that remains valid for the future:

docs/Packages/org.rascalmpl.java-air/License.md
docs/Packages/org.rascalmpl.java-air/RELEASE-NOTES.md
docs/Packages/org.rascalmpl.java-air/index.md
  • the version is irrelevant because we only document one version on the website
  • the groupid will become relevant when we start accepting more third-party packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant