From uima-dev-return-197-apmail-incubator-uima-dev-archive=incubator.apache.org@incubator.apache.org Wed Nov 15 17:52:26 2006 Return-Path: Delivered-To: apmail-incubator-uima-dev-archive@locus.apache.org Received: (qmail 45662 invoked from network); 15 Nov 2006 17:52:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Nov 2006 17:52:25 -0000 Received: (qmail 86781 invoked by uid 500); 15 Nov 2006 17:52:28 -0000 Delivered-To: apmail-incubator-uima-dev-archive@incubator.apache.org Received: (qmail 86749 invoked by uid 500); 15 Nov 2006 17:52:28 -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 86725 invoked by uid 99); 15 Nov 2006 17:52:27 -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 09:52:27 -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 twgoetz@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 15 Nov 2006 09:52:14 -0800 Received: (qmail invoked by alias); 15 Nov 2006 17:51:52 -0000 Received: from blueice4n1.de.ibm.com (EHLO [9.152.200.92]) [195.212.29.187] by mail.gmx.net (mp043) with SMTP; 15 Nov 2006 18:51:52 +0100 X-Authenticated: #25330878 Message-ID: <455B53B7.8070701@gmx.de> Date: Wed, 15 Nov 2006 18:51:51 +0100 From: Thilo Goetz User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: uima-dev@incubator.apache.org Subject: Re: Build questions References: <455B2907.4060809@gmx.de> <2787e08a0611150657t67d2eae8u8333495a1cb3eff7@mail.gmail.com> In-Reply-To: <2787e08a0611150657t67d2eae8u8333495a1cb3eff7@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org Adam Lally wrote: > 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). Doh, my fault. I left out that step. > >> - 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. So I added svn:ignore to checkpoint.dat, and fixed he Sofa.xcas issue with Jira ticket UIMA-27. > > -Adam