On Thu, 2006-09-21 at 05:33 -0700, ChuckDeal wrote: > I just went to a co-workers box who has NEVER visited the site and still the > same result. I suppose it is possible that somewhere in-between my box and > your server that someone is caching it, but is that the most likely cause > for my problem?
Yes, this is definitely the problem. The latest site.xml should be: <?xml version="1.0" encoding="UTF-8"?> <site> <description url="http://www.laughingpanda.org/svn/wicket-bench/trunk/wicket-bench-site/"> Eclipse plugin for Wicket. </description> <feature url="features/wicketbench_0.2.7.jar" id="wicketbench" version="0.2.7"> <category name="wicketbench"/> </feature> <feature url="features/wicketbench_0.2.9.jar" id="wicketbench" version="0.2.9"> <category name="wicketbench"/> </feature> <feature url="features/wicketbench_0.3.0.jar" id="wicketbench" version="0.3.0"> <category name="wicketbench"/> </feature> <feature url="features/wicketbench_0.4.0.jar" id="wicketbench" version="0.4.0"> <category name="wicketbench"/> </feature> <category-def name="wicketbench" label="Wicket Bench"/> </site> Joni ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
