[ 
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
>  [EMAIL PROTECTED]:start,[EMAIL 
> PROTECTED],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

        

Reply via email to