Return-Path: X-Original-To: apmail-incubator-syncope-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-syncope-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA3E595F8 for ; Wed, 2 May 2012 09:01:16 +0000 (UTC) Received: (qmail 62825 invoked by uid 500); 2 May 2012 09:01:16 -0000 Delivered-To: apmail-incubator-syncope-dev-archive@incubator.apache.org Received: (qmail 62780 invoked by uid 500); 2 May 2012 09:01:16 -0000 Mailing-List: contact syncope-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: syncope-dev@incubator.apache.org Delivered-To: mailing list syncope-dev@incubator.apache.org Received: (qmail 62765 invoked by uid 99); 2 May 2012 09:01:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2012 09:01:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2012 09:01:13 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8B5DE42B8EB for ; Wed, 2 May 2012 09:00:52 +0000 (UTC) Date: Wed, 2 May 2012 09:00:52 +0000 (UTC) From: =?utf-8?Q?Francesco_Chicchiricc=C3=B2_=28JIRA=29?= To: syncope-dev@incubator.apache.org Message-ID: <46572968.16464.1335949252609.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1242597007.8290.1335769612281.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (SYNCOPE-69) Increase compile performance MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SYNCOPE-69?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiricc=C3=B2 closed SYNCOPE-69. ----------------------------------------- Bulk closing for 1.0.0-RC1-incubating =20 > Increase compile performance > ---------------------------- > > Key: SYNCOPE-69 > URL: https://issues.apache.org/jira/browse/SYNCOPE-69 > Project: Syncope > Issue Type: Improvement > Affects Versions: 1.0.0-incubating > Reporter: Francesco Chicchiricc=C3=B2 > Assignee: Francesco Chicchiricc=C3=B2 > Labels: javac, maven > Fix For: 1.0.0-incubating > > > Based on [1], a simple trick that seems to reduce total build time, espec= ially for multimodule projects. > Here follows what I could experiment on my machine (GNU / Linux 64bit / O= penJDK 6) > BEFORE > [INFO] Apache Syncope Root ............................... SUCCESS [0.140= s] > [INFO] Apache Syncope Quality ............................ SUCCESS [1.742= s] > [INFO] Apache Syncope .................................... SUCCESS [2.338= s] > [INFO] Apache Syncope Build Tools ........................ SUCCESS [6.164= s] > [INFO] Apache Syncope Client ............................. SUCCESS [4.062= s] > [INFO] Apache Syncope Core ............................... SUCCESS [2:00.= 219s] > [INFO] Apache Syncope Console ............................ SUCCESS [10.79= 9s] > [INFO] Apache Syncope Archetype .......................... SUCCESS [1.828= s] > [INFO] Apache Syncope Hibernate enhancer ................. SUCCESS [1.076= s] > [INFO] ------------------------------------------------------------------= ---- > [INFO] BUILD SUCCESS > [INFO] ------------------------------------------------------------------= ------ > [INFO] Total time: 2:29.002s > [INFO] Finished at: Mon Apr 30 08:51:18 CEST 2012 > [INFO] Final Memory: 97M/594M > [INFO] ------------------------------------------------------------------= ------ > AFTER > [INFO] Apache Syncope Root ............................... SUCCESS [0.142= s] > [INFO] Apache Syncope Quality ............................ SUCCESS [1.593= s] > [INFO] Apache Syncope .................................... SUCCESS [2.134= s] > [INFO] Apache Syncope Build Tools ........................ SUCCESS [5.953= s] > [INFO] Apache Syncope Client ............................. SUCCESS [3.510= s] > [INFO] Apache Syncope Core ............................... SUCCESS [1:54.= 870s] > [INFO] Apache Syncope Console ............................ SUCCESS [7.745= s] > [INFO] Apache Syncope Archetype .......................... SUCCESS [1.916= s] > [INFO] Apache Syncope Hibernate enhancer ................. SUCCESS [0.633= s] > [INFO] ------------------------------------------------------------------= ------ > [INFO] BUILD SUCCESS > [INFO] ------------------------------------------------------------------= ------ > [INFO] Total time: 2:19.145s > [INFO] Finished at: Mon Apr 30 08:58:10 CEST 2012 > [INFO] Final Memory: 61M/594M > [INFO] ------------------------------------------------------------------= ------ > I'ts only 10 secs, but why not? > [1]https://gist.github.com/2508909 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira