Return-Path: X-Original-To: apmail-incubator-ctakes-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ctakes-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 C2DC6914F for ; Fri, 22 Feb 2013 15:22:43 +0000 (UTC) Received: (qmail 60774 invoked by uid 500); 22 Feb 2013 15:22:42 -0000 Delivered-To: apmail-incubator-ctakes-dev-archive@incubator.apache.org Received: (qmail 59351 invoked by uid 500); 22 Feb 2013 15:22:39 -0000 Mailing-List: contact ctakes-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ctakes-dev@incubator.apache.org Delivered-To: mailing list ctakes-dev@incubator.apache.org Received: (qmail 56912 invoked by uid 99); 22 Feb 2013 15:22:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2013 15:22:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [134.174.13.91] (HELO mailsmtp1.childrenshospital.org) (134.174.13.91) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2013 15:22:26 +0000 Received: from pps.filterd (mailsmtp1.childrenshospital.org [127.0.0.1]) by mailsmtp1.childrenshospital.org (8.14.5/8.14.5) with SMTP id r1MFIZNF009281 for ; Fri, 22 Feb 2013 10:21:44 -0500 Received: from smtpndc2.chboston.org (smtpndc2.chboston.org [10.20.50.105]) by mailsmtp1.childrenshospital.org with ESMTP id 1ap92erwn7-1 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 22 Feb 2013 10:21:44 -0500 Received: from pps.filterd (smtpndc2.chboston.org [127.0.0.1]) by smtpndc2.chboston.org (8.14.5/8.14.5) with SMTP id r1MFKNpJ027437 for ; Fri, 22 Feb 2013 10:21:43 -0500 Received: from chexhubcasbdc2.chboston.org (chexhubcasbdc2.chboston.org [10.20.18.93]) by smtpndc2.chboston.org with ESMTP id 1a392tkgw8-1 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Fri, 22 Feb 2013 10:21:43 -0500 Received: from CHEXMBX1A.CHBOSTON.ORG ([fe80::3c05:8ca9:55a6:f320]) by CHEXHUBCASBDC2.CHBOSTON.ORG ([::1]) with mapi id 14.02.0309.002; Fri, 22 Feb 2013 10:21:43 -0500 From: "Chen, Pei" To: "ctakes-dev@incubator.apache.org" Subject: RE: compile versus package Thread-Topic: compile versus package Thread-Index: Ac4QhjzZQIVV7BjJQsixK4NHDx7sBQAg5w1gAAvLDwAACkJBkA== Date: Fri, 22 Feb 2013 15:21:43 +0000 Message-ID: <924DE05C19409B438EB81DE683A942D9104B40DB@CHEXMBX1A.CHBOSTON.ORG> References: <924DE05C19409B438EB81DE683A942D9104B0E69@CHEXMBX1A.CHBOSTON.ORG> <2840EBD8-8796-49FA-A10B-139D4B4D2EEA@gmail.com> In-Reply-To: <2840EBD8-8796-49FA-A10B-139D4B4D2EEA@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.7.2.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327,1.0.431,0.0.0000 definitions=2013-02-22_06:2013-02-22,2013-02-22,1970-01-01 signatures=0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327,1.0.431,0.0.0000 definitions=2013-02-22_06:2013-02-22,2013-02-22,1970-01-01 signatures=0 X-Virus-Checked: Checked by ClamAV on apache.org Hi Andy, That's a really good point (there are some dependencies which are actually = no longer required). https://issues.apache.org/jira/browse/CTAKES-168 opened to track this... Probably worth reviewing and removing those. mvn dependency:tree could hel= p output the full tree. --Pei > -----Original Message----- > From: Andy McMurry [mailto:mcmurry.andy@gmail.com] > Sent: Friday, February 22, 2013 10:10 AM > To: ctakes-dev@incubator.apache.org > Subject: Re: compile versus package >=20 > Suggestion: after cTAKES graduation we should reduce the amount of > packaging dependancies. >=20 > For example, does the Smoking Pipeline depend on the medication NER? > I swam through the source code and didn't see any reason for the > dependancy. > http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-smoking- > status/pom.xml?view=3Dmarkup >=20 > (post graduation cleanup) >=20 > On Feb 22, 2013, at 9:39 AM, "Chen, Pei" > wrote: >=20 > > Hi Troy, > > Yes, you are correct- it really is doing two things. > > mvn clean compile should be sufficient if using mvn to run and resolve > dependencies which is nice. > > (We can update the docs if that makes it simpler) package is > > convenient in certain situations when it's convenient to have all of t= he 3rd > party and transient dependencies downloaded and bundled up such as > running it outside mvn with custom processes/scripts etc. > > > > --Pei > > > >> -----Original Message----- > >> From: Bleeker, Troy C. [mailto:Bleeker.Troy@mayo.edu] > >> Sent: Thursday, February 21, 2013 5:54 PM > >> To: ctakes-dev@incubator.apache.org > >> Subject: compile versus package > >> > >> The command > >> mvn clean compile package > >> is now in the doc for command line build however I was wondering if > >> that is really doing two things. If a developer just wants to run > >> code and not package up all the deliverables is this sufficient: > >> mvn clean compile > >> > >> Thanks > >> Troy Bleeker * Senior Business Analyst CBAP(r) * Biomedical > >> Statistics and Informatics > >> Phone: 507-293-1574 * Fax: 507-284-0360 * bleeker.troy@mayo.edu > Mayo > >> Clinic * 200 First Street SW * Rochester, MN 55905 * > >> www.mayoclinic.org > >