Hi,

Please file an issue.
I think the main problem here is the usage of webjars.
bootstrap.(css|js) are loaded from webjars-bootstrap.jar that contains all
resources, including the fonts. But for some reason the resolving doesn't
work.
The same issue can been seen with the samples application when any
non-bootswatch theme is used.


On Thu, Sep 26, 2013 at 11:12 AM, Marcel Hoerr <marcel.ho...@gmx.de> wrote:

> hi,
>
> i replaced the my 0.8.x version with the new 0.9.0-SNAPSHOT and get the
> following error:
>
> WARN  - WicketObjects - Could not resolve class [fonts]
> java.lang.ClassNotFoundException: fonts
>
> Actually this font can not be loaded:
> fonts/glyphicons-halflings-regular.woff
>
> I found this thread on stackoverflow, which indicated that there is a
> problem with bootstraps customizer tool:
>
> http://stackoverflow.com/questions/18369036/bootstrap-3-glyphicons-not-working
>
> Does wicket-bootstrap use customized themes (and therefor not all/wrong
> fonts or icons have been attached to wicket-bootstrap)?
>
> best reagards
>
> marcel
>
> > Gesendet: Mittwoch, 25. September 2013 um 15:28 Uhr
> > Von: "Michael Haitz" <michael.ha...@1und1.de>
> > An: "<users@wicket.apache.org>" <users@wicket.apache.org>
> > Betreff: Re: Wicket-bootstrap Bootstrap 3 support
> >
> > Hi,
> >
> > i've deployed a 0.9.0-SNAPSHOT to sonatype this morning ;)
> >
> > <dependency>
> >   <groupId>de.agilecoders.wicket</groupId>
> >   <artifactId>wicket-bootstrap-core</artifactId>
> >   <version>0.9.0-SNAPSHOT</version>
> > </dependency>
> >
> > cheers,
> > Michael
> >
> > Am 25.09.2013 um 14:24 schrieb David Beer <david.m.b...@gmail.com>:
> >
> > > Hi All
> > >
> > > I am looking at using Bootstrap 3 for our next webapplication layout. I
> > > have used 2.3.2 with success and the Wicket-Bootstrap project. I just
> > > wondered what the status is of the support for BS3 before I start
> coding
> > > the initial layout. Or am I better sticking with BS2 for now and
> upgrading
> > > once Wicket-Bootstrap for BS3 is released.
> > >
> > > Thanks
> > >
> > > David
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to