From uima-dev-return-171-apmail-incubator-uima-dev-archive=incubator.apache.org@incubator.apache.org Wed Nov 15 14:58:46 2006 Return-Path: Delivered-To: apmail-incubator-uima-dev-archive@locus.apache.org Received: (qmail 49408 invoked from network); 15 Nov 2006 14:58:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Nov 2006 14:58:46 -0000 Received: (qmail 1080 invoked by uid 500); 15 Nov 2006 14:58:56 -0000 Delivered-To: apmail-incubator-uima-dev-archive@incubator.apache.org Received: (qmail 1066 invoked by uid 500); 15 Nov 2006 14:58:56 -0000 Mailing-List: contact uima-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: uima-dev@incubator.apache.org Delivered-To: mailing list uima-dev@incubator.apache.org Received: (qmail 1050 invoked by uid 99); 15 Nov 2006 14:58:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 06:58:56 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lally.adam@gmail.com designates 66.249.82.224 as permitted sender) Received: from [66.249.82.224] (HELO wx-out-0506.google.com) (66.249.82.224) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 06:58:43 -0800 Received: by wx-out-0506.google.com with SMTP id h29so265507wxd for ; Wed, 15 Nov 2006 06:57:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=ZLmHp/cAsQmWVhBPdfhvOe4O8tXKHlERCKW1QWqZU69Xwug7YfyElS57QvuzDqqi5qaU8lnS0KFXqXXiL+9EV7+1+fAmNS5Bk57fwOkdfdi6a2Ryd2d80ni6UVHwnK7vbg8MuaOBDSM8Y9elOMt7ytLb/77TwLsjUPYsUo94g/8= Received: by 10.90.90.16 with SMTP id n16mr2296942agb.1163602663515; Wed, 15 Nov 2006 06:57:43 -0800 (PST) Received: by 10.90.81.19 with HTTP; Wed, 15 Nov 2006 06:57:43 -0800 (PST) Message-ID: <2787e08a0611150657t67d2eae8u8333495a1cb3eff7@mail.gmail.com> Date: Wed, 15 Nov 2006 09:57:43 -0500 From: "Adam Lally" Sender: lally.adam@gmail.com To: uima-dev@incubator.apache.org Subject: Re: Build questions In-Reply-To: <455B2907.4060809@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <455B2907.4060809@gmx.de> X-Google-Sender-Auth: 61645e5a525954a4 X-Virus-Checked: Checked by ClamAV on apache.org On 11/15/06, Thilo Goetz wrote: > - When setting up the build for Eclipse, the M2_REPO variable needs to > be set up manually. Is this correct? If so, this is missing from the > instructions, and I'll be happy to add the information. The M2_REPO variable should be created by this step in the instructions: mvn -Declipse.workspace= eclipse:add-maven-repo (you might need to restart eclipse, however; I'm not sure). > - After running mvn install, I have some files in my workspace that are > not in svn, or no longer in sync: uimaj-core/Sofa.xcas has (whitespace) > changes. What's the purpose of that file? uimaj-cpe/checkpoint.dat is > not in svn. Should we set svn:ignore? What are the > checkpoint_synchPoint.xml[.prev] used for? Hmmm... I thought I added those checkpoint files to svn:ignore already. These files are created and/or used by the unit tests. If they're created by the unit tests, the unit tests should delete them afterwards. I tried to add them to svn:ignore since I was too lazy to fix the tests. I'm not sure if Sofa.xcas is created by the unit tests or if it needs to preexist - if it needs to preexist then it should get moved out of the root directory. -Adam