0 Replies Latest reply on Oct 14, 2003 9:05 AM by xzheng

    build netboot failed for jboss3.2.1

    xzheng

      I am trying to build netboot server by executing following command:

      $ sudo ant -buildfile build-netboot.xml

      and environment variable: JBOSS_HOME=/opt/jboss/jboss-3.2.1,

      but got the following error:

      Buildfile: build-netboot.xml

      netboot:
      [mkdir] Created dir: /opt/jboss/jboss-3.2.1/server/netboot
      [copy] Copying 18 files to /opt/jboss/jboss-3.2.1/server/netboot
      [unzip] Expanding: /opt/jboss/jboss-3.2.1/docs/examples/netboot/netboot.war
      into /opt/jboss/jboss-3.2.1/server/netboot/deploy/netboot.war
      [copy] Copying 13 files to /opt/jboss/jboss-3.2.1/server/netboot/deploy/netboot.war
      [copy] Copying 121 files to /opt/jboss/jboss-3.2.1/server/netboot/deploy/netboot.war/server/default
      [copy] Copied 2 empty directories to /opt/jboss/jboss-3.2.1/server/netboot/deploy/netboot.war/server/default

      zipdir:
      [move] Moving 10 files to /opt/jboss/jboss-3.2.1/server/netboot/deploy/netboot.war/server/default/deploy/http-invoker.sarx
      [zip] Building zip: /opt/jboss/jboss-3.2.1/server/netboot/deploy/netboot.war/server/default/deploy/http-invoker.sar
      [delete] Deleting directory /opt/jboss/jboss-3.2.1/server/netboot/deploy/netboot.war/server/default/deploy/http-invoker.sarx

      zipdir:

      BUILD FAILED
      file:/home/xinhuan/JBoss3.2Examples/src/main/org/jboss/chap1/build-netboot.xml:63: /opt/jboss/jboss-3.2.1/server/netboot/deploy/netboot.war/server/default/deploy/jbossmq-httpil.sar not found.

      Any sugguestions would be appreciate!