5 Replies Latest reply on Apr 25, 2007 5:51 PM by jhalliday

    Binary distribution?

    jcastellani

      All, is it true that there is no binary distribution for JBoss Transactions available for download at this time? We haven't been able to find one, and when we pulled 4.2.3 from SVN, the build died.

      Thanks,
      -jc

        • 1. Re: Binary distribution?
          jhalliday

          There are binaries for 4.2.3.GA. I know this because I built them. (Twice, having got it wrong the first time. oops.) It looks like they went missing in the recent site upgrade. I'll send out a search party. What build failure do you get?

          • 2. Re: Binary distribution?
            jhalliday
            • 3. Re: Binary distribution?
              jcastellani

              I didn't do anything special other than pulll down the 4.2.3GA tag from SVN and ran the core target in the build.xml in the root of the tree. It died on running some tests. Looks like this:

              [java] BUILD FAILED
              [java] C:\SVN\build.xml:157: The following error occurred while executing this line:
              [java] C:\SVN\common\build.xml:231: Test com.hp.mwtests.commonlogging.testlevels.TestLevels failed
              [java]
              [java] Total time: 13 seconds

              BUILD FAILED
              C:\SVN\build.xml:79: The following error occurred while executing this line:
              C:\SVN\build.xml:46: Java returned: 1

              • 4. Re: Binary distribution?
                jcastellani

                And thanks for the pointer!

                • 5. Re: Binary distribution?
                  jhalliday

                   

                  "jcastellani" wrote:
                  I didn't do anything special other than pulll down the 4.2.3GA tag from SVN and ran the core target in the build.xml in the root of the tree. It died on running some tests. Looks like this:

                  [java] BUILD FAILED
                  [java] C:\SVN\build.xml:157: The following error occurred while executing this line:
                  [java] C:\SVN\common\build.xml:231: Test com.hp.mwtests.commonlogging.testlevels.TestLevels failed
                  [java]
                  [java] Total time: 13 seconds

                  BUILD FAILED
                  C:\SVN\build.xml:79: The following error occurred while executing this line:
                  C:\SVN\build.xml:46: Java returned: 1


                  Hmm. We don't generally build core directly. It usually gets done as a side effect of the jta target. However, it should work fine. If the TEST-com.hp.mwtests.commonlogging.testlevels.TestLevels.txt log output file exists in your build tree it may contain some clues. My guess would be your locale is set to something other than en, which will cause failures due to missing resource bundles.