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

module can't deal with package that has package in it #1598

Closed
maxandersen opened this issue Mar 20, 2023 · 1 comment
Closed

module can't deal with package that has package in it #1598

maxandersen opened this issue Mar 20, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@maxandersen
Copy link
Collaborator

//MODULE

package myttpackage;

results in:

[jbang] Building jar...
/Users/manderse/.jbang/cache/jars/test.java.a2c6118411b5fb53722537761712f28a18da4053310906f04f4f8ffac5f198ab/generated/module-info.java:65: warning: package is empty or does not exist: mytt
    opens mytt;
          ^
1 warning
@maxandersen maxandersen added the bug Something isn't working label Mar 20, 2023
@maxandersen
Copy link
Collaborator Author

fixed in 0a5a45a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant