2 Replies Latest reply on Jan 10, 2005 3:02 AM by belaban

    Build Question

    jplenhart

      Hi,

      I am attempting to build jboss cache.

      I checked out the "jboss-cache" from cvs and when I run the ant script (dist) I get the following:

      java.io.FileNotFoundException:/tools/etc/buildmagic/buildmagic.ent (No such file or directory)

      I also tried the build.sh file by typing . ./build.sh to no avail. I am wondering if I have to download the entire jboss head in order to build jboss-cache?

      Or can I build it separately?

      Thanks.

        • 1. Re: Build Question
          jplenhart

          Hi,

          I went on ahead and downloaded the JBoss head and ran all the builds without a hitch.

          Thanks.

          • 2. Re: Build Question
            belaban

            Yes, you always need the entire JBoss (this will change in the future).

            The do a full build:
            cd build
            build.sh

            After that you can build JBossCache separately (e.g. if you make modifications):
            cd cache
            ./build.sh
            ./build.sh dist // creates a ZIP file for distro in output