We are trying to use tapestry testify to test tapestry pages in our project. Because it seems that testify 1.0.3 doesnt work with tapestry 5.3, we downloaded 1.0.4 snapshot version.
Unfortunately, testify has problems with locating components and pages files (both .java and .tml). We tried various project layouts, including standard maven layout and the one from http://tapestry.formos.com/nightly/tapestry-testify/project-layout.html. Components are found only with additional line in DemoModule: public static void contributeComponentClassResolver(Configuration<LibraryMapping> configuration) { configuration.add(new LibraryMapping("demo", DemoModule.class.getPackage().getName())); configuration.add(new LibraryMapping("prefix", "pa.cka.ge")); } } and using prefix in every test page. But components contain links to other pages that cannot be found. How do make main sources and resources visible for tests? Has anyone succesfully combined tapestry 5.3 and testify 1.0.4 (or older version)? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-Testify-1-0-4-and-locating-components-pages-tp5051591p5051591.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org