2 Replies Latest reply on May 12, 2002 9:45 AM by tsetsong

    Problem building the example - Interest

    tsetsong

      Hi,

      I'm trying to learn how to build and deploy a simple EJB application by trying the examples\org\jboss\docs\interest.

      I have installed ant1.3. However, when I typed

      'ant intro-interest-jar' in the examples\build directory,
      I get this message :
      ----------------------------------------------------------
      D:\users\ttteo\Java Work\Sources\examples\build>ant intro-interest-jar
      Buildfile: build.xml

      validate-servlet:

      BUILD FAILED

      D:\users\ttteo\Java Work\Sources\examples\build\build.xml:36: Could not create task of type: path. C
      ommon solutions are to use taskdef to declare your task, or, if this is an optional task, to put the
      optional.jar in the lib directory of your ant installation (ANT_HOME).

      Total time: 0 seconds
      ----------------------------------------------------------
      Does anyone know what I could have done wrong ?
      I'm using Windows2000 on a AMD 800Mhz processor.
      my environment settings are :

      ANT_HOME=D:\jakarta-ant-1.3
      J2EE_HOME=D:\j2sdkee1.3.1
      JAVA_HOME=D:\j2sdk1.4.0
      JBOSS_DIST=D:\JBoss-2.4.4


      thank you for your help.