Changes between Version 1 and Version 2 of Good Design Flow Practice for XPS8.0


Ignore:
Timestamp:
Jun 20, 2006, 5:35:25 AM (18 years ago)
Author:
snovich
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Good Design Flow Practice for XPS8.0

    v1 v2  
    44
    55Despite being granted such freedoms, however, XPS can be extremely picky about how things are named and where they are placed -- even the order in which you generate different parts of the system. That said, this section will contain a system of steps and notes, that although some of which may not be required, will help ensure that you avoid any unnecessary errors that might set you back hours or days.
     6
     7=== 1: Project Creation ===
     8
     9* Make sure the directory structure and folder that will hold your system file has '''no''' spaces or underscores. [[BR]][[BR]]
     10Good example: [[BR]]
     11{{{
     12c:\projects\users\scott\MGTLoopback1\system.xmp
     13}}}
     14Bad example: [[BR]]
     15{{{
     16c:\XPS_Projects\users\scott\MGT Loopback Demo\system.xps
     17}}}
     18* Name the system, [[BR]] {{{ system.xmp }}}