Pierre-Arnaud Marcelot schrieb: > Can you very that if the "org.eclipse.equinox.launcher.gtk.linux.x86_64" > dependency has been copied in the plugins folder of the generated dist ?
Yes, it's there: [EMAIL PROTECTED] ~/svn/apache/directory/maven-studio/target/distributions $ l total 59890 drwxr-xr-x 3 felix felix 296 Jan 7 17:46 ./ drwxr-xr-x 4 felix felix 152 Jan 7 17:46 ../ drwxr-xr-x 5 felix felix 320 Jan 7 17:46 ApacheDirectoryStudio-linux-x86_64-1.0.2-SNAPSHOT/ -rw-r--r-- 1 felix felix 35260500 Jan 7 17:46 ApacheDirectoryStudio-linux-x86_64-1.0.2-SNAPSHOT-dist.tar.gz [EMAIL PROTECTED] ~/svn/apache/directory/maven-studio/target/distributions $ find . -name "*_64*" ./ApacheDirectoryStudio-linux-x86_64-1.0.2-SNAPSHOT ./ApacheDirectoryStudio-linux-x86_64-1.0.2-SNAPSHOT/plugins/org.eclipse.swt.gtk.linux.x86_64_3.3.2.v3347.jar ./ApacheDirectoryStudio-linux-x86_64-1.0.2-SNAPSHOT/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.2.R331_v20071019 ./ApacheDirectoryStudio-linux-x86_64-1.0.2-SNAPSHOT/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.2.R331_v20071019/launcher.gtk.linux.x86_64.properties ./ApacheDirectoryStudio-linux-x86_64-1.0.2-SNAPSHOT-dist.tar.gz BTW: To change the Bundle-Name in the manifest we need to adapt the studio-plugin as it overwrites the name. Same for the Bundle-Vender (this is done by the maven-eclipse-plugin using <pde>true</pde> option. Felix > > Thanks, > Pierre-Arnaud > > On Jan 7, 2008 5:28 PM, Felix Knecht < [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Pierre-Arnaud Marcelot schrieb: > > On Jan 7, 2008 3:16 PM, Felix Knecht <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>> wrote: > > > > When trying to start a popup comes up saying the something > can't be > > found (that's just what I have in mind but without any garantee). > > > > > > Now, I know a lot of these error messages (I've seen a lot of them > when > > I was building the launchers...). > > If you could copy/paste it the next time you launch it, I may already > > have faced this error and know what to do with it. > > It's > > The ApacheDirectoryStudio executable launcher was unable to locate > its companion shared library. > > Hope you have an idea about what this message says. > > Thanks > Felix > > > > > > > > > I need to try later because ATM I don't have a amd64 available. > > > > > > Ok, cool. Thanks for trying out on this kind of machine. > > It's the only distribution of Studio we can't test as we don't > have such > > a machine. > > > > Thanks, > > Pierre-Arnaud > >
