You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Vidar S. Ramdal (JIRA)" <ji...@apache.org> on 2009/04/06 11:10:13 UTC

[jira] Created: (SLING-912) Support XML-compliant script delimiter for EcmaScript

Support XML-compliant script delimiter for EcmaScript
-----------------------------------------------------

                 Key: SLING-912
                 URL: https://issues.apache.org/jira/browse/SLING-912
             Project: Sling
          Issue Type: New Feature
          Components: Scripting JavaScript (Rhino)
    Affects Versions: Scripting JavaScript 2.0.2
            Reporter: Vidar S. Ramdal
            Priority: Minor
             Fix For:  Scripting JavaScript 2.1.0


The script delimiters used for EcmaScript (<% and %>) are not friendly to most IDEs. Introducing an XML-compliant script delimiter would make developing EcmaScripts easier.

There are two options for implementing this:
1. Extend EspReader to support the new delimiters,
- or -
2. Introduce a new script file type (e.g. .espx), and a new parser.

See http://markmail.org/thread/jxbj5o57h5nfxos4 for background.

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


[jira] Updated: (SLING-912) Support XML-compliant script delimiter for EcmaScript

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

Felix Meschberger updated SLING-912:
------------------------------------

    Fix Version/s:     (was:  Scripting JavaScript 2.1.0)

Descheduling from next release.

> Support XML-compliant script delimiter for EcmaScript
> -----------------------------------------------------
>
>                 Key: SLING-912
>                 URL: https://issues.apache.org/jira/browse/SLING-912
>             Project: Sling
>          Issue Type: New Feature
>          Components: Scripting JavaScript (Rhino)
>    Affects Versions: Scripting JavaScript 2.0.2
>            Reporter: Vidar S. Ramdal
>            Priority: Minor
>
> The script delimiters used for EcmaScript (<% and %>) are not friendly to most IDEs. Introducing an XML-compliant script delimiter would make developing EcmaScripts easier.
> There are two options for implementing this:
> 1. Extend EspReader to support the new delimiters,
> - or -
> 2. Introduce a new script file type (e.g. .espx), and a new parser.
> See http://markmail.org/thread/jxbj5o57h5nfxos4 for background.

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