[JIRA] [tfs] (JENKINS-16208) TFS SCM Polling: FATAL: Parse error. Unable to find an item within a changeset

2013-05-30 Thread david.cl...@hotelscombined.com (JIRA)














































david clark
 commented on  JENKINS-16208


TFS SCM Polling: FATAL: Parse error. Unable to find an item within a changeset















On further investigation, the commit message is the issue:

I am using git-tf to send from my git repo to tfs. I had --metadata set to true. This converts your git commit messages like "blah" to something like:

"Commit abcdef (Tue May 21 14:19:15 2013 +1000)
Author: David Clark david.clark@redacted.com
Committer: David Clark david.clark@redacted.com
-
blah
"

Which is causing the parse error in the polling. (Due to "---" it seems).

BTW: for anyone with a repo in this state you can fix it by:

1. git tf configure --no-metadata
2. push a change OR using team explorer, edit the last change set comment to not contain "---"



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [tfs] (JENKINS-17973) TFS SCM Polling fails with :: FATAL: Parse error. Unable to find an item within a changeset

2013-05-15 Thread david.cl...@hotelscombined.com (JIRA)














































david clark
 created  JENKINS-17973


TFS SCM Polling fails with :: FATAL: Parse error. Unable to find an item within a changeset















Issue Type:


Bug



Affects Versions:


current



Assignee:


redsolo



Components:


tfs



Created:


16/May/13 1:24 AM



Description:


The SCM polling runs fine but then a tfs change is detected this error occurs:


Started on May 16, 2013 11:17:30 AM}}
[workspace] $ /Applications/TEE-CLC-10.0.0/tf history "$/Hotel Search iPhone" -noprompt -version:D2013-05-10T01:59:13Z~D2013-05-16T01:17:31Z -recursive -format:detailed -server:http://tfs2012:8080/tfs 
Changeset: 41150
User: AAA\DavidC
Date: May 16, 2013 11:04:19 AM

Comment:
  Commit 0ad1f0c (Thu May 16 08:39:06 2013 +1000)
Author: David Clark david.cl...@hotelscombined.com
Committer: David Clark david.cl...@hotelscombined.com
-
testing ci



Items:
  edit $/Hotel Search iPhone/HCWeb/HCWeb-Info.plist

FATAL: Parse error. Unable to find an item within a changeset.  Please report this as a bug.  Changesetdata = "
Changeset: 41150
User: AAA\DavidC
Date: May 16, 2013 11:04:19 AM
Comment:
  Commit 0ad1f0c (Thu May 16 08:39:06 2013 +1000)
Author: David Clark david.cl...@hotelscombined.com
Committer: David Clark david.cl...@hotelscombined.com

".
null
FATAL: Aborted
Done. Took 3.2 sec
No changes

 

The same error occurs when the build is triggered manually after a tfs checkin, however a second manual build will then succeed.




Environment:


Mac OSX Mountain Lion




Project:


Jenkins



Labels:


tfs
scm
mac
osx




Priority:


Major



Reporter:


david clark

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [tfs] (JENKINS-16208) TFS SCM Polling: FATAL: Parse error. Unable to find an item within a changeset

2013-05-15 Thread david.cl...@hotelscombined.com (JIRA)












































 
david clark
 edited a comment on  JENKINS-16208


TFS SCM Polling: FATAL: Parse error. Unable to find an item within a changeset
















I am having the same issue, however the commit message is not the problem.
Also: The TFS server poller fails forever after a tfs checkin. However, if I manually run the build it will fail once, then work on the next try.

Here is the log:

Started on May 3, 2013 5:38:07 PM
[workspace] $ /Applications/TEE-CLC-10.0.0/tf history "$/Hotel Search iPhone" -noprompt -version:D2013-05-03T07:32:40Z~D2013-05-03T07:38:08Z -recursive -format:detailed -server:http://tfs2012:8080/tfs 
Changeset: 40495
User: AAA\DavidC
Date: May 3, 2013 5:37:50 PM

Comment:
  Commit 853906c (Fri May 03 17:37:43 2013 +1000)
Author: David Clark david.cl...@hotelscombined.com
Committer: David Clark david.cl...@hotelscombined.com
-
version bump to test CI



Items:
  edit $/Hotel Search iPhone/HCWeb/HCWeb-Info.plist

FATAL: Parse error. Unable to find an item within a changeset.  Please report this as a bug.  Changesetdata = "
Changeset: 40495
User: AAA\DavidC
Date: May 3, 2013 5:37:50 PM
Comment:
  Commit 853906c (Fri May 03 17:37:43 2013 +1000)
