On 12/15/06, Kent Tong <[EMAIL PROTECTED]> wrote:
Howard Lewis Ship <hlship <at> gmail.com> writes: > Also, you must make sure your package is listed in testng.xml. Thanks to all for helping. Finally the tip above fixed the problem! Interestingly, I can't find any documentation saying that src/test/conf/testng.xml is the default location. But anyway, I'm glad that it's working!
Specified by the inherited plugin configuration in tapestry-project/pom.xml On a related note, one of my TestNG test in tapestry-ioc is sometimes
run as JUnit test by surefire (and fails as a result). Usually this is when I am off-line. When I am online, it works again (run as TestNG test). It seems that it's because maven needs plexus-container-default which needs JUnit at runtime. When the TestNG snapshot is unavailable but JUnit is, surefire will use the latter. But this doesn't explain why this is not happening with the other TestNG tests in tapestry-ioc. Any idea?
Very strange. I'd like to see your changes to tapestry-ioc before you check them in, or check them into a branch. Thanks!
-- Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Howard M. Lewis Ship TWD Consulting, Inc. Independent J2EE / Open-Source Java Consultant Creator and PMC Chair, Apache Tapestry Creator, Apache HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com
