6 Replies Latest reply on Nov 8, 2004 7:48 PM by starksm64

    build all fails in 4.0

    lokki

      I am unable to run the build.sh script with the all option. Various directories seem to be missing. Creating them by hand gets me up to the jaxrpc module, which states that no source files and no packages have been specified.

      Is there a way to get the full build to run under 4.0?

        • 1. Creating a Theme
          lokki

          I know this has been asked many times before, but I just recently brought up an RC3 on jboss, and I'm trying to customize it into a website.

          Now I'm pretty new to JBoss and it's innerworkings so any help and examples would be apperciated.

          I'll let you know if you are over my head..

          Thanks in advance for all your help.

          • 2. Re: build all fails in 4.0

            Don't give a target, just use the default:

            cd build
            ./build.sh
            


            • 3. Re: build all fails in 4.0
              starksm64

              Building the all target works fine for me.

              [starksm@lamia JBoss4.0]$cvs co -r Branch_4_0 jboss-4.0
              [starksm@lamia jboss-4.0]$ cd build/
              [starksm@lamia build]$ ./build.sh all
              ...
              
              all:
              
              BUILD SUCCESSFUL
              Total time: 8 minutes 16 seconds
              



              • 4. Re: build all fails in 4.0

                I get an error building from the jboss-4.0.0-src.tar.gz distribution using all:

                cd build
                ./build.sh all
                ...
                _module-common-all:
                 [mkdir] Created dir: /home/rcampbell/src/jboss-4.0.0-src/build/output/jboss-4.0.0/docs/api/common
                 [copy] Copying 671 files to /home/rcampbell/src/jboss-4.0.0-src/build/output/jboss-4.0.0/docs/api/common
                 [mkdir] Created dir: /home/rcampbell/src/jboss-4.0.0-src/build/output/jboss-4.0.0/docs/todo/common
                
                BUILD FAILED
                /home/rcampbell/src/jboss-4.0.0-src/build/build.xml:501: /home/rcampbell/src/jboss-4.0.0-src/common/output/todo not found.
                


                • 5. Re: build all fails in 4.0
                  starksm64

                  That was fixed for the 4.0.1RC1 release.

                  • 6. Re: build all fails in 4.0
                    starksm64

                    The most target is used to build releases.