0 Replies Latest reply on Aug 20, 2002 1:59 PM by jmvanel

    missing things in source distribution

    jmvanel

      After having dowloaded and untared jboss-all.tgz
      I had to type this in build/ :

      ln -s ../tools .
      chmod +x tools/bin/*

      before being able to do:
      ./build.sh

      as explained in JBoss.3.0QuickStart.Draft3.pdf
      Otherwise it DOESN'T WORK !

      I hope that the distribution will be corrected.

      Also I had to type :
      chmod +x testsuite/build.sh

      I think I had better use the CVS.
      Another problem is that
      ./build/output/jboss-3.1.0alpha/bin/shutdown.sh
      leaves hundred of java processes and network connections, as shown by ls and netstat.

      I use RedHat 7.0 and Java 1.4.0 .