0 Replies Latest reply on Apr 9, 2004 3:23 AM by pengpzy

    How to build the manual and javadocs?

    pengpzy

      Hello:

      I want to build the manual and javadocs.
      I have check out the 'jboss-docs' and 'manual' from vcs,
      when I run the build.bat in \jboss-docs\build,
      I get an erroe:
      java.lang.NoClassDefFoundError: org/apache/log4j/Category

      then I copy log4j.jar from jboss3.2.3 to jboss-docs\tools\lib
      and run build.bat again, and get this message:

      Calling ..\tools\bin\ant.bat
      Buildfile: build.xml
      Trying to override old definition of task property

      _buildmagic:init:

      _buildmagic:init:local-properties:

      _buildmagic:init:buildlog:

      configure:
      [echo] groups: default
      [echo] modules: manual

      init:

      _buildmagic:modules:most:
      [execmodules] Missing build file; skipping module: manual

      modules-most:

      install-dependencies:

      install:

      most:

      main:

      BUILD SUCCESSFUL
      Total time: 1 second


      If I run build.bat that in \manual, nothing happend.

      what I will check out from vcs and how to build it?

      Thanks!

      peng