havapa / testability-explorer

Automatically exported from code.google.com/p/testability-explorer
Apache License 2.0
0 stars 0 forks source link

Allow direct inspection of EAR files #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 andrew.i...@gmail.com on 5 Aug 2009 at 5:56