Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 4720 invoked from network); 24 Sep 2009 16:06:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Sep 2009 16:06:51 -0000 Received: (qmail 60007 invoked by uid 500); 24 Sep 2009 16:06:50 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 59963 invoked by uid 500); 24 Sep 2009 16:06:50 -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 59844 invoked by uid 99); 24 Sep 2009 16:06:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Sep 2009 16:06:50 +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; Thu, 24 Sep 2009 16:06:48 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id EF37C234C48C; Thu, 24 Sep 2009 09:06:27 -0700 (PDT) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 46326] StarTeam: Use Cache Agent for Checkouts X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Optional SCM tasks X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: kevin.ketchum@mckesson.com X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20090924160627.EF37C234C48C@brutus.apache.org> Date: Thu, 24 Sep 2009 09:06:27 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=46326 --- Comment #26 from Kevin Ketchum 2009-09-24 09:06:27 PDT --- (In reply to comment #21) > Tested the following 'logOnProvider' option: > logOnProvider="org.apache.tools.ant.taskdefs.optional.starteam.StarTeamAutoLogOn" > 1. Logged into GUI and ensured StarTeam ToolBar had cached my creds. > 2. Ran ant checkout > 3. Server Log shows login with my cached login name > 4. Logged on as a different user (chose the save creds option in Log On As... > dialog) > 5. Ran ant checkout > 6. Server Log shows login with newly cached login name > 7. Killed StarTeam ToolBar - ensuring nothing was cached. > 8. Ran ant checkout > 9. Got this error - > build.xml:19: The following error occurred while executing this line: > build.xml:59: Unable to find root folder build in repository at > starteamapp:49260/Test Project/Test View > I beleive that an error indicating ant can't find/use cached starteam > credentials should be displayed and the process to halt then, rather than > continuing. John's most recent version now includes an error line that indicates that credentials are not cached. This looks good. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.