On Sun, Jun 09, 2002 at 04:19:58PM +0100, M. T. Argent wrote:
>
> These errors appear to relate to code of the following form:
>
> public int getMajorVersion()
> {
> return ${major};
> }
>
You need to set then ${major} etc. value when generating Driver.java. Do an "ant clean" then try again with something like, "ant -Dmajor=7 -Dminor=2 -Dblah=...". Check build.xml for the actual property names to set.
--Jase