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

filtering Output How do you maintain the directory structure? #463

Open
fendo8888 opened this issue Feb 10, 2025 · 0 comments
Open

filtering Output How do you maintain the directory structure? #463

fendo8888 opened this issue Feb 10, 2025 · 0 comments

Comments

@fendo8888
Copy link

fendo8888 commented Feb 10, 2025

As shown below:

-injars a.jar
-injars lib\b.jar
-injars lib\c.jar

-outjars a.jar(com/a/)
-outjars lib\b.jar(com/xxx/module/b/
)
-outjars lib\c.jar(com/xxx/module/c/**)

Image

At this point, the output b.jar and c.jar directories are missing. Before confusion occurs, you can use the following command to query:

jar tvf b.jar | findstr /i "com.xxx.module.demo"

Image

After the outjars output is confused, the directory is gone. How do I keep the directory?

Image

The following parameters are invalid
-keepdirectories

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

No branches or pull requests

1 participant