Author: David Clark david.cl...@hotelscombined.com
Committer: David Clark david.cl...@hotelscombined.com

".
null
FATAL: Aborted
Done. Took 4.1 sec
No changes





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [xcode] (JENKINS-17457) get a non-existing directory problem when making an IPA after building a workspace.

2013-05-08 Thread david.cl...@hotelscombined.com (JIRA)














































david clark
 commented on  JENKINS-17457


get a non-existing directory problem when making an IPA after building a workspace.















I am having a similar issue. I am not using cocoapods, and I have specified a value for configuration, but I have set it to ${Environment} a variable that I set earlier. The message that I get is:

Cannot remove *.ipa files from a non-existing directory: /Users/Shared/Jenkins/Home/jobs/HotelSearch_iPhone_stage/workspace/build/${Environment}-iphoneos

Environment is set to Stage and the directory /Users/Shared/Jenkins/Home/jobs/HotelSearch_iPhone_stage/workspace/build/Stage-iphoneos does exist.

BTW: for your issue Dan, as a workaround, what happens if you do just specify Release for configuration? Does it break the workspace build?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [tfs] (JENKINS-16208) TFS SCM Polling: FATAL: Parse error. Unable to find an item within a changeset

2013-05-03 Thread david.cl...@hotelscombined.com (JIRA)














































david clark
 commented on  JENKINS-16208


TFS SCM Polling: FATAL: Parse error. Unable to find an item within a changeset















I am having the same issue, however the commit message is not the issue.
Also: The TFS server poller fails forever after a tfs checkin. However, if I manually run the build it will fail once, then work on the next try.

Here is the log:
Started on May 3, 2013 5:38:07 PM
workspace $ /Applications/TEE-CLC-10.0.0/tf history "$/Hotel Search iPhone" -noprompt -version2013-05-03T07:32:40Z~D2013-05-03T07:38:08Z -recursive -format:detailed -server:http://tfs2012:8080/tfs 
Changeset: 40495
User: AAA\DavidC
Date: May 3, 2013 5:37:50 PM

Comment:
  Commit 853906c (Fri May 03 17:37:43 2013 +1000)
Author: David Clark david.cl...@hotelscombined.com
Committer: David Clark david.cl...@hotelscombined.com
-
version bump to test CI



Items:
  edit $/Hotel Search iPhone/HCWeb/HCWeb-Info.plist

FATAL: Parse error. Unable to find an item within a changeset.  Please report this as a bug.  Changesetdata = "
Changeset: 40495
User: AAA\DavidC
Date: May 3, 2013 5:37:50 PM
Comment:
  Commit 853906c (Fri May 03 17:37:43 2013 +1000)
Author: David Clark david.cl...@hotelscombined.com
Committer: David Clark david.cl...@hotelscombined.com

".
null
FATAL: Aborted
Done. Took 4.1 sec
No changes



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [tfs] (JENKINS-16208) TFS SCM Polling: FATAL: Parse error. Unable to find an item within a changeset

2013-05-03 Thread david.cl...@hotelscombined.com (JIRA)












































 
david clark
 edited a comment on  JENKINS-16208


TFS SCM Polling: FATAL: Parse error. Unable to find an item within a changeset
















I am having the same issue, however the commit message is not the problem.
Also: The TFS server poller fails forever after a tfs checkin. However, if I manually run the build it will fail once, then work on the next try.

Here is the log:
Started on May 3, 2013 5:38:07 PM
workspace $ /Applications/TEE-CLC-10.0.0/tf history "$/Hotel Search iPhone" -noprompt -version2013-05-03T07:32:40Z~D2013-05-03T07:38:08Z -recursive -format:detailed -server:http://tfs2012:8080/tfs 
Changeset: 40495
User: AAA\DavidC
Date: May 3, 2013 5:37:50 PM

Comment:
  Commit 853906c (Fri May 03 17:37:43 2013 +1000)
Author: David Clark david.cl...@hotelscombined.com
Committer: David Clark david.cl...@hotelscombined.com
-
version bump to test CI



Items:
  edit $/Hotel Search iPhone/HCWeb/HCWeb-Info.plist

FATAL: Parse error. Unable to find an item within a changeset.  Please report this as a bug.  Changesetdata = "
Changeset: 40495
User: AAA\DavidC
Date: May 3, 2013 5:37:50 PM
Comment:
  Commit 853906c (Fri May 03 17:37:43 2013 +1000)
Author: David Clark david.cl...@hotelscombined.com
Committer: David Clark david.cl...@hotelscombined.com

".
null
FATAL: Aborted
Done. Took 4.1 sec
No changes



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.