|
JeeWiz Architect's Guide
|
|
|
|
Contents >
11. How To
|
|
|
11.1 Move Your Working Directory
The JeeWiz distribution includes an examples directory, and the examples use build jobs relative to that directory.
To move one of the JeeWiz examples outside the JeeWiz directory structure, simply
- Copy the JeeWiz example directory to the new directory.
- Change the 'jwhome' property in build.xml (the Ant build file) so that it points back to where you installed JeeWiz.
For example, if JeeWiz is on C:, the property line for jwhome should be
<property name="jwhome" location="C:/jeewiz" />
|
The rest of the example is self-relative so it should now build and run in the new location.
Copyright (c) 2001-2008 New Technology/enterprise Ltd.