You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Glyn Normington <gl...@uk.ibm.com> on 2002/09/18 13:30:55 UTC

Why are unit tests omitted from the build?

Please forgive me if I missed a note on this subject, but ant clean all
does not now run all the unit tests.

I was alerted to this by ant clean all giving a BUILD SUCCESSFUL this
morning (for which I am very grateful!) in only 6 and a half minutes. The
saaj tests were not run in this (and take over 10 minutes when run
separately).

Can anyone tell me what's going on?

Glyn


Re: Why are unit tests omitted from the build?

Posted by Matt Seibert <ms...@us.ibm.com>.



Glyn,

If you are execing "ant clean all", there was (is) an issue with the
dependancies.

In the old build system, functional-tests also ran junit.  I have split
these out now to be two separate identities.  If you "ant junit" it will
build and run just the junit tests.  If you "ant functional-tests" if will
build and run just the functional-tests

I forgot to go back and hook all-tests and all up to this new logic.  I
will get this in this morning...

Matt Seibert                                           mseibert@us.ibm.com
IBM        External:    (512) 838-3656      Internal:   678-3656


                                                                                                                              
                      "Glyn Normington"                                                                                       
                      <glyn_normington@        To:       axis-dev@xml.apache.org                                              
                      uk.ibm.com>              cc:                                                                            
                                               Subject:  Why are unit tests omitted from the build?                           
                      09/18/2002 06:30                                                                                        
                      Please respond to                                                                                       
                      axis-dev                                                                                                
                                                                                                                              



Please forgive me if I missed a note on this subject, but ant clean all
does not now run all the unit tests.

I was alerted to this by ant clean all giving a BUILD SUCCESSFUL this
morning (for which I am very grateful!) in only 6 and a half minutes. The
saaj tests were not run in this (and take over 10 minutes when run
separately).

Can anyone tell me what's going on?

Glyn