liulee / gurtle

Automatically exported from code.google.com/p/gurtle
0 stars 0 forks source link

IssueUpdateSetup Authentication problem #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I checked out the latest copy from here

http://gurtle.googlecode.com/svn/scripts/

Added a new environmental variable as described here

http://code.google.com/p/gurtle/wiki/IssueUpdateSetup

Changed the path of the variable so it now reads

Variable name: GURTLE_ISSUE_UPDATE_CMD
Variable value: D:\Gurtle\updissue.cmd --username {username} --password
{password} --project {project} --issue {issue.id} --status {status}
--comment {comment} --debug

During the commit process, I use Gurtle to select the issue from the list
of known issues and commit. The issue gets committed fine but at the end
when the IssueUpdate window comes up so that I can change the issue status.
I submit the form, enter my username and password and get prompted with an
alert box which says

---------------------------
Gurtle: Exception
---------------------------
Issue update command failed with an exit code of 1.
---------------------------
OK   
---------------------------

And the main updating issue window has the following at the bottom

System.Exception: Issue update command failed with an exit code of 1.
   at Gurtle.Plugin.UpdateIssue(String project, IssueUpdate update,
NetworkCredential credential, Action`1 stdout, Action`1 stderr) in
c:\Users\atifa\Desktop\Gurtle\src\Gurtle\Plugin.cs:line 413
   at Gurtle.Plugin.<>c__DisplayClass11.<OnCommitFinished>b__5(Object
sender, DoWorkEventArgs args) in
c:\Users\atifa\Desktop\Gurtle\src\Gurtle\Plugin.cs:line 258
   at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
   at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)

*See attached file for the full log

Original issue reported on code.google.com by chriswat...@gmail.com on 18 Mar 2010 at 12:27

Attachments:

GoogleCodeExporter commented 9 years ago
I should also note my username is my email address, i.e a non-gmail account
'chris@network-13.com'

Original comment by chriswat...@gmail.com on 18 Mar 2010 at 12:33