[jbosstools-issues] [JBoss JIRA] (JBIDE-11047) BrowserSim: the features should be disabled for 64-bit Java on 64-bit Windows

Nick Boldt (JIRA) jira-events at lists.jboss.org
Wed Mar 21 23:30:48 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-11047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677401#comment-12677401 ] 

Nick Boldt edited comment on JBIDE-11047 at 3/21/12 11:29 PM:
--------------------------------------------------------------

Because of this platform-filter:

{code}
Eclipse-PlatformFilter: (|
                            (&(osgi.ws=win32)(osgi.os=win32)(osgi.arch=x86))
                            (&(osgi.ws=cocoa)(osgi.os=macosx) (|(osgi.arch=x86)(osgi.arch=x86_64)) )
                            (&(osgi.ws=gtk)(osgi.os=linux) (|(osgi.arch=x86)(osgi.arch=x86_64)) )
                        )
{code}
I feel we need to have **TWO** plugins here:

   <plugin id="org.jboss.tools.vpe.browsersim" os="linux,macosx" arch="x86,x86_64" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
   <plugin id="org.jboss.tools.vpe.browsersim.win32" os="win32"  arch="x86" download-size="0" install-size="0" version="0.0.0" unpack="false"/>

or

   <plugin id="org.jboss.tools.vpe.browsersim.x86" os="linux,macosx,win32" arch="x86" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
   <plugin id="org.jboss.tools.vpe.browsersim.x86_64" os="linux,macosx"  arch="x86_64" download-size="0" install-size="0" version="0.0.0" unpack="false"/>

This would allow the browsersim.feature's feature.xml to include platform-specific plugin(s).

                
      was (Author: nickboldt):
    Because of this platform-filter:

{code}
Eclipse-PlatformFilter: (|
                            (&(osgi.ws=win32)(osgi.os=win32)(osgi.arch=x86))
                            (&(osgi.ws=cocoa)(osgi.os=macosx) (|(osgi.arch=x86)(osgi.arch=x86_64)) )
                            (&(osgi.ws=gtk)(osgi.os=linux) (|(osgi.arch=x86)(osgi.arch=x86_64)) )
                        )
{code}
I feel we need to have TWO plugins here:

   <plugin id="org.jboss.tools.vpe.browsersim" os="linux,macosx" arch="x86,x86_64" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
   <plugin id="org.jboss.tools.vpe.browsersim.win32" os="win32"  arch="x86" download-size="0" install-size="0" version="0.0.0" unpack="false"/>

or

   <plugin id="org.jboss.tools.vpe.browsersim.x86" os="linux,macosx,win32" arch="x86" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
   <plugin id="org.jboss.tools.vpe.browsersim.x86_64" os="linux,macosx"  arch="x86_64" download-size="0" install-size="0" version="0.0.0" unpack="false"/>

This would allow the browsersim.feature's feature.xml to include platform-specific plugin(s).

                  
> BrowserSim: the features should be disabled for 64-bit Java on 64-bit Windows
> -----------------------------------------------------------------------------
>
>                 Key: JBIDE-11047
>                 URL: https://issues.jboss.org/browse/JBIDE-11047
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Visual Page Editor core
>    Affects Versions: 3.3.0.Beta1
>            Reporter: Yahor Radtsevich
>            Assignee: Denis Golovin
>            Priority: Blocker
>             Fix For: 3.3.0.Beta3
>
>         Attachments: screenshot-1.png
>
>
> BrowserSim cannot be run with 64-bit Java on 64-bit Windows (JBIDE-11046). The platform filters of plugins should be changed to disable BrowserSim there.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list