[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: soot.PackAdjuster missing from soot 1.2.2 - how do we add ourPacks
Hi,
I retracted this API; it was not the best way to do things.
In fact, a better way to provide this functionality is to give your own
main() method in some class you specify yourself (MyMain). In
MyMain.main(), you Scene.getPack("jtp").add(new Transform("...")); and
then call soot.Main.main(args);, which does the command-line processing as
required.
Tell me if this is what you need.
pat