[abc] -outjar option implemented

From: Ondrej LHOTAK <olhotak@sable.mcgill.ca>
Date: Fri Sep 10 2004 - 17:44:48 BST

I've added the -outjar option to Soot, abc, and the ant task. You'll
need to get a new Soot, Jasmin, and abc to use it.

Also, I've cleaned up the way Soot interacts with Jasmin when it writes
out class files. Before, it would write a temporary .jasmin file, and
run Jasmin to read it in and produce a class file. Now, we feed the
Jasmin code directly to Jasmin without the temporary file. I've added
a class soot.util.JasminOutputStream which translates Jasmin to class
files inline. You write Jasmin code to the stream, and bytecode appears
in the underlying stream.

Ondrej
Received on Fri Sep 10 17:44:55 2004

This archive was generated by hypermail 2.1.8 : Fri Sep 10 2004 - 18:10:02 BST