You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Nuno Santos (JIRA)" <qp...@incubator.apache.org> on 2007/01/11 20:50:27 UTC

[jira] Created: (QPID-279) patch: configuration changes for management console (eclipse plug-in) under Linux

patch: configuration changes for management console (eclipse plug-in) under Linux
---------------------------------------------------------------------------------

                 Key: QPID-279
                 URL: https://issues.apache.org/jira/browse/QPID-279
             Project: Qpid
          Issue Type: Bug
    Affects Versions: M2
         Environment: Linux
            Reporter: Nuno Santos
            Priority: Minor
             Fix For: M2


The following is a patch to enable the management console eclipse plug-in to properly work under Linux ("osgi.ws" may need to be changed to "motif", depending on the system; configuration below works correctly on Fedora Core 6):

Index: management/eclipse-plugin/src/main/resources/unix/configuration/config.ini
===================================================================
--- management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (revision 495352)
+++ management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (working copy)
@@ -19,8 +19,12 @@
 
 #Product Runtime Configuration File
 
+osgi.ws=gtk
+osgi.os=linux
+osgi.arch=x86
 osgi.splashPath=platform:/base/plugins/org.apache.qpid.management.ui
 eclipse.product=org.apache.qpid.management.ui.product
 eclipse.application=org.apache.qpid.management.ui.application
 osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.core.runtime@start,com.ibm.icu,org.apache.qpid.management.ui,org.eclipse.core.commands,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.runtime.compatibility.auth,org.eclipse.core.runtime.compatibility.registry,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.help,org.eclipse.jface,org.eclipse.swt,org.eclipse.swt.motif.linux.x86,org.eclipse.swt.gtk.linux.x86_64,org.eclipse.swt.gtk.linux.x86,org.eclipse.swt.gtk.linux.ppc,org.eclipse.swt.motif.hpux.PA_RISC,org.eclipse.swt.gtk.solaris.sparc,org.eclipse.swt.motif.solaris.sparc,org.eclipse.swt.carbon.macocx,org.eclipse.ui,org.eclipse.ui.forms,org.eclipse.ui.workbench
 osgi.bundles.defaultStartLevel=4
+eof=eof


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

        

[jira] Commented: (QPID-279) patch: configuration changes for management console (eclipse plug-in) under Linux

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490055 ] 

Marnie McCormack commented on QPID-279:
---------------------------------------

Is this task resolved by the patches supplied by Nuno - can I mark it resolved ?

> patch: configuration changes for management console (eclipse plug-in) under Linux
> ---------------------------------------------------------------------------------
>
>                 Key: QPID-279
>                 URL: https://issues.apache.org/jira/browse/QPID-279
>             Project: Qpid
>          Issue Type: Bug
>    Affects Versions: M2
>         Environment: Linux
>            Reporter: Nuno Santos
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: config.ini-20070111.patch, management-eclipse-plugin-unix.xml-20070112.patch, qpidmc_xxx.sh-20070112.patch
>
>
> The following is a patch to enable the management console eclipse plug-in to properly work under Linux ("osgi.ws" may need to be changed to "motif", depending on the system; configuration below works correctly on Fedora Core 6):
> Index: management/eclipse-plugin/src/main/resources/unix/configuration/config.ini
> ===================================================================
> --- management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (revision 495352)
> +++ management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (working copy)
> @@ -19,8 +19,12 @@
>  
>  #Product Runtime Configuration File
>  
> +osgi.ws=gtk
> +osgi.os=linux
> +osgi.arch=x86
>  osgi.splashPath=platform:/base/plugins/org.apache.qpid.management.ui
>  eclipse.product=org.apache.qpid.management.ui.product
>  eclipse.application=org.apache.qpid.management.ui.application
>  osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.core.runtime@start,com.ibm.icu,org.apache.qpid.management.ui,org.eclipse.core.commands,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.runtime.compatibility.auth,org.eclipse.core.runtime.compatibility.registry,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.help,org.eclipse.jface,org.eclipse.swt,org.eclipse.swt.motif.linux.x86,org.eclipse.swt.gtk.linux.x86_64,org.eclipse.swt.gtk.linux.x86,org.eclipse.swt.gtk.linux.ppc,org.eclipse.swt.motif.hpux.PA_RISC,org.eclipse.swt.gtk.solaris.sparc,org.eclipse.swt.motif.solaris.sparc,org.eclipse.swt.carbon.macocx,org.eclipse.ui,org.eclipse.ui.forms,org.eclipse.ui.workbench
>  osgi.bundles.defaultStartLevel=4
> +eof=eof

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


