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 61598D071 for ; Wed, 13 Mar 2013 21:23:42 +0000 (UTC) Received: (qmail 28518 invoked by uid 500); 13 Mar 2013 21:23:42 -0000 Delivered-To: apmail-incubator-ctakes-dev-archive@incubator.apache.org Received: (qmail 28487 invoked by uid 500); 13 Mar 2013 21:23:42 -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 28479 invoked by uid 99); 13 Mar 2013 21:23:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Mar 2013 21:23:42 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [134.174.20.73] (HELO mailsmtp3.childrenshospital.org) (134.174.20.73) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Mar 2013 21:23:36 +0000 Received: from pps.filterd (mailsmtp3.childrenshospital.org [127.0.0.1]) by mailsmtp3.childrenshospital.org (8.14.5/8.14.5) with SMTP id r2DLKCUL031148 for ; Wed, 13 Mar 2013 17:22:54 -0400 Received: from smtpndc2.chboston.org (smtpndc2.chboston.org [10.20.50.105]) by mailsmtp3.childrenshospital.org with ESMTP id 1b2xp10sq4-1 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 13 Mar 2013 17:22:54 -0400 Received: from pps.filterd (smtpndc2.chboston.org [127.0.0.1]) by smtpndc2.chboston.org (8.14.5/8.14.5) with SMTP id r2DLFaVU008335 for ; Wed, 13 Mar 2013 17:22:54 -0400 Received: from chexhubcas2.chboston.org (internal-ndc-nat-v1260.tch.harvard.edu [10.20.50.4]) by smtpndc2.chboston.org with ESMTP id 1ayt3xknpc-2 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Wed, 13 Mar 2013 17:22:54 -0400 Received: from CHEXMBX1A.CHBOSTON.ORG ([fe80::3c05:8ca9:55a6:f320]) by CHEXHUBCAS2.CHBOSTON.ORG ([fe80::c21:dbf:ff97:edca%21]) with mapi id 14.02.0309.002; Wed, 13 Mar 2013 17:22:53 -0400 From: "Chen, Pei" To: "" CC: "ctakes-dev@incubator.apache.org" Subject: Re: running ctakes outside of eclipse? Thread-Topic: running ctakes outside of eclipse? Thread-Index: AQHOIC5HYQwN8YYIMUGItwnDK4LrQ5ikIXvR Date: Wed, 13 Mar 2013 21:22:53 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.10.8626,1.0.431,0.0.0000 definitions=2013-03-13_08:2013-03-13,2013-03-13,1970-01-01 signatures=0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.10.8626,1.0.431,0.0.0000 definitions=2013-03-13_08:2013-03-13,2013-03-13,1970-01-01 signatures=0 X-Virus-Checked: Checked by ClamAV on apache.org Hi Matt, You can run it within maven via profile "mvn compile -PrunCPE" Or if you download the bin, the same old .sh is in the /bin dir.=20 HTH Sent from my iPad On Mar 13, 2013, at 5:04 PM, "Coarr, Matt" wrote: > I usually run ctakes pipelines (generally the clinical document pipeline)= from within eclipse =97 by using the run configurations to start the cvd o= r cpe gui. >=20 > I'm trying to answer some questions for another group at my company that'= s trying to use ctakes as more of a non-developer tool. >=20 > What's the best way to run ctakes 3.0 outside eclipse? (e.g. command-lin= e) >=20 > When I want to "run ctakes" I usually run the clinical documents pipeline= (plain text) by loading up CVD or CPE GUI and then loading the clinical do= cuments pipeline xml descriptor. >=20 > Is there a script or something that sets up the classpath before you go o= ff and run CVD or a CPE? (for starting these tools from the command-line) >=20 > And what's the status of the old "runctakesCVD.sh"? Is that still support= ed in 3.0? >=20 > Thanks! >=20 > Matt