Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 888 invoked from network); 2 Feb 2010 11:40:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2010 11:40:42 -0000 Received: (qmail 94505 invoked by uid 500); 2 Feb 2010 11:40:42 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 94464 invoked by uid 500); 2 Feb 2010 11:40:42 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 94455 invoked by uid 99); 2 Feb 2010 11:40:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 11:40:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 11:40:41 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2FA89234C1EF for ; Tue, 2 Feb 2010 03:40:19 -0800 (PST) Message-ID: <1645107732.24771265110819193.JavaMail.jira@brutus.apache.org> Date: Tue, 2 Feb 2010 11:40:19 +0000 (UTC) From: "Amir (JIRA)" To: notifications@ant.apache.org Subject: [jira] Updated: (IVY-1166) ivy unable to increment revision correctly In-Reply-To: <1458600280.24731265110579176.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IVY-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amir updated IVY-1166: ---------------------- Description: ivy unable to increment revision correctly when buildnumber and publish task finish it keeps publishing version 1.0.2 using ivy 2.0.0 works fine. using : ----------------------------------- Client ant output: publish.release: [ivy:buildnumber] DEPRECATED: 'ivy.conf.file' is deprecated, use 'ivy.settings.file' instead [ivy:buildnumber] :: loading settings :: file = C:\dev\eclipse.workspace\AppClient\ivy\ivysettings-basic.xml [echo] Ivy repository says that the current ivy.revision is : 1.0.1 [echo] Ivy repository says that the current ivy.new.revision is : 1.0.2 [echo] Ivy repository says that the current ivy.build.number is : 1 [echo] Ivy repository says that the current ivy.new.build.number is : 2 :: delivering :: uk.co.company#AppWebServiceClient;working@z953831w :: 1.0.2 :: release :: Mon Feb 01 17:16:03 GMT 2010 delivering ivy file to C:\dev\eclipse.workspace\AppClient\dist\ivy.xml :: publishing :: uk.co.company#AppWebServiceClient published AppWebServiceClient to /opt/ivy-repository-2.1.0/myrepositoryNoDeps/no-namespace/uk.co.company/AppWebServiceClient//jars/AppWebServiceClient-1.0.2.jar published ivy to /opt/ivy-repository-2.1.0/myrepositoryNoDeps/no-namespace/uk.co.company/AppWebServiceClient//ivys/ivy-1.0.2.xml [echo] project AppWebServiceClient released with version 1.0.2 ######################################################## was: ivy unable to increment revision correctly when buildnumber and publish task finish it keeps publishing version 1.0.2 using ivy 2.0.0 works fine. using : > ivy unable to increment revision correctly > ------------------------------------------ > > Key: IVY-1166 > URL: https://issues.apache.org/jira/browse/IVY-1166 > Project: Ivy > Issue Type: Bug > Components: Ant > Affects Versions: 2.1.0-RC1, 2.1.0 > Environment: client(s): windowsxp and linux > server repository: linux > Reporter: Amir > > ivy unable to increment revision correctly > when buildnumber and publish task finish it keeps publishing version 1.0.2 > using ivy 2.0.0 works fine. > using : > > > > > organisation="uk.co.company" > module="AppWebServiceClient" > /> > > > > > > settingsRef="basic.settings" > artifactspattern="${dist.dir}/[artifact].[ext]" > resolver="vm-repository" > status="release" > conf="unversioned.jar" > forcedeliver="true" > overwrite="true" > pubrevision="${ivy.new.revision}" > /> > > > ----------------------------------- > Client ant output: > publish.release: > [ivy:buildnumber] DEPRECATED: 'ivy.conf.file' is deprecated, use 'ivy.settings.file' instead > [ivy:buildnumber] :: loading settings :: file = C:\dev\eclipse.workspace\AppClient\ivy\ivysettings-basic.xml > [echo] Ivy repository says that the current ivy.revision is : 1.0.1 > [echo] Ivy repository says that the current ivy.new.revision is : 1.0.2 > [echo] Ivy repository says that the current ivy.build.number is : 1 > [echo] Ivy repository says that the current ivy.new.build.number is : 2 > :: delivering :: uk.co.company#AppWebServiceClient;working@z953831w :: 1.0.2 :: release :: Mon Feb 01 17:16:03 GMT 2010 > delivering ivy file to C:\dev\eclipse.workspace\AppClient\dist\ivy.xml > :: publishing :: uk.co.company#AppWebServiceClient > published AppWebServiceClient to /opt/ivy-repository-2.1.0/myrepositoryNoDeps/no-namespace/uk.co.company/AppWebServiceClient//jars/AppWebServiceClient-1.0.2.jar > published ivy to /opt/ivy-repository-2.1.0/myrepositoryNoDeps/no-namespace/uk.co.company/AppWebServiceClient//ivys/ivy-1.0.2.xml > [echo] project AppWebServiceClient released with version 1.0.2 > ######################################################## -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.