<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a class="moz-txt-link-abbreviated" href="mailto:orion@cora.nwra.com">orion@cora.nwra.com</a> wrote:
<blockquote
 cite="mid:1642.71.208.46.232.1191421338.squirrel@www.co-ra.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Orion Poplawski wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Orion Poplawski wrote:
      </pre>
      <blockquote type="cite">
        <pre wrap="">Thomas Fitzsimmons wrote:
        </pre>
        <blockquote type="cite">
          <pre wrap="">Calendar.compareTo was added in 1.5.  Is it possible that you're
compiling 1.4-level source code?  If so, this represents a breakage
in source compatibility.  The usual resolution is to stub or
implement the inherited abstract method.

Tom
          </pre>
        </blockquote>
        <pre wrap="">Changing target from 1.4 to 1.5 in the build.xml file fixed it.
Thanks!

Next step, where can I find the javacc class for ant?

        </pre>
      </blockquote>
      <pre wrap="">Ah, dejavu:

<a class="moz-txt-link-freetext" href="https://bugzilla.redhat.com/show_bug.cgi?id=225196">https://bugzilla.redhat.com/show_bug.cgi?id=225196</a>

      </pre>
    </blockquote>
    <pre wrap="">Seems like you need ant-nodeps.

    </pre>
  </blockquote>
  <pre wrap=""><!---->
Indeed, that gets me farther, thanks!

No I get:

     [java]      [java] BUILD FAILED
     [java]      [java]
/builddir/build/BUILD/gridengine/source/libs/jgdi/build.xml:1060: The
following error occurred while executing this line:
     [java]      [java]
/builddir/build/BUILD/gridengine/source/libs/jgdi/cullconv/build.xml:49:
The following error occurred while executing this line:
     [java]      [java]
/builddir/build/BUILD/gridengine/source/libs/jgdi/cullconv/build.xml:62:
JavaCC home must be a valid directory.

The relevant section of build.xml is:

      <javacc javacchome="${javacc.home}"
              outputdirectory="${basedir}/build/gensrc/com/sun/grid/cull"
              target="${basedir}/Cull.jj"
              static="true"/>

Now, I have no idea what javacc.home is being set to, or what it should
be, or how to set it if I need to.  Any ideas?

- Orion


  </pre>
</blockquote>
Do you have javacc installed? I think you can try setting javacc.home
to /usr/share/java/ where javacc.jar is.<br>
</body>
</html>