[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: command-line options
Manu Sridharan <manu_s@eecs.berkeley.edu> wrote:
> 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.
Simply use the Makefile ("make" or "make
src/soot/options/Options.java") or the ant build file ("ant" or "ant
options").
Cheers,
Navin.