Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 32F13172EE for ; Mon, 23 Mar 2015 19:43:19 +0000 (UTC) Received: (qmail 63606 invoked by uid 500); 23 Mar 2015 19:43:19 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 63555 invoked by uid 500); 23 Mar 2015 19:43:19 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 63539 invoked by uid 99); 23 Mar 2015 19:43:19 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2015 19:43:19 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id E757DAC0154 for ; Mon, 23 Mar 2015 19:43:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1668704 - /directory/studio/trunk/README.md Date: Mon, 23 Mar 2015 19:43:18 -0000 To: commits@directory.apache.org From: seelmann@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150323194318.E757DAC0154@hades.apache.org> Author: seelmann Date: Mon Mar 23 19:43:18 2015 New Revision: 1668704 URL: http://svn.apache.org/r1668704 Log: Update readme Modified: directory/studio/trunk/README.md Modified: directory/studio/trunk/README.md URL: http://svn.apache.org/viewvc/directory/studio/trunk/README.md?rev=1668704&r1=1668703&r2=1668704&view=diff ============================================================================== --- directory/studio/trunk/README.md (original) +++ directory/studio/trunk/README.md Mon Mar 23 19:43:18 2015 @@ -39,6 +39,11 @@ or on Windows : > build.bat +### Build issues + +Tycho doesn't handle snapshot dependencies well. The first time a snapshot dependency is used within the build it is cached in `~/.m2/repository/p2`. Afterwards any change in the dependency (e.g. ApacheDS or LDAP API) is the considered unless it is deleted from the cache. + + ## Setup Eclipse workspace Recommended IDE is 'Eclipse (Luna) for RCP Developers': @@ -75,3 +80,13 @@ The build produces binaries for all plat * Open the product configuration 'org.apache.directory.studio.product' with the Product Configuration Editor * Click the link 'Launch an Eclipse application' + +## Release + +Work in progress... + +Generate help plugins + + cd helps + mvn clean install -Duserguides +