5 Replies Latest reply on Oct 18, 2004 3:28 AM by diripu

    JBoss API Documents

    diripu

      Could anyone help me to get JBoss API Documents?

      Thanks.
      Dilip

        • 1. Re: JBoss API Documents
          dimitris

          Sure, check out the source code from sourceforge :)

          With a few subsystems you may find some material on the JBoss wiki or the free docs.

          Regards
          /Dimitris

          • 2. Re: JBoss API Documents
            diripu

            Hi Dimitris,
            I could get source from sourceforge....
            And also some documents from JBoss wiki ...
            But could not get any API documents. ( i.e the class and package description)
            I want the Package API documents... JMX,EJB etc...
            Could u suggest any .

            Or i need to download source and creat API documents
            using JAVADOC ??

            Thanks.

            • 3. Re: JBoss API Documents
              genman


              You'll have to generate the docs.

              $ build/build.sh docs

              should produce them.

              • 4. Re: JBoss API Documents
                diripu

                Thanks a lot :)

                • 5. Re: JBoss API Documents
                  diripu

                  Hi ,

                  While generated docs like the below am getting errors...


                  D:\Src_JBoss325\jboss-3.2.5-src\build>build docs
                  Calling ..\tools\bin\ant.bat docs
                  Buildfile: build.xml

                  _buildmagic:init:
                  Trying to override old definition of task property

                  _buildmagic:init:local-properties:
                  [copy] Copying 1 file to D:\Src_JBoss325\jboss-3.2.5-src\build

                  _buildmagic:init:buildlog:

                  configure:
                  [echo] groups: default
                  [echo] modules: common,jmx,system,j2ee,naming,remoting,jmx-remoting,transac
                  tion,server,security,messaging,connector,cluster,varia,jboss.net,iiop,management
                  ,cache,tomcat,console,compatible

                  xdoclet-task-classpath-check:

                  init:

                  docs-javadocs:

                  _buildmagic:init:

                  init:

                  docs-javadocs-check:

                  docs-javadocs_1_4:
                  [mkdir] Created dir: D:\Src_JBoss325\jboss-3.2.5-src\build${build.api}
                  [mkdir] Created dir: D:\Src_JBoss325\jboss-3.2.5-src\build\output\gen-src

                  BUILD FAILED
                  D:\Src_JBoss325\jboss-3.2.5-src\tools\etc\buildmagic\buildmagic.ent:662: D:\Src_
                  JBoss325\jboss-3.2.5-src\build${source.java} not found.

                  Total time: 8 seconds

                  D:\Src_JBoss325\jboss-3.2.5-src\build>