1 Reply Latest reply on Mar 18, 2004 9:14 AM by jae77

    repeatably building the 1.0 distro

    bokmann

      I have downloaded the 1.0 source, and a copy of JBoss 3.2.3. Now I want to build the 1.0 distribution, equivalent to the zip file I can just unzip and run. Once I can build that reliably I will feel comfortable ripping it apart.

      I'm familiar with JBoss, and (believe it or not) I'm familiar with buildmagic as well (we use it on my project at work).

      From the root of the source distro (with a JBoss_Home set), I perform a build/build.sh. Everything seems to build just fine...

      so I do what I blieve the next step should be: ./nukes/build.sh. It says the build is successful, but no ear file deploys. Instead, I seem to be having issues with ejbdoclet generating neede stuff. My exact output is below. IS there some aspect of the config I'm missing?

      -db



      generate-classes:
      [ejbdoclet] Mar 17, 2004 10:35:55 PM xdoclet.XDocletMain start
      [ejbdoclet] INFO: Running
      [ejbdoclet] Mar 17, 2004 10:35:56 PM xdoclet.XDocletMain start
      [ejbdoclet] INFO: Running
      [ejbdoclet] Mar 17, 2004 10:35:56 PM xdoclet.XDocletMain start
      [ejbdoclet] INFO: Running
      [ejbdoclet] Mar 17, 2004 10:35:56 PM xdoclet.XDocletMain start
      [ejbdoclet] INFO: Running
      [ejbdoclet] INFO: Some classes refer to other classes that were not found among the sources or on the classpath.
      [ejbdoclet] (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
      [ejbdoclet] The referring classes do not import any fully qualified classes matching these classes.
      [ejbdoclet] However, since no packages are imported, xjavadoc has assumed that the referred classes
      [ejbdoclet] belong to the same package as the referring class. The classes are:
      [ejbdoclet] /home/dbock/nukesstuff/nukes-1.0.0-src/nukes/src/main/org/jboss/nukes/core/ejb/FileEJB.java --> Command qualified to org.jboss.nukes.core.ejb.Command
      [ejbdoclet] /home/dbock/nukesstuff/nukes-1.0.0-src/nukes/src/main/org/jboss/nukes/core/ejb/FileEJB.java --> Action qualified to org.jboss.nukes.core.ejb.Action
      [ejbdoclet] /home/dbock/nukesstuff/nukes-1.0.0-src/nukes/src/main/org/jboss/nukes/core/ejb/FileEJB.java --> FileCommand qualified to org.jboss.nukes.core.ejb.FileCommand