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

Re: OPP patch and new build.xml file...



Hi!

Finally, ozoneDB was compiled on my machine. I had a look at the ant 1.3
doc,
and it said that the property "build.compiler" in the build file
has to be "classic", "modern", "jikes" or "jvc", so I changed

  <property name="build.compiler" value="javac"/>

to 

  <property name="build.compiler" value="classic"/>

Now it works (with jdk 1.2).

Why was "javac" accepted on your compilation?

Michael Keuchen