Andy Spitzer wrote: > Woof! > > On a clean install, r13206 "make precommit" (and ant precommit, btw) is > failing: > > test-ui: > [junit] Running org.sipfoundry.sipxconfig.components.BorderTestUi > [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 16.103 sec > [junit] TEST org.sipfoundry.sipxconfig.components.BorderTestUi FAILED > [junit] Running org.sipfoundry.sipxconfig.components.SkinServletTestUi > [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.036 sec > [junit] TEST org.sipfoundry.sipxconfig.components.SkinServletTestUi FAILED > ... > [junit] Unable to process client request: Page 'TestPage' not found in > application namespace. > > > Is there some library I'm missing, perhaps? > > --Woof!
You need to compile debug version to run 'precommit' target. Pass JAVAC_DEBUG=on to configure script. D. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
