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.

Reply via email to