[jira] Commented: (QPID-279) patch: configuration changes for management console (eclipse plug-in) under Linux

Posted by "Bhupendra Bhardwaj (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490297 ] 

Bhupendra Bhardwaj commented on QPID-279:
-----------------------------------------

The patches have been applied.

> patch: configuration changes for management console (eclipse plug-in) under Linux
> ---------------------------------------------------------------------------------
>
>                 Key: QPID-279
>                 URL: https://issues.apache.org/jira/browse/QPID-279
>             Project: Qpid
>          Issue Type: Bug
>    Affects Versions: M2
>         Environment: Linux
>            Reporter: Nuno Santos
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: config.ini-20070111.patch, management-eclipse-plugin-unix.xml-20070112.patch, qpidmc_xxx.sh-20070112.patch
>
>
> The following is a patch to enable the management console eclipse plug-in to properly work under Linux ("osgi.ws" may need to be changed to "motif", depending on the system; configuration below works correctly on Fedora Core 6):
> Index: management/eclipse-plugin/src/main/resources/unix/configuration/config.ini
> ===================================================================
> --- management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (revision 495352)
> +++ management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (working copy)
> @@ -19,8 +19,12 @@
>  
>  #Product Runtime Configuration File
>  
> +osgi.ws=gtk
> +osgi.os=linux
> +osgi.arch=x86
>  osgi.splashPath=platform:/base/plugins/org.apache.qpid.management.ui
>  eclipse.product=org.apache.qpid.management.ui.product
>  eclipse.application=org.apache.qpid.management.ui.application
>  osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.core.runtime@start,com.ibm.icu,org.apache.qpid.management.ui,org.eclipse.core.commands,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.runtime.compatibility.auth,org.eclipse.core.runtime.compatibility.registry,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.help,org.eclipse.jface,org.eclipse.swt,org.eclipse.swt.motif.linux.x86,org.eclipse.swt.gtk.linux.x86_64,org.eclipse.swt.gtk.linux.x86,org.eclipse.swt.gtk.linux.ppc,org.eclipse.swt.motif.hpux.PA_RISC,org.eclipse.swt.gtk.solaris.sparc,org.eclipse.swt.motif.solaris.sparc,org.eclipse.swt.carbon.macocx,org.eclipse.ui,org.eclipse.ui.forms,org.eclipse.ui.workbench
>  osgi.bundles.defaultStartLevel=4
> +eof=eof

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


[jira] Updated: (QPID-279) patch: configuration changes for management console (eclipse plug-in) under Linux

Posted by "Nuno Santos (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nuno Santos updated QPID-279:
-----------------------------

    Attachment: config.ini-20070111.patch

