Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doc:beginner:creating_a_cram_package [2014/03/11 13:24] – Some design changes hmessdoc:beginner:creating_a_cram_package [2014/03/11 13:39] (current) hmess
Line 47: Line 47:
 === The code === === The code ===
  
-Put the following content into ''cram-tutorial.asd'':+Put the following content into ''cram-beginner-tutorial.asd'':
  
 <code lisp> <code lisp>
Line 85: Line 85:
 ==== Exporting the ASDF system to ROS ==== ==== Exporting the ASDF system to ROS ====
  
-To actually load the ASDF system, all files referenced in the system definition must be present and we are missing the file ''src/tutorial.lisp'', so create it with the following content:+To actually load the ASDF system, all files referenced in the system definition must be present and we are missing the file ''tutorial.lisp'' in ''src'', so create it with the following content:
  
 <code lisp> <code lisp>