8 Replies Latest reply on Feb 23, 2003 12:39 PM by julien1

    cvs checkin

      I did checkin in cvs.

      It works with version jboss-3.2.0beta3 so far.
      Don't work with cvs Branch3.2 (but sure
      later), not tried with RC1 because of deploy
      bugs under windows.

      how-to step by step :

      first get a jboss-3.2.0beta3 somewhere on your disk space
      set env variable JBOSS_HOME pointing to it.

      get a copy of nukes with : cvs co nukes, let's call it NUKES

      install mysql connector on jboss by copying the connector rar in jboss deploy dir.
      copy $NUKES/thirdparty/mysql-mysql/lib/mysql-connector-java-3.0.0-beta-bin.jar $JBOSS_HOME/server/default/deploy

      install nukes datasource :
      copy $NUKES/nukes/src/resources/mysql/mysql-ds.xml $JBOSS_HOME/server/default/deploy

      create nukes tables by sourcing the file $NUKES/nukes/src/etc/mysql.ddl

      build nukes :
      cd $NUKES/build
      build.bat or build.sh

      deploy it
      cd $NUKES/nukes
      build deploy

      you can deploy journal module also :
      cd $NUKES/journal
      build deploy

      I hope it will be enough and I hope also that
      sf.net anonymous cvs works as well. If not
      we'll do some kinf of alpha release.

      Julien

        • 1. Re: cvs checkin
          rsaccon

          That comes from dependencies I haven't specified enough,
          that's fixed now.

          julien

          • 2. Re: cvs checkin

            I forgot to say that you have to deploy
            beanshell lib jar to make it work.

            cp $NUKES/thirdparty/.../beanshell.jar $JBOSS_HOME/server/default/deploy

            julien

            • 3. Re: cvs checkin
              rsaccon

              Hi

              Does JBoss Nukes run on 3.2RC2 ?? I tried and got some ugly NoClassDefFoundErrors when deploying JBoss Nukes from CVS.

              regards
              Roberto

              • 4. Re: cvs checkin

                what kind ? be more expicit please.
                I did not try 3.2RC2, I will soon.

                julien

                • 5. Re: cvs checkin

                  I see the error. XML DD for CMP are not valid
                  anymore since they don't stick to 3.0 dtd
                  but 3.2.

                  Fixing that will go in xdoclet and requiring
                  a 3.2 dtd generation. They generate 3.3 instances
                  with 3.0 dtd. So baaaad.

                  Anyway, try to use 3.2beta3 instead. I'll try to jump on
                  3.2RC2 soon.

                  julien

                  • 6. Re: cvs checkin

                    I added a switch to enable deployment on 3.2RC2
                    and it works fine.

                    When you build, add the following property
                    to the build command you're using : RC2=whatever

                    For instance : build deploy -DRC2=true

                    That will change jbosscmp-jdbc dtd from 3.0 to 3.2
                    and RC2 will be happy to see that.

                    julien

                    • 7. Re: cvs checkin

                      finally RC2 is only used now. So switch is no more required: nukes builds only on RC2.

                      I have added support in journal for paging. Since
                      RC2, jbossql contains paging fonctions that
                      are very usefull for CMS.

                      In fact doing CMS or forums without is a pain !!!

                      julien

                      • 8. Re: cvs checkin

                        That comes from dependencies I haven't specified enough,
                        that's fixed now.

                        julien