I am working on a project that I would like to use the jsbml-qual library
for. I received instructions on how to set up the code from the jsbml
repository via the sbml-qual mailing list. I am looking for some further
help here because I got a BUILD FAILED error when I tried to run:
>cd extensions/qual
>ant jar
Here are the last few lines of the output from that command:
[javac] Transition.java:273: cannot find symbol
[javac] symbol : class ListOf
[javac] location: class org.sbml.jsbml.ext.qual.Transition
[javac] public ListOf<Output> getListOfOutputs() {
[javac] ^
[javac] 100 errors
BUILD FAILED
/home/ben/jsbml/extensions/qual/build.xml:183: Compile failed; see the
compiler error output for details.
Total time: 1 second
--
I could not locate the compiler error output for details. What should I do
differently?