You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Michael Elges (JIRA)" <ad...@incubator.apache.org> on 2006/08/04 16:12:13 UTC

[jira] Created: (ADFFACES-112) JavaScript Parsing errors in Obfuscator

JavaScript Parsing errors in Obfuscator
---------------------------------------

                 Key: ADFFACES-112
                 URL: http://issues.apache.org/jira/browse/ADFFACES-112
             Project: MyFaces ADF-Faces
          Issue Type: Bug
          Components: Plugins
         Environment: All
            Reporter: Michael Elges
            Priority: Critical


There is an issue with the JavaScript parser that is used by the obfuscator. This issue is only in the JavaScript 1.5 version and is fixed in the JavaScript 2.0 prototype but the obfuscator uses the 1.5 version.  I have attached the fixed version of the grammer file. This file resides in the the directory path:

plugins/maven-javascript-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/javascript/obfuscator/javascript15parser

The file to replace is 

js1.5.jj

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ADFFACES-112) JavaScript Parsing errors in Obfuscator

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-112:
----------------------------------------

        Fix Version/s: 1.0.0-incubating-plugins
    Affects Version/s: 1.0.0-incubating-plugins

> JavaScript Parsing errors in Obfuscator
> ---------------------------------------
>
>                 Key: ADFFACES-112
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-112
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 1.0.0-incubating-plugins
>         Environment: All
>            Reporter: Michael Elges
>         Assigned To: Matthias Weßendorf
>            Priority: Critical
>             Fix For: 1.0.0-incubating-plugins
>
>         Attachments: js1.5.jj, js1.5.patch
>
>
> There is an issue with the JavaScript parser that is used by the obfuscator. This issue is only in the JavaScript 1.5 version and is fixed in the JavaScript 2.0 prototype but the obfuscator uses the 1.5 version.  I have attached the fixed version of the grammer file. This file resides in the the directory path:
> plugins/maven-javascript-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/javascript/obfuscator/javascript15parser
> The file to replace is 
> js1.5.jj

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


[jira] Updated: (ADFFACES-112) JavaScript Parsing errors in Obfuscator

Posted by "Michael Elges (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-112?page=all ]

Michael Elges updated ADFFACES-112:
-----------------------------------

    Attachment: js1.5.jj

Here is the file.

> JavaScript Parsing errors in Obfuscator
> ---------------------------------------
>
>                 Key: ADFFACES-112
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-112
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>          Components: Plugins
>         Environment: All
>            Reporter: Michael Elges
>            Priority: Critical
>         Attachments: js1.5.jj
>
>
> There is an issue with the JavaScript parser that is used by the obfuscator. This issue is only in the JavaScript 1.5 version and is fixed in the JavaScript 2.0 prototype but the obfuscator uses the 1.5 version.  I have attached the fixed version of the grammer file. This file resides in the the directory path:
> plugins/maven-javascript-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/javascript/obfuscator/javascript15parser
> The file to replace is 
> js1.5.jj

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (ADFFACES-112) JavaScript Parsing errors in Obfuscator

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-112?page=comments#action_12425849 ] 
            
Matthias Weßendorf commented on ADFFACES-112:
---------------------------------------------

thanks mike. patch applied to branch, first;
trunk will follow

> JavaScript Parsing errors in Obfuscator
> ---------------------------------------
>
>                 Key: ADFFACES-112
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-112
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>          Components: Plugins
>         Environment: All
>            Reporter: Michael Elges
>         Assigned To: Matthias Weßendorf
>            Priority: Critical
>         Attachments: js1.5.jj, js1.5.patch
>
>
> There is an issue with the JavaScript parser that is used by the obfuscator. This issue is only in the JavaScript 1.5 version and is fixed in the JavaScript 2.0 prototype but the obfuscator uses the 1.5 version.  I have attached the fixed version of the grammer file. This file resides in the the directory path:
> plugins/maven-javascript-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/javascript/obfuscator/javascript15parser
> The file to replace is 
> js1.5.jj

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (ADFFACES-112) JavaScript Parsing errors in Obfuscator

