I'm trying to build jruby-trunk on my newly-created OpenSolaris box,
but when I run ant, I get the error:

BUILD FAILED
/export/home/tsuraan/jruby/build.xml:392: The following error
occurredwhile executing this line:
/export/home/tsuraan/jruby/build.xml:148: Could not create task or
type of type: apt.

I think the lines causing the problem are in the
  <target name="compile-jruby" depends="compile-tasks, compile-annotati
on-binder, check-for-optional-packages">
    <!-- Generate binding logic ahead of time -->
    <apt factory="org.jruby.anno.AnnotationBinder" destdir="${jruby.cla
sses.dir}" debug="true" source="${javac.version}" target="${javac.versi
on}" deprecation="true" encoding="UTF-8">
      <classpath refid="build.classpath"/>
      <classpath path="${jruby.classes.dir}"/>
      <src path="${src.dir}"/>  <target name="compile-jruby"
depends="compile-tasks, compile-annotati
on-binder, check-for-optional-packages">
      <patternset refid="java.src.pattern"/>
      <compilerarg line="-XDignore.symbol.file=true"/>
    </apt>
  </target>

stanza, since that contains the only mention of "apt."  ant -version gives:
Apache Ant version 1.6.5 compiled on September 3 2008

java -version gives:
java version "1.6.0_06"
Java(TM) Platform, Standard Edition for Business (build 1.6.0_06-b02)
Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)

Can anybody give me a hint on what I need to do to fix my system?

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to