I have cross posted the lists ... we have a mgnt console that is built
on RCP and would like
to get it also working on Linux. Could someone in the know from the
fedora-devel-java-list help
us or point us in the right direction with this.
The source is located at:
https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/java/management/eclipse-plugin/
Carl.
Bhupendra Bhardwaj 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]
<mailto:[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]
<mailto:[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.