0 Replies Latest reply on Dec 30, 2002 3:40 PM by auswalk

    jboss 3.2.0 beta 3 src wont build

    auswalk

      I downloaded the latest src of beta3 and when I run build.bat I get the following error:

      C:\dev\jboss-3.2.0beta3-src\build>build
      Calling ..\tools\bin\ant.bat
      Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/
      Main
      Press any key to continue . . .

      Apparently there is no ant.jar in the jboss source tree and if I use my own version of ant it complains it can't find "resource". I was able to successfully build beta2.

      The reason I need to build the source is b/c:

      <!-- JDK1.4 and JDBC v3 -->
      <entity-command name="get-generated-keys"
      class="org.jboss.ejb.plugins.cmp.jdbc.jdbc3.JDBCGetGeneratedKeysCreateCommand"/>

      </entity-commands>

      The source build doesn't have this class builtin 'JDBCGetGeneratedKeysCreateCommand'.

      Thanks for any help.