The output is not enough to understand what is really causing the build to fail. Some failure are normal and intentional. I can imagine that some time sensitive test could failed if your computer was too busy by other processes during build.
You can try a bin/webtest.sh clean full Marc. Michael Habbert wrote: > > Hi out there;-) > > I started the morning with a webtest - svn update and bin/webtest.sh full! > But suddenlly I got failed: > > ------------------- > stopSelftestServer: > > init: > > start: > > fetchDependencies: > [artifact:dependencies] Downloading: > groovy/groovy-all/1.0/groovy-all-1.0.pom > [artifact:dependencies] [WARNING] Unable to get resource from repository > webtest_dependencies_snapshot > (file:///usr/local/projekte/common/svn_webtest/m2/repository/) > [artifact:dependencies] Downloading: > groovy/groovy-all/1.0/groovy-all-1.0.pom > [artifact:dependencies] [WARNING] Unable to get resource from repository > central (http://repo1.maven.org/maven2) > [artifact:dependencies] Downloading: > groovy/groovy-all/1.0/groovy-all-1.0.pom > [artifact:dependencies] [WARNING] Unable to get resource from repository > central (http://repo1.maven.org/maven2) > Trying to override old definition of task groovy > > assembleRuntime: > [mkdir] Created dir: > /usr/local/projekte/common/svn_webtest/build/runtime/lib > [copy] Copying 38 files to > /usr/local/projekte/common/svn_webtest/build/runtime/lib > [move] Moving 1 file to > /usr/local/projekte/common/svn_webtest/build/runtime/lib > [copy] Copying 5 files to > /usr/local/projekte/common/svn_webtest/build/runtime/lib > > -launchWebTest: > [copy] Copying 1 file to > /usr/local/projekte/common/svn_webtest/build/runtime/lib > [java] Buildfile: build.xml > [java] Java Result: 1 > > init: > > stop: > [copy] Copying 1 file to > /usr/local/projekte/common/svn_webtest/build/log > > BUILD FAILED > /usr/local/projekte/common/svn_webtest/build.xml:567: The following > error occurred while executing this line: > /usr/local/projekte/common/svn_webtest/build.xml:673: The following > error occurred while executing this line: > /usr/local/projekte/common/svn_webtest/build.xml:726: The selftests > failed (look at build/log/selftestReport.xml)! > > ------------------------ > the selftestReport.xml says (many Entries like this): > > [EMAIL PROTECTED] svn_webtest> grep -C 5 failed build/log/selftestReport.xml > <parameter name="description" value="a page causing > an error 500"/> > <parameter name="resultFilename" > value="response_1169454074567_invoke.html"/> > <parameter name="taskName" value="invoke"/> > <parameter name="url" value="error500.jsp"/> > <result> > <failed duration="249"/> > </result> > </step> > </step> > </results> > </testresult> > -- > <parameter name="resultFilename" > value="response_1169454074725_invoke.html"/> > <parameter name="taskName" value="invoke"/> > <parameter name="url" value="passwordDummy.html"/> > <parameter name="username" value="dummyUser"/> > <result> > <failed duration="49"/> > </result> > </step> > </step> > <step> > <parameter name="description" value="get entry page"/> > -- > <step> > <parameter name="description" value="unknown text"/> > <parameter name="taskName" value="verifyText"/> > <parameter name="text" value="this text is not on > the page"/> > <result> > <failed duration="2"/> > </result> > </step> > </step> > <step> > <parameter name="description" value="expected to fail > for text is case sensitive"/> > ------------------- > > So what can I do to run our test with the brand new webtests... > > thanks for help > > Michael Habbert > > > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest > > -- View this message in context: http://www.nabble.com/local-build-failed--%29--tf3052417.html#a8520409 Sent from the WebTest mailing list archive at Nabble.com. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

