<html>
    <head>
      <base href="http://bugzilla.ecoinformatics.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jianwu@sdsc.edu" title="jianwu <jianwu@sdsc.edu>"> <span class="fn">jianwu</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - replace ProjectLocator.findKeplerModulesDir() with something more robust."
   href="http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5669">bug 5669</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>jianwu@sdsc.edu
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - replace ProjectLocator.findKeplerModulesDir() with something more robust."
   href="http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5669#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - replace ProjectLocator.findKeplerModulesDir() with something more robust."
   href="http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5669">bug 5669</a>
              from <span class="vcard"><a class="email" href="mailto:jianwu@sdsc.edu" title="jianwu <jianwu@sdsc.edu>"> <span class="fn">jianwu</span></a>
</span></b>
        <pre>I tried today (r31073) on linux to use 'ant run' at another directory, such as:
ant -f ~/kepler/repository/kepler-trunk/build-area/build.xml run. Kepler won't
start. The reason is that ProjectLocator.buildDir is not set correctly.

Error details:

ant -f ~/kepler/repository/kepler-trunk/build-area/build.xml run                

Buildfile: /home/jianwu/kepler/repository/kepler-trunk/build-area/build.xml

compile:
     [echo] Note that you may need to run "ant force-ptolemy compile" to
compile ptolemy.
  [compile] Compiling configuration-manager...
  [compile] Compiling module-manager...
  [compile] Compiling core...
  [compile] Compiling event-state...
  [compile] Compiling util...
  [compile] Compiling component-library...
  [compile] Compiling sms...
  [compile] Compiling data-handling...
  [compile] Compiling ssh...
  [compile] Compiling io...
  [compile] Compiling job...
  [compile] Compiling repository...
  [compile] Compiling authentication...
  [compile] Compiling module-manager-gui...
  [compile] Compiling gui...
  [compile] Compiling authentication-gui...
  [compile] Compiling ecogrid...
  [compile] Compiling dataturbine...
  [compile] Compiling opendap...
  [compile] Compiling actors...
  [compile] Compiling display-redirect...
  [compile] Compiling loader...
  [compile] Compiling r...

run:
      [run] WARNING: Using virtual project location.

BUILD FAILED
/home/jianwu/kepler/repository/kepler-trunk/build-area/build.xml:52: Could not
create type run due to java.lang.NullPointerException

Total time: 0 seconds</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>