[Soot-list] Bug when -oaat is used with -outjar

Marc-André Laverdière-Papineau marc-andre.laverdiere-papineau at polymtl.ca
Tue Apr 16 09:02:17 EDT 2013


Hello,

Did you put in a pull request?

Reagards,

Marc-André Laverdière-Papineau
Doctorant - PhD Candidate

On 13-04-13 11:25 PM, Saswat Anand wrote:
>
> When -oaat and -outjar are used together, the output jar file remains empty.
>
> That is because, even with -oaat flag, PackManager:writeOutput is called
> from soot.Main at line 199. I dont think there is no need for that call
> because with -oaat flag, the classes have already been output at that point.
>
> The fix is to move that call to writeOutput from Soot.Main to inside the
> else branch in PackManager.runPacks() method.
>
> Saswat
>
>
>
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>


More information about the Soot-list mailing list