1 Reply Latest reply on Jan 7, 2004 3:37 AM by juha

    compilation problem

    highland

      I am trying to install and launch the most simple apllication.
      i installed: Linux 2.4.21, jboss 3.2.3, ant 1.6.0, xdoclet 1.2
      i copied /xdoclet/lib to /ant/lib
      i set paths:
      JAVA_HOME=/opt/j2sdk
      CLASSPATH=/opt/j2sdk/lib
      ANT_HOME=/opt/ant

      in my build.xml i have (error is connected with this part i think):




      when i try to compile it (ant in /opt/jboss/server/default/deploy/myapp)
      i receive:
      Buildfile: build.xml

      init:

      BUILD FAILED
      /opt/jboss/server/default/deploy/myapp/build.xml:31: taskdef class xdoclet.modules.web.WebDocletTask cannot be found

      Why? What's problem ?
      Thanx for any help