4 Replies Latest reply on Jun 16, 2008 6:47 AM by dlofthouse

    Mavenization

    ropalka

      Hi Folks,

      I added Mavenization section to our Wiki:

      http://jbws.dyndns.org/mediawiki/index.php?title=Development

      Feel free to contribute there when you see some missing bits there.

        • 1. Re: Mavenization
          dlofthouse

          I have managed to build trunk of JBossWS and use the ant script to use Maven to deploy to the different JBossAS versions but I am not sure what the process is to run the full testsuite - is this covered anywhere?

          • 2. Re: Mavenization
            ropalka

             

            "darran.lofthouse@jboss.com" wrote:
            What the process is to run the full testsuite - is this covered anywhere?

            Hi Darran,

            The how to use maven process is well documented in our hudson jobs. Take a look to particular job in framework/trunk/hudson/hudson-home/jobs directory to see how to run particular test suite ;)

            • 3. Re: Mavenization
              asoldano

              You can run something like:

              mvn -Pjboss422,testsuite test


              To quickly run a single test instead, run the following from the testsuite module folder
              mvn -Pjboss422 -Dnoprepare -Dtest=AddressingReplyToTestCase test


              We'll update the wiki with this stuff soon any way.

              • 4. Re: Mavenization
                dlofthouse

                Thanks this information helps a lot, just a correction here to run the single test: -

                mvn -Pjboss422,testsuite -Dnoprepare -Dtest=AddressingReplyToTestCase test