> patch: configuration changes for management console (eclipse plug-in) under Linux
> ---------------------------------------------------------------------------------
>
>                 Key: QPID-279
>                 URL: https://issues.apache.org/jira/browse/QPID-279
>             Project: Qpid
>          Issue Type: Bug
>    Affects Versions: M2
>         Environment: Linux
>            Reporter: Nuno Santos
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: config.ini-20070111.patch
>
>
> The following is a patch to enable the management console eclipse plug-in to properly work under Linux ("osgi.ws" may need to be changed to "motif", depending on the system; configuration below works correctly on Fedora Core 6):
> Index: management/eclipse-plugin/src/main/resources/unix/configuration/config.ini
> ===================================================================
> --- management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (revision 495352)
> +++ management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (working copy)
> @@ -19,8 +19,12 @@
>  
>  #Product Runtime Configuration File
>  
> +osgi.ws=gtk
> +osgi.os=linux
> +osgi.arch=x86
>  osgi.splashPath=platform:/base/plugins/org.apache.qpid.management.ui
>  eclipse.product=org.apache.qpid.management.ui.product
>  eclipse.application=org.apache.qpid.management.ui.application
>  osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.core.runtime@start,com.ibm.icu,org.apache.qpid.management.ui,org.eclipse.core.commands,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.runtime.compatibility.auth,org.eclipse.core.runtime.compatibility.registry,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.help,org.eclipse.jface,org.eclipse.swt,org.eclipse.swt.motif.linux.x86,org.eclipse.swt.gtk.linux.x86_64,org.eclipse.swt.gtk.linux.x86,org.eclipse.swt.gtk.linux.ppc,org.eclipse.swt.motif.hpux.PA_RISC,org.eclipse.swt.gtk.solaris.sparc,org.eclipse.swt.motif.solaris.sparc,org.eclipse.swt.carbon.macocx,org.eclipse.ui,org.eclipse.ui.forms,org.eclipse.ui.workbench
>  osgi.bundles.defaultStartLevel=4
> +eof=eof

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

        

[jira] Reopened: (QPID-279) patch: configuration changes for management console (eclipse plug-in) under Linux

Posted by "Nuno Santos (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nuno Santos reopened QPID-279:
------------------------------


Actually, there are still a couple of issues:

1) the new _gtk and _motif scripts have a typo (qpidms.sh instead of qpidmc.sh). I'll attach a short patch to fix that.

2) in both scripts, using `uname -p` to get the arch doesn't work because it returns something like "i686", while osgi.arch should be something like "x86".

Nuno


> patch: configuration changes for management console (eclipse plug-in) under Linux
> ---------------------------------------------------------------------------------
>
>                 Key: QPID-279
>                 URL: https://issues.apache.org/jira/browse/QPID-279
>             Project: Qpid
>          Issue Type: Bug
>    Affects Versions: M2
>         Environment: Linux
>            Reporter: Nuno Santos
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: config.ini-20070111.patch, management-eclipse-plugin-unix.xml-20070112.patch, qpidmc_xxx.sh-20070112.patch
>
>
> The following is a patch to enable the management console eclipse plug-in to properly work under Linux ("osgi.ws" may need to be changed to "motif", depending on the system; configuration below works correctly on Fedora Core 6):
> Index: management/eclipse-plugin/src/main/resources/unix/configuration/config.ini
> ===================================================================
> --- management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (revision 495352)
> +++ management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (working copy)
> @@ -19,8 +19,12 @@
>  
>  #Product Runtime Configuration File
>  
> +osgi.ws=gtk
> +osgi.os=linux
> +osgi.arch=x86
>  osgi.splashPath=platform:/base/plugins/org.apache.qpid.management.ui
>  eclipse.product=org.apache.qpid.management.ui.product
>  eclipse.application=org.apache.qpid.management.ui.application
>  osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.core.runtime@start,com.ibm.icu,org.apache.qpid.management.ui,org.eclipse.core.commands,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.runtime.compatibility.auth,org.eclipse.core.runtime.compatibility.registry,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.help,org.eclipse.jface,org.eclipse.swt,org.eclipse.swt.motif.linux.x86,org.eclipse.swt.gtk.linux.x86_64,org.eclipse.swt.gtk.linux.x86,org.eclipse.swt.gtk.linux.ppc,org.eclipse.swt.motif.hpux.PA_RISC,org.eclipse.swt.gtk.solaris.sparc,org.eclipse.swt.motif.solaris.sparc,org.eclipse.swt.carbon.macocx,org.eclipse.ui,org.eclipse.ui.forms,org.eclipse.ui.workbench
>  osgi.bundles.defaultStartLevel=4
> +eof=eof

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

        

[jira] Commented: (QPID-279) patch: configuration changes for management console (eclipse plug-in) under Linux

