[ 
https://issues.apache.org/jira/browse/FOR-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642909#action_12642909
 ] 

Cyriaque Dupoirieux commented on FOR-1108:
------------------------------------------

Test with txt output plugin...

If I access (forrest run) to the index.txt I get :
Internal Server Error
   Message: null
   Description: No details available.
   Sender: org.apache.cocoon.servlet.CocoonServlet
   Source: Cocoon Servlet
   Request URI
      index.txt
   cause
       
D:\duc\forrest\main\webapp\D:\duc\forrest\plugins\org.apache.forrest.plugin.output.Text\build\tmp\D:\duc\forrest\build\plugins\org.apache.forrest.plugin.output.Text
 (Syntaxe du nom de fichier, de répertoire ou de volume incorrecte)
    request-uri
      /index.txt
and if I comment the xsl parameter in the output.xmap :
      <map:match type="regexp" pattern="^(.*?)([^/]*).txt$">
        <map:aggregate element="site">
          <map:part src="cocoon://skinconf.xml"/>
          <map:part src="cocoon://{1}{2}.xml"/>
        </map:aggregate>
        <map:transform type="xinclude"/>
        <map:transform type="linkrewriter" src="cocoon://{1}linkmap-{2}.txt"/>
        <map:transform src="{lm:transform.html.broken-links}"/>
        <map:transform src="{lm:text.transform.document.text}"/>
          <!-- map:parameter name="document-width" 
value="{properties:text.page.width}"/>
        </map:transform -->
        <map:serialize type="text"/>
      </map:match>
Then it generates something...


> Dispatcher, Cocoon 2.1 and Windows
> ----------------------------------
>
>                 Key: FOR-1108
>                 URL: https://issues.apache.org/jira/browse/FOR-1108
>             Project: Forrest
>          Issue Type: Bug
>          Components: Core operations, Plugin: internal.dispatcher
>    Affects Versions: 0.9-dev
>            Reporter: Ross Gardler
>            Priority: Blocker
>             Fix For: 0.9-dev
>
>         Attachments: core.log, test.log, test_dispatcher_site.zip, 
> testRunWithDebug.log
>
>
> Since the update to Cocoon 2.1 Forrest and Dispatcher have broken on windows.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.