[
https://issues.apache.org/jira/browse/DIRSTUDIO-995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14157926#comment-14157926
]
Emmanuel Lecharny commented on DIRSTUDIO-995:
---------------------------------------------
I'm stcuk in the ldapservers plugin. it tells me that
org.eclipse.jdt.launcher.IJavaLaunchConfigurationConstants can't be found if I
don't add it to the MANIFEST.MF file :
{code}
[ERROR] Failed to execute goal
org.eclipse.tycho:tycho-compiler-plugin:0.20.0:compile (default-compile) on
project org.apache.directory.studio.ldapservers: Compilation failure:
Compilation failure:
[ERROR]
/Users/elecharny/apacheds/studio-tycho/plugins/ldapservers/src/main/java/org/apache/directory/studio/ldapservers/LdapServersUtils.java:[51]
[ERROR] import org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants;
{code}
and if I do add it, it says :
{code}
[ERROR] Missing requirement: org.apache.directory.studio.ldapservers
2.0.0.qualifier requires 'bundle org.eclipse.jdt.launcher 0.0.0' but it could
not be found
{code}
At this point, I have no idea what can be wrong :/
> Migrate build system to use Tycho
> ---------------------------------
>
> Key: DIRSTUDIO-995
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-995
> Project: Directory Studio
> Issue Type: Task
> Affects Versions: 2.0.0-M8 (2.0.0.v20130628)
> Reporter: Stefan Seelmann
> Assignee: Stefan Seelmann
> Priority: Blocker
> Fix For: 2.0.0-M9
>
>
> Just a TODO list for now...
> * Manage 3rd party dependencies
> * Move tests to *.test fragments?
> * Use Luna
> * Migrate plugins
> ** Done:common,core, common.ui, connection.core, connection.ui, ldifparser,
> ldifeditor, ldapbrowser.core, ldapbrowser.common, ldapbrowser.ui,
> valueeditors, aciitemeditor, schemaeditor, apacheds.configuration,
> apacheds.configuration.v2
> ** In progess:
> * Migrate features
> ** Done:
> ** In progress: ldifeditor, ldapbrowser
> * Migrate RCP application
> * Migrate help plugins
> * Installers (Windows EXE, Mac DMG)
> * Generate P2 repository / site, self-hosted
> * P2 repository for API and ApacheDS bundles?
> * Migrate release process
> * Document build system
> * Cleanup POMs: RAT plugin configuration
> * Cleanup old "repository" folder
> Tycho Pros:
> * Easy to consume Eclipse dependencies from p2 repo
> * Easy to produce p2 repo
> * Widely used
> * Small POMs
> Tycho Cons:
> * Managing versions in MANIFEST.MF
> * 3rd party dependencies not available in any p2 repo
> * No "Standard" Maven build, e.g. tests should reside in separate modules
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)