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

Re: command-line options



Nevermind, I think I figured it out. From the top-level Soot directory, I run

java org.apache.xalan.xslt.Process -in soot/options/soot_options.xml -xsl src/soot/options/make-soot-options.xsl -out src/soot/options/Options.java

xalan.jar is in my classpath. I think that did what I wanted.

-Manu

At 04:18 PM 7/13/2003 -0700, Manu Sridharan wrote:
Hi,

Are there instructions anywhere for regenerating command-line options for Soot 2.0.1? I can tell I need to run some XSLT processor on the files in the src/soot/options directory, but I can't figure out the rest.

Thanks,
Manu