Posted by "Michael Elges (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-112?page=all ]

Michael Elges updated ADFFACES-112:
-----------------------------------

    Attachment: js1.5.patch

Diff file

> JavaScript Parsing errors in Obfuscator
> ---------------------------------------
>
>                 Key: ADFFACES-112
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-112
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>          Components: Plugins
>         Environment: All
>            Reporter: Michael Elges
>            Priority: Critical
>         Attachments: js1.5.jj, js1.5.patch
>
>
> There is an issue with the JavaScript parser that is used by the obfuscator. This issue is only in the JavaScript 1.5 version and is fixed in the JavaScript 2.0 prototype but the obfuscator uses the 1.5 version.  I have attached the fixed version of the grammer file. This file resides in the the directory path:
> plugins/maven-javascript-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/javascript/obfuscator/javascript15parser
> The file to replace is 
> js1.5.jj

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (ADFFACES-112) JavaScript Parsing errors in Obfuscator

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-112?page=all ]

Matthias Weßendorf closed ADFFACES-112.
---------------------------------------

    Resolution: Fixed

thx mike

> JavaScript Parsing errors in Obfuscator
> ---------------------------------------
>
>                 Key: ADFFACES-112
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-112
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>          Components: Plugins
>         Environment: All
>            Reporter: Michael Elges
>         Assigned To: Matthias Weßendorf
>            Priority: Critical
>         Attachments: js1.5.jj, js1.5.patch
>
>
> There is an issue with the JavaScript parser that is used by the obfuscator. This issue is only in the JavaScript 1.5 version and is fixed in the JavaScript 2.0 prototype but the obfuscator uses the 1.5 version.  I have attached the fixed version of the grammer file. This file resides in the the directory path:
> plugins/maven-javascript-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/javascript/obfuscator/javascript15parser
> The file to replace is 
> js1.5.jj

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (ADFFACES-112) JavaScript Parsing errors in Obfuscator

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-112:
----------------------------------------

        Fix Version/s:     (was: 1.0.0-incubating-plugins)
                       1.0.0-incubating-core
    Affects Version/s:     (was: 1.0.0-incubating-plugins)
                       1.0.0-incubating-core

> JavaScript Parsing errors in Obfuscator
> ---------------------------------------
>
>                 Key: ADFFACES-112
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-112
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 1.0.0-incubating-core
>         Environment: All
>            Reporter: Michael Elges
>         Assigned To: Matthias Weßendorf
>            Priority: Critical
>             Fix For: 1.0.0-incubating-core
>
>         Attachments: js1.5.jj, js1.5.patch
>
>
> There is an issue with the JavaScript parser that is used by the obfuscator. This issue is only in the JavaScript 1.5 version and is fixed in the JavaScript 2.0 prototype but the obfuscator uses the 1.5 version.  I have attached the fixed version of the grammer file. This file resides in the the directory path:
> plugins/maven-javascript-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/javascript/obfuscator/javascript15parser
> The file to replace is 
> js1.5.jj

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


[jira] Assigned: (ADFFACES-112) JavaScript Parsing errors in Obfuscator

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-112?page=all ]

Matthias Weßendorf reassigned ADFFACES-112:
-------------------------------------------

    Assignee: Matthias Weßendorf

> JavaScript Parsing errors in Obfuscator
> ---------------------------------------
>
>                 Key: ADFFACES-112
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-112
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>          Components: Plugins
>         Environment: All
>            Reporter: Michael Elges
>         Assigned To: Matthias Weßendorf
>            Priority: Critical
>         Attachments: js1.5.jj, js1.5.patch
>
>
> There is an issue with the JavaScript parser that is used by the obfuscator. This issue is only in the JavaScript 1.5 version and is fixed in the JavaScript 2.0 prototype but the obfuscator uses the 1.5 version.  I have attached the fixed version of the grammer file. This file resides in the the directory path:
> plugins/maven-javascript-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/javascript/obfuscator/javascript15parser
> The file to replace is 
> js1.5.jj

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira