Updates for changes to SCons error messages.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 12 Jan 2010 07:15:03 +0000 (07:15 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 12 Jan 2010 07:15:03 +0000 (07:15 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@4612 fdb21ef1-2011-0410-befe-b5e4ea1792b1

doc/user/factories.xml
doc/user/misc.xml

index 6424207521d70285ef6c2626d0a8b145e13f99e5..f6ea89d34029fdf7172ff3d81120db0681ba122c 100644 (file)
       Copy("tempdir/file.in", "file.in")
       process tempdir
       Move("file.out", "tempdir/output_file")
-      scons: *** [file.out] No such file or directory
+      scons: *** [file.out] tempdir/output_file: No such file or directory
     </screen>
 
   </section>
index f6dec574c63fbd25a52344ca9980986e17db22a8..7d2bf237a4311e1bf29cd7f348eaabc95a1a3ff4 100644 (file)
 
     <screen>
       % <userinput>scons -Q</userinput>
-      AttributeError: NodeList instance has no attribute 'abspath':
+      AttributeError: 'NodeList' object has no attribute 'abspath':
         File "/home/my/project/SConstruct", line 8:
           print object_file.abspath
     </screen>