#683: Unhandled error, Build.setupBuild failed
------------------------+---------------------------------------------------
Reporter:  tfogal       |        Owner:           
    Type:  enhancement  |       Status:  new      
Priority:  minor        |    Milestone:  undecided
 Version:               |   Resolution:           
Keywords:               |  
------------------------+---------------------------------------------------
Changes (by tfogal):

  * priority:  major => minor
  * type:  defect => enhancement


Comment:

 Ah-hah!  This is a configuration error.

 I had

 {{{
 checkout = SVN(...)
 win_compile = shell.ShellCommand(["msbuild", ...)
 win_steps = [ checkout, compile ]
 }}}

 in my configuration.  Note that the second step in {{{win_steps}}} is
 {{{compile}}}, when it should be {{{win_compile}}}!

 It appears {{{compile}}} is some sort of builtin, so buildbot did not
 notice a configuration error.

 I'm am leaving this open, changing to an enhancement, and lowering the
 priority -- all as a request for improved error checking in factory's
 {{{addStep}}}!

-- 
Ticket URL: <http://buildbot.net/trac/ticket/683#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to