Stefan Bodewig wrote:
> On Tue, 28 May 2002, Patrick Heck <[EMAIL PROTECTED]> wrote: > > > I just did a checkout, build, and build test of ANT_15_BRANCH, and > > the test run failed (pasted below). I am thinking that build.xml > > probably is failing to check for the existance of a regexp package > > before deciding to run the test. > > Looks just fine for me. hmm wonder what differs. > > > Have you compiled Ant yourself? Yes that is the point. I try to do the following every few days to make sure I am working under the latest greatest code. (up until now I have been taskdefing my task in to make this easy. I am now at the point of actually inserting it into the code base to make patches and such.) My 100% clean and happy update routine... 1 copy my jakarta-ant directory elsewhere for backup. 2 cvs checkout a fresh copy of the source. 3 build.sh 4. then to make sure the copy I just checked out isn't broken (much) I do build.sh test. 5. (report any failures) 6. (rename the failing test) 7. (build.sh clean) 8. goto step 3. > If not, Ant may find a regexp package > when running the tests that has not been present during compilation > (and thus it is missing the implementation classes). > > How are you running the tests? run-single-test will not try to ensure > all requirements for the test have been met. > > Stefan > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
