[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: .ear and .war file support ??



Hello Nathan,

As I know, Soot itself does not extract files from .jar or .zip file, it
calls JRE library class, you may have to either add supporting class in
Soot or convert .war/.ear file to .jar format.

Cheers,
====================
Feng Qian					fqian@sable.mcgill.ca

On Fri, 11 Jan 2002, nathan gulley wrote:

> Hello,
>
> I am trying to use the Soot 1.2.2 Framework to read and instrument
> classes located in .war and .ear files as part of an Enterprise
> Application development tool. However, I learned that this capability is
> not supported when I received the following error:
>
> Warning: the following soot-classpath entry is not a supported archive
> file (mus
> t be .zip or .jar): E:\dev\classes\test.war
>
>
> Are there any plans to add this facility to the Soot Framework? If not,
> how would I go about doing it myself. Thanks.
>
> Nathan
>
>