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

[Request] do work on folder instead of archive file #1

Open
golfandsurf opened this issue Feb 27, 2013 · 1 comment
Open

[Request] do work on folder instead of archive file #1

golfandsurf opened this issue Feb 27, 2013 · 1 comment

Comments

@golfandsurf
Copy link

I haven't figured it out if it can already do this:
I'd love to see this be able to work through a directory, which basically has the contents of an unpacked jar. This would help me streamline some automation i have planned around this tool.

@agaricusb
Copy link
Collaborator

Sounds like this would be a useful feature, I've been thinking about it to. Maybe also add the ability to remap a single class file, someone else was asking about this earlier as well. Something like this:

--in-jar:

  • .jar - remapJarFile
  • .class - remap individual class
  • isDirectory() or endsWith("/") - remap directory, fully traverse

--out-jar:

  • isDirectory() or endsWith("/") - create directory and output each class
  • anything else - create jar

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

No branches or pull requests

2 participants