From: Eric P. <th...@us...> - 2010-08-22 07:22:17
|
Update of /cvsroot/sandev/sand In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28250 Modified Files: readme.html Log Message: Removed mention of the SAND_HOME env variable. Index: readme.html =================================================================== RCS file: /cvsroot/sandev/sand/readme.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** readme.html 30 Jul 2008 22:07:11 -0000 1.7 --- readme.html 22 Aug 2010 07:22:09 -0000 1.8 *************** *** 54,58 **** of stub classes for symbol resolution when compiling the generators. In ! <code>SAND_HOME/apps/basics/build/generate/org/sandev/generator</code> create empty class declarations in the <code>com.sun.javadoc</code> package: <ol> --- 54,58 ---- of stub classes for symbol resolution when compiling the generators. In ! <code>sand/apps/basics/build/generate/org/sandev/generator</code> create empty class declarations in the <code>com.sun.javadoc</code> package: <ol> *************** *** 143,147 **** <code>sandbuild.jar</code> (custom tasks). Easiest thing to do is modify your CLASSPATH environment variable to include these (e.g ! <code>CLASSPATH=/Developer/Java/Ant/lib/ant.jar:$SAND_HOME/platform/sandbuild/env/sandbuild.jar...</code> More on sandbuild.jar later on. </p> --- 143,147 ---- <code>sandbuild.jar</code> (custom tasks). Easiest thing to do is modify your CLASSPATH environment variable to include these (e.g ! <code>CLASSPATH=/Developer/Java/Ant/lib/ant.jar:/general/sand/platform/sandbuild/env/sandbuild.jar...</code> More on sandbuild.jar later on. </p> *************** *** 166,172 **** </code></ul></p> ! <p>Then you can just update whenever you want to get the latest. Once you ! have the source, define the <code>SAND_HOME</code> environment variable to ! be the sand directory (e.g. <code>/general/sand</code>).</p> --- 166,170 ---- </code></ul></p> ! <p>Then you can just update whenever you want to get the latest. </p> *************** *** 178,182 **** <li><p>Verify the sandbuild.jar file with the custom Ant tasks is up to date: <ul><code> ! cd $SAND_HOME/platform/sandbuild/build <br/> ant </ul></code></p> --- 176,180 ---- <li><p>Verify the sandbuild.jar file with the custom Ant tasks is up to date: <ul><code> ! cd sand/platform/sandbuild/build <br/> ant </ul></code></p> *************** *** 193,197 **** <li><p>Build the sample TaskHeapDemo application: <ul><code> ! cd $SAND_HOME/deploy/TaskHeapDemo/build <br/> ant </ul></code></p> --- 191,195 ---- <li><p>Build the sample TaskHeapDemo application: <ul><code> ! cd sand/deploy/TaskHeapDemo/build <br/> ant </ul></code></p> *************** *** 210,214 **** <li><p>Verify the demo app comes up: <ol> ! <li>open the generated <code>$SAND_HOME/docs/index.html</code> <li>click the "TaskHeapDemo" link in the upper left <li>click the "localhost TaskHeap webapp user interface" link in the --- 208,212 ---- <li><p>Verify the demo app comes up: <ol> ! <li>open the generated <code>sand/docs/index.html</code> <li>click the "TaskHeapDemo" link in the upper left <li>click the "localhost TaskHeap webapp user interface" link in the *************** *** 235,239 **** <p><ul><code> ! cd $SAND_HOME/deploy/TaskHeapDemo/build <br/> ant scrub <br/> ant -f initproj.xml --- 233,237 ---- <p><ul><code> ! cd sand/deploy/TaskHeapDemo/build <br/> ant scrub <br/> ant -f initproj.xml |