Bugs item #1307190, was opened at 2005-09-28 20:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1307190&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Eelco Hillenius (eelco12) Assigned to: Nobody/Anonymous (nobody) Summary: problem with instructions QuickStart Initial Comment: Hi, the instructions given on http://wicket.sourceforge.net/QuickStartSource.html will not get the examples running on Eclipse 3.1. After about 1 hour debugging I found out that the ClassLoaderResourceStreamLocator will not locate the 'wicket/examples/helloworld/HelloWorld.html' ressource. The reason is the classpath setting in the eclipse enviroment. If you create the project automatically like you suggested eclipse configures the classpath in a way that the resource mentioned will not be found. In order to get the examples running from source you manually need to include the path "src/java" using the "Advanced" button in the Classpath tab of the Run Configuration... What the debugging made a bit difficult was the message "Enable debug messages for wicket.util.resource.Resource to get a list of all filenames tried." in the exception thrown at MarkupCache line 114. After a bit tracing the resolving in the debugger i learned that you will get the filenames with log4j.logger.wicket.util.resource=DEBUG ( the trailing "Resource" need to be omitted ) Maybe you can publish a hint on the QuickStartSource page in order to help users like me which just wanted to run the hello world without an appserver installed. Cheers Joachim Rudolph ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1307190&group_id=119783 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
