[interchange-docs] xmldocs - jon modified refs/OrderProfile

docs at icdevgroup.org docs at icdevgroup.org
Sat Oct 11 23:37:22 UTC 2008


User:      jon
Date:      2008-10-11 23:37:22 GMT
Modified:  refs     OrderProfile
Log:
Note pitfalls of broad * file glob.

Revision  Changes    Path
1.4                  xmldocs/refs/OrderProfile


rev 1.4, prev_rev 1.3
Index: OrderProfile
===================================================================
RCS file: /var/cvs/xmldocs/refs/OrderProfile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -u -r1.3 -r1.4
--- OrderProfile	9 Oct 2008 10:23:18 -0000	1.3
+++ OrderProfile	11 Oct 2008 23:37:22 -0000	1.4
@@ -33,9 +33,9 @@
 __END__
 
 __NAME__ example: Dedicated directory for profile definitions
-A wildcard can be used instead of listing the files individually.
+A wildcard can be used instead of listing the files individually. Beware of editor working files, backup files, etc., that would be included with a broad file-matching glob of * even though that would be easiest. It's safer to use something like a uniform .profile suffix as in this example:
 <programlisting>
-OrderProfile profiles/*
+OrderProfile profiles/*.profile
 </programlisting>
 __END__
 







More information about the docs mailing list