4 Replies Latest reply on Sep 8, 2003 5:06 AM by bernd.koecke

    Paydocs useful for 3.2.2?

    bernd.koecke

      Is the current version of the paydocs useful for running JBoss 3.2.2? I saw only postings about 3.2.1.

      I'm asking because a had a half year subscription some time ago and got docs for 3.0.x, but needed them for 3.1.x and 3.2.x. The docu wasn't completely useless, espacially for a beginner, but now I don't want to pay again for a somewhat "outdated" version ;).

      Thanks,

      Bernd

        • 1. Re: Paydocs useful for 3.2.2?
          helbig

          They are useful. Find some notes I took while studying chapter 1,
          of the 3.2.1 version of the book and working with the current
          version of JBoss-3.2

          • 2. Re: Paydocs useful for 3.2.2?
            bernd.koecke

            Thanks for the text. The differences seams to be no problem, so I will give it a try.

            • 3. Re: Paydocs useful for 3.2.2?
              helbig

              Don't use
              cvs update -Pd
              but
              cvs update -Pd -rBranch_3_2
              if you want to update your jboss-3.2 directory.

              I tried without -rBranch_3_2 and ended up with a mixture
              of the head revision and the 3.2 branch. Seems that you
              can't always trust the sticky tag feature.

              • 4. Re: Paydocs useful for 3.2.2?
                bernd.koecke

                Thanks, I use the jboss cvs repository for some time. When the structure of your checkout directories changes you mostly need to checkout the whole jboss-3.2 module again. Because you won't get the new dir only by updating your local checkout. This only works without modules or in a subdirectory of a checked out module. I don't had problems at other times, but it was a few months ago, I did it the last time.