I took a look in the jar file, and it seemed ok. It really is a strange problem.
Martijn On 12/1/05, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > Compare what's in the jar with what's in your actual class path in > Eclipse. The maven project files look ok to me though. I'll give it a > look later today. > > Eelco > > > On 12/1/05, Marco van de Haar <[EMAIL PROTECTED]> wrote: > > Well we tried maven clean dist and maven clean jar:install. Even > > manually deleting the jar from the repository first, and just linking to > > an external jar instead of the reposistory.... We even tried building on > > another machine to prevent obscure caching errors..... We tried running > > the examples project from eclipse, and deploying the war in a Jetty > > instance..... it all makes no difference > > > > make the examples project depend on a contrib-dojo project in eclipse, > > and everyghing works fine, > > make it depend on the jar (generated with a maven clean dist or maven > > clean jar:install of that same contrib.dojo project) and we get the > > error....... > > > > We have no clue why, but it renders our component useless except if you > > want to run everything from eclipse........ > > > > Marco & Ruud > > > > Eelco Hillenius wrote: > > > > >Maybe it's in a cache somewhere locally, or you build it without > > >issues maven clean first (which you should always do in order to have > > >a clean build). > > > > > >To fix it: test with a SNAPSHOT first. If that works and you don't > > >want to make a new release (/and/ you didn't upload the version > > >anywhere yet, because otherwise you should make a new version), delete > > >the jar from your local maven repo, issue maven clean jar:install on > > >the project and go for it. > > > > > >Eelco > > > > > > > > > > > > > > >>(This is our FXFeedbackIndicator, it contains the image) > > >> > > >>This does not happen when I make the examples project depend on the > > >>wicket-contrib-dojo project instead of the jar (although the jar is > > >>built from that project.). Then the page displays correctly. What are we > > >>doing wrong? > > >> > > >> > > >> > > > > > > > > >------------------------------------------------------- > > >This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > >files > > >for problems? Stop! Download the new AJAX search engine that makes > > >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > >http://ads.osdn.com/?ad_idv37&alloc_id865&op=click > > >_______________________________________________ > > >Wicket-user mailing list > > >[email protected] > > >https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > > for problems? Stop! Download the new AJAX search engine that makes > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_idv37&alloc_id865&opclick > _______________________________________________ > 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 is out: http://wicket.sourceforge.net/wicket-1.1 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
