Hans-Peter Maurer wrote:

directory generator: "not a directory" (but there is one:f:/downloaddat)
----------------------------------------------------------------------

hi,

i got a problem with the directoy - generator

pipeline:

<map:match pattern="verzeichnis">
    <map:act type="request">
    <map:parameter name="parameters" value="true"/>
----->  <map:generate src="file://f:/downloaddat" type="directory"/>
        <map:serialize type="xml" />
         </map:act>
</map:match>

message:

Original exception : java.lang.RuntimeException:
org.apache.cocoon.ResourceNotFoundException:
            file://f:/downloaddat is not a directory!!!!!!!!!!!

But there is a directory called downloaddat on f: (windows98-system)

can anyone give me a hint, please?


Try <map:generate src="file:/f:/downloaddat" type="directory"/> (with only 1 slash after file:).
That works for me on Windows XP.


thxs in advance

Peter




--


Litrik De Roy
www.litrik.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to