From continuum-dev-return-4477-apmail-maven-continuum-dev-archive=maven.apache.org@maven.apache.org Wed Feb 01 20:21:33 2006 Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 65650 invoked from network); 1 Feb 2006 20:21:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Feb 2006 20:21:32 -0000 Received: (qmail 53945 invoked by uid 500); 1 Feb 2006 20:21:30 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 53859 invoked by uid 500); 1 Feb 2006 20:21:30 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 53788 invoked by uid 99); 1 Feb 2006 20:21:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2006 12:21:30 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2006 12:21:27 -0800 Received: (qmail 13127 invoked by uid 89); 1 Feb 2006 20:21:06 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 1 Feb 2006 20:21:06 -0000 Message-ID: <76441403.1138825266677.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 1 Feb 2006 14:21:06 -0600 (CST) From: "John Casey (JIRA)" To: continuum-dev@maven.apache.org Subject: [jira] Updated: (CONTINUUM-518) Top directory files in project (ie: pom.xml) not updated from CVS on subsequent builds. In-Reply-To: <127956537.1134771365349.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://jira.codehaus.org/browse/CONTINUUM-518?page=all ] John Casey updated CONTINUUM-518: --------------------------------- Fix Version: 1.0.3 > Top directory files in project (ie: pom.xml) not updated from CVS on subsequent builds. > --------------------------------------------------------------------------------------- > > Key: CONTINUUM-518 > URL: http://jira.codehaus.org/browse/CONTINUUM-518 > Project: Continuum > Type: Bug > Components: Core system > Versions: 1.0.2 > Environment: Continuum 1.0.2 > Maven 2.0 > Solaris 5.8SP4 > Reporter: Alex Mayorga Adame > Fix For: 1.0.3 > > > Files in top level folder of the project CVS doesn't get updated when builds are trigged. I've issolated this to the /working-directory working copies folders. > Here you can see the cvs update of a sample project in /tmp/sampleProject > bash-2.03$ cvs update > cvs server: Updating . > cvs server: Updating src > cvs server: Updating src/main > cvs server: Updating src/main/java > cvs server: Updating src/main/java/com > cvs server: Updating src/main/java/com/citigroup > cvs server: Updating src/main/java/com/citigroup/sampleapp > cvs server: Updating src/main/webapp > cvs server: Updating src/main/webapp/WEB-INF > cvs server: Updating src/main/webapp/html-jsp > cvs server: Updating src/site > cvs server: Updating src/site/apt > but when the cvs update is issued in the /working-directory/7 that contains the same sampleProject this is the output > bash-2.03$ cvs update > cvs server: Updating src > cvs server: Updating src/main > cvs server: Updating src/main/java > cvs server: Updating src/main/java/com > cvs server: Updating src/main/java/com/citigroup > cvs server: Updating src/main/java/com/citigroup/sampleapp > cvs server: Updating src/main/webapp > cvs server: Updating src/main/webapp/WEB-INF > cvs server: Updating src/main/webapp/html-jsp > cvs server: Updating src/site > cvs server: Updating src/site/apt > Some how the top level folder . is being ignored in the projects checked out by Continuum. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira