Phil 8.24.12

8:30 – 4:30 ESSO

  • Deployed the new version of PA and it’s associated Remote Objects
  • Found a new bug where a foreign key is interfering with the deletion of a project. Made a printout of the error for Dong.
  • Working more on learning and using MavenProject.
  • Trying a cheat. Rather than using the seriously complex maven tasks, I’m trying the SWT browser. That gives me access to the generated HTML, which I can then pull the appropriate DIV from. This appears to be what I’m looking for:
  • <div id="browsePage">
        <div class="pageContent">
            <div id="browseHeader">The Central Repository Browser</div>
                <div id="browseResult">
                    <div id="browseDocs"><div><h3 style="float: left;">Index of </h3><h3 id="browsePath" title="Click to enter path..."><a onclick="return BrowseManager.createHistoryAndLoad(true, '47');" href="#browse%7C47">central</a>/<a onclick="return BrowseManager.createHistoryAndLoad(true, '-1144916964');" href="#browse%7C-1144916964">HTTPClient</a>/<img src="ajaxsolr/images/editpen.png"></h3></div><table id="browseResultTable"><thead><tr><th>Name</th><th>Last Modified</th><th class="number">Size</th></tr></thead><tbody><tr class="d0"><td><a onclick="return BrowseManager.createHistoryAndLoad(true, '47');" href="#browse%7C47">../</a></td><td></td><td></td></tr><tr class="d1"><td><a onclick="return BrowseManager.createHistoryAndLoad(true, '-160590208');" href="#browse%7C-160590208">HTTPClient/</a></td><td>04-Jan-2007</td><td class="number">717.8 K</td></tr></tbody></table>
                    </div>
               </div>
          </div>
    </div>
  • Need to install the changelog in the apps I’m responsible for.