I "CVS update"d again and the test didn't fail this time. Thanks!
- Jon >>> [EMAIL PROTECTED] 2006-03-02 2:56:46 PM >>> maven 1 tries to execute an abstract class causing the error. This behavior is not present in maven 2 (download it! it is much faster than maven 1). Eclipse also doesn't show this awkward behavior. You can also download an updated project.xml from sourceforge web cvs, or add: <excludes> <exclude>**/Abstract*Test.java</exclude> </excludes> to the unittest section of the project.xml And maven -Dmaven.test.skip=true jar also works Martijn On 3/2/06, Johan Compagner <[EMAIL PROTECTED]> wrote: > I don't have any test failing on me currently. > > johan > > > > On 3/2/06, Jonathan Carlson <[EMAIL PROTECTED] > wrote: > > Thanks Juergen. I did a CVS update and ran "maven jar", however one of > > the tests failed: > > > > [junit] Running > > > wicket.markup.html.navigation.paging.AbstractPagingNavigationTest > > [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.343 > > sec > > [junit] [ERROR] TEST > > > wicket.markup.html.navigation.paging.AbstractPagingNavigationTest > > FAILED > > > > I forget how to create the jar without running the tests so if anyone > > could remind me, I'd appreciate it. > > > > Thanks! > > > > - Jonathan > > > > > > > > >>> [EMAIL PROTECTED] 2006-03-02 12:13:44 PM >>> > > The code always covered this topic but this code underwent some > > changes in almost all releases. I'm not sure it worked flawless in all > > releases. It should in CVS head (and hopefully we have an unit test > > for it as well). You would do me a great favour you were to test it > > with CVS head. > > > > Juergen > > > > On 3/2/06, Jonathan Carlson < [EMAIL PROTECTED]> wrote: > > > Until this week I haven't had any images to lookup in my Wicket 1.1 > > > Panels. Now that I've added some images, it appears that the image > > > resource lookup code is not looking in my superclass package for > > > images. > > > > > > If this really is the case, that is a problem because I have > > reusable > > > panels that are abstract and intended to be subclassed (either > > anonymous > > > or named subclasses) in other packages to supply the necessary > > > information. I want my images to be in the abstract superclass > > package, > > > not in the using class package. > > > > > > Does this ring any bells for anyone? > > > > > > Thanks! > > > > > > - Jonathan > > > > > > P.S. I tried Wicket 1.1.1 to see if that would fix it but it didn't. > > > > > > P.P.S. Wicket is beautiful! > > > > > > > > > ______________________________________________________________________ > > > This email and any files transmitted with it are confidential and > > > intended solely for the use of the individual or entity to whom they > > > are addressed. If you have received this email in error please > > notify > > > the system manager. > > > > > > Katun Corporation -- www.katun.com > > > > > > _____________________________________________________________________ > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > > language > > > that extends applications into web and mobile media. Attend the live > > webcast > > > and join the prime developer group breaking into this new coding > > territory! > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > > > > > _______________________________________________ > > > Wicket-user mailing list > > > [email protected] > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > > language > > that extends applications into web and mobile media. Attend the live > > webcast > > and join the prime developer group breaking into this new coding > > territory! > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > ______________________________________________________________________ > > This email has been scanned by the MessageLabs Email Security System. > > For more information please visit > http://www.messagelabs.com/email > > > ______________________________________________________________________ > > > > > ______________________________________________________________________ > > This email and any files transmitted with it are confidential and > > intended solely for the use of the individual or entity to whom they > > are addressed. If you have received this email in error please notify > > the system manager. > > > > Katun Corporation -- www.katun.com > > > _____________________________________________________________________ > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > > that extends applications into web and mobile media. Attend the live > webcast > > and join the prime developer group breaking into this new coding > territory! > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > -- Living a wicket life... Martijn Dashorst - http://www.jroller.com/page/dashorst Wicket 1.1.1 is out: http://wicket.sourceforge.net/wicket-1.1 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ ______________________________________________________________________ This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. Katun Corporation -- www.katun.com _____________________________________________________________________ ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