Posted by "Nuno Santos (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464243 ] 

Nuno Santos commented on QPID-279:
----------------------------------

Bhupendra: thanks for creating the scripts around the patch. 
They just need to be added to the tar/zip files under distribution/target, I'm attaching a patch with that small change. 

> patch: configuration changes for management console (eclipse plug-in) under Linux
> ---------------------------------------------------------------------------------
>
>                 Key: QPID-279
>                 URL: https://issues.apache.org/jira/browse/QPID-279
>             Project: Qpid
>          Issue Type: Bug
>    Affects Versions: M2
>         Environment: Linux
>            Reporter: Nuno Santos
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: config.ini-20070111.patch, management-eclipse-plugin-unix.xml-20070112.patch
>
>
> The following is a patch to enable the management console eclipse plug-in to properly work under Linux ("osgi.ws" may need to be changed to "motif", depending on the system; configuration below works correctly on Fedora Core 6):
> Index: management/eclipse-plugin/src/main/resources/unix/configuration/config.ini
> ===================================================================
> --- management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (revision 495352)
> +++ management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (working copy)
> @@ -19,8 +19,12 @@
>  
>  #Product Runtime Configuration File
>  
> +osgi.ws=gtk
> +osgi.os=linux
> +osgi.arch=x86
>  osgi.splashPath=platform:/base/plugins/org.apache.qpid.management.ui
>  eclipse.product=org.apache.qpid.management.ui.product
>  eclipse.application=org.apache.qpid.management.ui.application
>  osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.core.runtime@start,com.ibm.icu,org.apache.qpid.management.ui,org.eclipse.core.commands,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.runtime.compatibility.auth,org.eclipse.core.runtime.compatibility.registry,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.help,org.eclipse.jface,org.eclipse.swt,org.eclipse.swt.motif.linux.x86,org.eclipse.swt.gtk.linux.x86_64,org.eclipse.swt.gtk.linux.x86,org.eclipse.swt.gtk.linux.ppc,org.eclipse.swt.motif.hpux.PA_RISC,org.eclipse.swt.gtk.solaris.sparc,org.eclipse.swt.motif.solaris.sparc,org.eclipse.swt.carbon.macocx,org.eclipse.ui,org.eclipse.ui.forms,org.eclipse.ui.workbench
>  osgi.bundles.defaultStartLevel=4
> +eof=eof

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

        

[jira] Updated: (QPID-279) patch: configuration changes for management console (eclipse plug-in) under Linux

Posted by "Nuno Santos (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nuno Santos updated QPID-279:
-----------------------------

    Attachment: management-eclipse-plugin-unix.xml-20070112.patch

> patch: configuration changes for management console (eclipse plug-in) under Linux
> ---------------------------------------------------------------------------------
>
>                 Key: QPID-279
>                 URL: https://issues.apache.org/jira/browse/QPID-279
>             Project: Qpid
>          Issue Type: Bug
>    Affects Versions: M2
>         Environment: Linux
>            Reporter: Nuno Santos
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: config.ini-20070111.patch, management-eclipse-plugin-unix.xml-20070112.patch
>
>
> The following is a patch to enable the management console eclipse plug-in to properly work under Linux ("osgi.ws" may need to be changed to "motif", depending on the system; configuration below works correctly on Fedora Core 6):
> Index: management/eclipse-plugin/src/main/resources/unix/configuration/config.ini
> ===================================================================
> --- management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (revision 495352)
> +++ management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (working copy)
> @@ -19,8 +19,12 @@
>  
>  #Product Runtime Configuration File
>  
> +osgi.ws=gtk
> +osgi.os=linux
> +osgi.arch=x86
>  osgi.splashPath=platform:/base/plugins/org.apache.qpid.management.ui
>  eclipse.product=org.apache.qpid.management.ui.product
>  eclipse.application=org.apache.qpid.management.ui.application
>  osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.core.runtime@start,com.ibm.icu,org.apache.qpid.management.ui,org.eclipse.core.commands,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.runtime.compatibility.auth,org.eclipse.core.runtime.compatibility.registry,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.help,org.eclipse.jface,org.eclipse.swt,org.eclipse.swt.motif.linux.x86,org.eclipse.swt.gtk.linux.x86_64,org.eclipse.swt.gtk.linux.x86,org.eclipse.swt.gtk.linux.ppc,org.eclipse.swt.motif.hpux.PA_RISC,org.eclipse.swt.gtk.solaris.sparc,org.eclipse.swt.motif.solaris.sparc,org.eclipse.swt.carbon.macocx,org.eclipse.ui,org.eclipse.ui.forms,org.eclipse.ui.workbench
>  osgi.bundles.defaultStartLevel=4
> +eof=eof

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

        

