You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Gonzalo Aune (JIRA)" <ji...@apache.org> on 2008/05/30 16:08:45 UTC

[jira] Created: (SHINDIG-319) Load features files breaks on Windows

Load features files breaks on Windows
-------------------------------------

                 Key: SHINDIG-319
                 URL: https://issues.apache.org/jira/browse/SHINDIG-319
             Project: Shindig
          Issue Type: Bug
          Components: Gadget Rendering Server (PHP)
         Environment: Windows
            Reporter: Gonzalo Aune
            Priority: Blocker


When the loadFiles function of JsFeatureLoader.php loads the features files, it cannot read the directory.

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


[jira] Resolved: (SHINDIG-319) Load features files breaks on Windows

Posted by "Chris Chabot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Chabot resolved SHINDIG-319.
----------------------------------

    Resolution: Fixed
      Assignee: Chris Chabot

Great work & great catch Gonzalo!

> Load features files breaks on Windows
> -------------------------------------
>
>                 Key: SHINDIG-319
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-319
>             Project: Shindig
>          Issue Type: Bug
>          Components: Gadget Rendering Server (PHP)
>         Environment: Windows
>            Reporter: Gonzalo Aune
>            Assignee: Chris Chabot
>            Priority: Blocker
>         Attachments: JsFeatureLoader.patch
>
>
> When the loadFiles function of JsFeatureLoader.php loads the features files, it cannot read the directory.

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


[jira] Updated: (SHINDIG-319) Load features files breaks on Windows

Posted by "Gonzalo Aune (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gonzalo Aune updated SHINDIG-319:
---------------------------------

    Attachment: JsFeatureLoader.patch

It seems like when reading the features file, the \n characters are there and cannot construct the directory correctly, using trim in the file fix the problem.

> Load features files breaks on Windows
> -------------------------------------
>
>                 Key: SHINDIG-319
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-319
>             Project: Shindig
>          Issue Type: Bug
>          Components: Gadget Rendering Server (PHP)
>         Environment: Windows
>            Reporter: Gonzalo Aune
>            Priority: Blocker
>         Attachments: JsFeatureLoader.patch
>
>
> When the loadFiles function of JsFeatureLoader.php loads the features files, it cannot read the directory.

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