If i am not wrong /src/main/webapp is context: and it should be
context:css/main.css

On Tue, Jun 12, 2012 at 10:03 PM, sommeralex <alexander.som...@gmail.com> wrote:
> i am also trying to implement my own style css, but whatever path i am
> writing in as parameter, fails.
>
> path of my CSS:
> /Users/alexandersommer/git/Airwriting/modules/server-application/src/main/webapp/css/main.css
>
> path
>  configuration.add(BreadCrumbsConstants.BREADCRUMBS_DEFAULT_STYLESHEET,
> "classpath:src/main/webapp/css/main.css");
>
> Problem accessing /. Reason:
>
>    Exception constructing service 'MarkupRenderer': Error invoking
> service contribution method
> org.oscy.tapestry.breadcrumbs.services.BreadCrumbsModule.contributeMarkupRenderer(OrderedConfiguration,
> Environment, Asset): Unable to locate asset
> 'classpath:src/main/webapp/css/main.css' (the file does not exist).
>
> Caused by:
>
> java.lang.RuntimeException: Exception constructing service
> 'MarkupRenderer': Error invoking service contribution method
> org.oscy.tapestry.breadcrumbs.services.BreadCrumbsModule.contributeMarkupRenderer(OrderedConfiguration,
> Environment, Asset): Unable to locate asset
> 'classpath:src/main/webapp/css/main.css' (the file does not exist
>
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713816.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to