[jira] Resolved: (QPID-279) patch: configuration changes for management console (eclipse plug-in) under Linux

Posted by "Nuno Santos (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nuno Santos resolved QPID-279.
------------------------------

    Resolution: Fixed

> patch: configuration changes for management console (eclipse plug-in) under Linux
> ---------------------------------------------------------------------------------
>
>                 Key: QPID-279
>                 URL: https://issues.apache.org/jira/browse/QPID-279
>             Project: Qpid
>          Issue Type: Bug
>    Affects Versions: M2
>         Environment: Linux
>            Reporter: Nuno Santos
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: config.ini-20070111.patch, management-eclipse-plugin-unix.xml-20070112.patch
>
>
> The following is a patch to enable the management console eclipse plug-in to properly work under Linux ("osgi.ws" may need to be changed to "motif", depending on the system; configuration below works correctly on Fedora Core 6):
> Index: management/eclipse-plugin/src/main/resources/unix/configuration/config.ini
> ===================================================================
> --- management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (revision 495352)
> +++ management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (working copy)
> @@ -19,8 +19,12 @@
>  
>  #Product Runtime Configuration File
>  
> +osgi.ws=gtk
> +osgi.os=linux
> +osgi.arch=x86
>  osgi.splashPath=platform:/base/plugins/org.apache.qpid.management.ui
>  eclipse.product=org.apache.qpid.management.ui.product
>  eclipse.application=org.apache.qpid.management.ui.application
>  osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.core.runtime@start,com.ibm.icu,org.apache.qpid.management.ui,org.eclipse.core.commands,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.runtime.compatibility.auth,org.eclipse.core.runtime.compatibility.registry,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.help,org.eclipse.jface,org.eclipse.swt,org.eclipse.swt.motif.linux.x86,org.eclipse.swt.gtk.linux.x86_64,org.eclipse.swt.gtk.linux.x86,org.eclipse.swt.gtk.linux.ppc,org.eclipse.swt.motif.hpux.PA_RISC,org.eclipse.swt.gtk.solaris.sparc,org.eclipse.swt.motif.solaris.sparc,org.eclipse.swt.carbon.macocx,org.eclipse.ui,org.eclipse.ui.forms,org.eclipse.ui.workbench
>  osgi.bundles.defaultStartLevel=4
> +eof=eof

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

        

[jira] Updated: (QPID-279) patch: configuration changes for management console (eclipse plug-in) under Linux

Posted by "Nuno Santos (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nuno Santos updated QPID-279:
-----------------------------

    Attachment: qpidmc_xxx.sh-20070112.patch

