Grzegorz Kossakowski schrieb:
> No problem. Have you finished your migration successfully at the end?
>
Unfortunately not yet. Before the migration I used something like
<map:match pattern="resources/*/**">
<map:read
src="resource://org/apache/cocoon/{1}/resources/{2}" />
</map:match>
to get the resources from forms block. I stripped it of during
migration. Now I'm getting warnings of the following type:
2007-05-03 14:05:50.955::WARN: /cocoon-ajax-impl/resources/dojo/dojo.js:
org.apache.cocoon.ResourceNotFoundException: No pipeline matched
request: resources/dojo/dojo.js
2007-05-03 14:05:51.053::WARN: Nested in
javax.servlet.ServletException: No pipeline matched request:
resources/forms/js/forms-lib.js:
org.apache.cocoon.ResourceNotFoundException: No pipeline matched
request: resources/forms/js/forms-lib.js
2007-05-03 14:05:51.144::WARN: Nested in
javax.servlet.ServletException: No pipeline matched request:
resources/forms/css/forms.css:
org.apache.cocoon.ResourceNotFoundException: No pipeline matched
request: resources/forms/css/forms.css
2007-05-03 14:05:51.203::WARN: Nested in
javax.servlet.ServletException: No pipeline matched request:
resources/forms/mattkruse-lib/AnchorPosition.js:
org.apache.cocoon.ResourceNotFoundException: No pipeline matched
request: resources/forms/mattkruse-lib/AnchorPosition.js
Do I need to add something simular again or should this be handled by
the forms/ajax block?
Felix
> Also, helping Reinhard with maven plugin is good idea ;-)
>
>