Path: csiph.com!news.mixmin.net!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod From: toogley@mailbox.org Newsgroups: linux.debian.maint.java Subject: Re: building android-studio Date: Fri, 04 Mar 2016 08:30:02 +0100 Message-ID: References: X-Mailbox-Line: From debian-java-request@lists.debian.org Fri Mar 4 07:23:54 2016 Old-Return-Path: X-Amavis-Spam-Status: No, score=-9.401 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, LDO_WHITELIST=-5, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.001] autolearn=ham autolearn_force=no X-Policyd-Weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_FROM_MX=-3.1; rate: -6.1 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= x-mailer:content-transfer-encoding:content-type:content-type :mime-version:subject:subject:references:in-reply-to:message-id :from:from:date:date:received; s=mail20150812; t=1457076216; bh= Z4IWM0ZmCFnCEUL5YdGXx14ipVYau/Dd+1arYxDJhr8=; b=QedpayuKQGauihrB HYPwwJUtsVoJanWQUoBXaLSEMke6kBbKQCK+wzRzhNO8nWlhNMGTu7qkHZXCRR6G qiUgpR9YAkQDC66zKXAjNbVoGURZdpWhHuGgwjogJ2mSMhJxtgTw9uCVV8cd0CfZ SafejGXssPEli8VLaD3XsUPRj2qqCFXU7BTCHp/ctTaWcCXg1ppZujX89iwY5bJE AfM2PQjC3wVfb4KbmjSlj6Mum4P5kBF1u+/2agiz2l1zXM6BL57tKO9eNp26zDeg q7vruN21R4/0XFVZp4jjHU5EHgqVDzU97inCP7D7OLsfV9rLJ4pQVPgpXxlZ/8zR xNa7LQ== MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Importance: Medium X-Mailer: Open-Xchange Mailer v7.8.0-Rev24 X-Originating-Client: open-xchange-appsuite X-Mailing-List: archive/latest/19243 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/1877259040.5137.bf264c37-e7b8-4f82-af22-35efb0dee9c3.open-xchange@office.mailbox.org Approved: robomod@news.nic.it Lines: 20 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Fri, 4 Mar 2016 08:23:36 +0100 (CET) X-Original-Message-ID: <1877259040.5137.bf264c37-e7b8-4f82-af22-35efb0dee9c3.open-xchange@office.mailbox.org> X-Original-References: <56D5DA46.2020401@mailbox.org> <56D6DE85.7020203@debian.org> Xref: csiph.com linux.debian.maint.java:8919 Hey, > Probably you don't have to package the whole IntelliJ IDE. Most recently > I have packaged intellij-annotations because I needed it as a > build-dependency for android-platform-tools-base. Especially for large > and complex projects like IntelliJ (last time I checked I noticed that > the source release bundles ~500 jars), it is often simpler to package > certain parts from maven central instead of trying to build everything. Yeah, this sound reasonable. But how do i find out in what packages i should split intellij? E.g. just by folders like RegExpSupport (https://github.com/JetBrains/intellij-community/tree/master/RegExpSupport), Debugger(https://github.com/JetBrains/intellij-community/tree/master/java/debugger) and write my own gant/ant build scripts for that? How would i import new versions then? I mean, should i just continue with the normal debian/ upstream/ branch split and pull all changes in that particular folder (e.g. with http://stackoverflow.com/a/13738951)? thanks.