> patch: configuration changes for management console (eclipse plug-in) under Linux
> ---------------------------------------------------------------------------------
>
>                 Key: QPID-279
>                 URL: https://issues.apache.org/jira/browse/QPID-279
>             Project: Qpid
>          Issue Type: Bug
>    Affects Versions: M2
>         Environment: Linux
>            Reporter: Nuno Santos
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: config.ini-20070111.patch, management-eclipse-plugin-unix.xml-20070112.patch, qpidmc_xxx.sh-20070112.patch
>
>
> The following is a patch to enable the management console eclipse plug-in to properly work under Linux ("osgi.ws" may need to be changed to "motif", depending on the system; configuration below works correctly on Fedora Core 6):
> Index: management/eclipse-plugin/src/main/resources/unix/configuration/config.ini
> ===================================================================
> --- management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (revision 495352)
> +++ management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (working copy)
> @@ -19,8 +19,12 @@
>  
>  #Product Runtime Configuration File
>  
> +osgi.ws=gtk
> +osgi.os=linux
> +osgi.arch=x86
>  osgi.splashPath=platform:/base/plugins/org.apache.qpid.management.ui
>  eclipse.product=org.apache.qpid.management.ui.product
>  eclipse.application=org.apache.qpid.management.ui.application
>  osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.core.runtime@start,com.ibm.icu,org.apache.qpid.management.ui,org.eclipse.core.commands,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.runtime.compatibility.auth,org.eclipse.core.runtime.compatibility.registry,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.help,org.eclipse.jface,org.eclipse.swt,org.eclipse.swt.motif.linux.x86,org.eclipse.swt.gtk.linux.x86_64,org.eclipse.swt.gtk.linux.x86,org.eclipse.swt.gtk.linux.ppc,org.eclipse.swt.motif.hpux.PA_RISC,org.eclipse.swt.gtk.solaris.sparc,org.eclipse.swt.motif.solaris.sparc,org.eclipse.swt.carbon.macocx,org.eclipse.ui,org.eclipse.ui.forms,org.eclipse.ui.workbench
>  osgi.bundles.defaultStartLevel=4
> +eof=eof

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

        

[jira] Resolved: (QPID-279) patch: configuration changes for management console (eclipse plug-in) under Linux

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie resolved QPID-279.
---------------------------------

    Resolution: Fixed

Resolving as comments say patch has been applied.

> patch: configuration changes for management console (eclipse plug-in) under Linux
> ---------------------------------------------------------------------------------
>
>                 Key: QPID-279
>                 URL: https://issues.apache.org/jira/browse/QPID-279
>             Project: Qpid
>          Issue Type: Bug
>    Affects Versions: M2
>         Environment: Linux
>            Reporter: Nuno Santos
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: config.ini-20070111.patch, management-eclipse-plugin-unix.xml-20070112.patch, qpidmc_xxx.sh-20070112.patch
>
>
> The following is a patch to enable the management console eclipse plug-in to properly work under Linux ("osgi.ws" may need to be changed to "motif", depending on the system; configuration below works correctly on Fedora Core 6):
> Index: management/eclipse-plugin/src/main/resources/unix/configuration/config.ini
> ===================================================================
> --- management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (revision 495352)
> +++ management/eclipse-plugin/src/main/resources/unix/configuration/config.ini  (working copy)
> @@ -19,8 +19,12 @@
>  
>  #Product Runtime Configuration File
>  
> +osgi.ws=gtk
> +osgi.os=linux
> +osgi.arch=x86
>  osgi.splashPath=platform:/base/plugins/org.apache.qpid.management.ui
>  eclipse.product=org.apache.qpid.management.ui.product
>  eclipse.application=org.apache.qpid.management.ui.application
>  osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.core.runtime@start,com.ibm.icu,org.apache.qpid.management.ui,org.eclipse.core.commands,org.eclipse.core.contenttype,org.eclipse.core.expressions,org.eclipse.core.jobs,org.eclipse.core.runtime.compatibility.auth,org.eclipse.core.runtime.compatibility.registry,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.help,org.eclipse.jface,org.eclipse.swt,org.eclipse.swt.motif.linux.x86,org.eclipse.swt.gtk.linux.x86_64,org.eclipse.swt.gtk.linux.x86,org.eclipse.swt.gtk.linux.ppc,org.eclipse.swt.motif.hpux.PA_RISC,org.eclipse.swt.gtk.solaris.sparc,org.eclipse.swt.motif.solaris.sparc,org.eclipse.swt.carbon.macocx,org.eclipse.ui,org.eclipse.ui.forms,org.eclipse.ui.workbench
>  osgi.bundles.defaultStartLevel=4
> +eof=eof

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