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

Allow direct inspection of EAR files #38

Open
GoogleCodeExporter opened this issue Oct 23, 2015 · 0 comments
Open

Allow direct inspection of EAR files #38

GoogleCodeExporter opened this issue Oct 23, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

As a developer of applications that use the "enterprise archive" (EAR)
format, I would like to be able to scan such files by including them on the
classpath as follows:

 $ testability-explorer.sh com.acme -cp my-app-1.0.ear

An EAR file is simply a ZIP-format file that contains one or more other
ZIP-format files in its top-level folder, see
http://en.wikipedia.org/wiki/EAR_%28file_format%29.

With the tool as it currently stands, I have to unpack the EAR file
manually and add each individual archive (JAR, WAR, etc.) to the classpath.

Original issue reported on code.google.com by [email protected] on 5 Aug 2009 at 5:56

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

1 participant