Pierre-Arnaud Marcelot schrieb: > > BTW, I don't think we need to include the SWT platform specific > dependency in each plugin, the standard SWT dependency should be > enough... It isn't: [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure
/home/felix/svn/apache/directory/maven-studio/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/widgets/OptionsInput.java:[26,29] package org.eclipse.swt.events does not exist /home/felix/svn/apache/directory/maven-studio/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/widgets/browser/BrowserSorterDialog.java:[38,30] package org.eclipse.swt.widgets does not exis and others, too. But it doesn't makes a difference which SWT platform specific dependency is used and it's only for compiling reasons we need it here. I probably just add the linux-x86 one to simplify things. Felix
