[Rock-dev] [rock] #285: autoproj throws error in exception message in manifest.rb

rock noreply at opendfki.de
Fri Jun 21 10:53:54 CEST 2013


#285: autoproj throws error in exception message in manifest.rb
-----------------------+-----------------------------------
 Reporter:  renken@…   |      Owner:  rock-dev-mailing-list
     Type:  defect     |     Status:  new
 Priority:  major      |  Milestone:
Component:  toolchain  |   Keywords:
-----------------------+-----------------------------------
 autoproj update aborts with "no method" exception in manifest.rb:1843

 {{{
            begin
                 result.filter_excluded_and_ignored_packages(self)
             rescue ExcludedSelection => e
                 if validate
                     raise e, "#{e.sel}, which is selected in the layout,
 cannot be built: #{e.message}", e.backtrace
                 end
             end
             result

 }}}

 I think it should be:
 {{{
 raise e, "#{e.selection}, which is selected in the layout, cannot be
 built: #{e.message}", e.backtrace
 }}}

-- 
Ticket URL: <http://rock.opendfki.de/ticket/285>
rock <http://rock.opendfki.de>
rock: the robot construction kit


More information about the Rock-dev mailing list