Hi Carl, I have done some changes for running management eclipse-plugin on platforms other than windows. The distribution will now create another distribution for unix (eclipse-plugin-unix).
Because the dependent eclipse plugins for other platfrms are not available in maven repository, there will be one more step involved in running this plugin. In the management eclipse-plugin install directory (eg $HOME/qpidmc) the required platform specific RCP runtime binary (eg eclipse-RCP-3.2.1-linux-motif.tar.gz) from http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-200609210945/ should be extracted. once this is done the plugin will run when qpidmc.sh is executed. Give it a try and if there are some errors, let me know. As I can't test it on all platforms, so someone using different platform will have to try. Thanks, Bhupendra Bhardwaj On 12/12/06, Bhupendra Bhardwaj <[EMAIL PROTECTED]> wrote:
Hi Carl, [maangement eclipse-plugin] The swt dependency for win32 platform is available in http://repo1.maven.org/eclipse/ repository, but it is not there for linux/solaris. The platform specific runtime binary are available at this url http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-200609210945/ To make it work on other platforms we will need to assemble the eclipse-plugin with the corresponding runtime binary. If someone knows how we can use the runtime binary from above url using maven then that will be useful. Or if there exists a maven repository for all platforms then it can be added as dependency. I don't know if downlaoding those platform specific files and sticking in our qpid repository for assembling is the right way. Regards, Bhupendra On 12/12/06, Bhupendra Bhardwaj <[EMAIL PROTECTED]> wrote: > > Hi Carl, > > I am looking into it. You are right, it can't run on linux currently. I > will update as soon as I can make it work. > > Regards, > Bhupendra > > > On 12/8/06, Carl Trieloff <[EMAIL PROTECTED] > wrote: > > > > > > It appears that there are Windows dependencies in the targets... or I > > am > > doing something wrong. I can't get it run and in the stack trace I see > > > > the following > > > > !MESSAGE Bundle > > [EMAIL PROTECTED] > > :file:plugins/org.eclipse.swt.win32.win32.x86_3.2.0.jar/ > > [16] was not resolved. > > !SUBENTRY 2 org.eclipse.swt.win32.win32.x86 2 0 2006-12-08 09:40: > > 49.224 > > !MESSAGE Platform filter did not match: (& (osgi.ws=win32) > > (osgi.os=win32) (osgi.arch=x86)) > > !SUBENTRY 2 org.eclipse.swt.win32.win32.x86 2 0 2006-12-08 09:40: > > 49.226 > > > > Don't think it should be looking for win32 swt?? > > > > Carl. > > > > > > >
