<div class="gmail_quote">Woops!<br><br>Looks like I messed up the shade config:<br><br><br>
                  &lt;include&gt;freemarker:null&lt;/include&gt;<br><br>should be:<br><br><br>
                  &lt;include&gt;org.freemarker:*&lt;/include&gt;<br><font color="#888888"><br>~Lincoln</font><div><div></div><div class="h5"><br><br><div class="gmail_quote">On Wed, Apr 20, 2011 at 4:56 PM, brian <span dir="ltr">&lt;<a href="mailto:brianx@vt.edu" target="_blank">brianx@vt.edu</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">looks like hibernate-tools doesn&#39;t have the dependency from freemarker<br>
<br>
&lt;dependency&gt;<br>
&lt;groupId&gt;org.freemarker&lt;/groupId&gt;<br>
  &lt;artifactId&gt;freemarker&lt;/artifactId&gt;<br>
  &lt;!-- Latest 2.3.x (not 2.4.x), at least 2.3.16 --&gt;<br>
  &lt;version&gt;[2.3.16,2.4)&lt;/version&gt;<br>
&lt;/dependency&gt;<br>
<br>
... it mentions freemarker here:<br>
<br>
      &lt;plugin&gt;<br>
        &lt;artifactId&gt;maven-shade-plugin&lt;/artifactId&gt;<br>
        &lt;version&gt;1.4&lt;/version&gt;<br>
        &lt;executions&gt;<br>
          &lt;execution&gt;<br>
            &lt;phase&gt;package&lt;/phase&gt;<br>
            &lt;goals&gt;<br>
              &lt;goal&gt;shade&lt;/goal&gt;<br>
            &lt;/goals&gt;<br>
            &lt;configuration&gt;<br>
              &lt;artifactSet&gt;<br>
                &lt;includes&gt;<br>
                  &lt;include&gt;antlr:*&lt;/include&gt;<br>
                  &lt;include&gt;org.hibernate:*&lt;/include&gt;<br>
                  &lt;include&gt;dom4j:*&lt;/include&gt;<br>
                  &lt;include&gt;freemarker:null&lt;/include&gt;<br>
                &lt;/includes&gt;<br>
              &lt;/artifactSet&gt;<br>
            &lt;/configuration&gt;<br>
          &lt;/execution&gt;<br>
        &lt;/executions&gt;<br>
      &lt;/plugin&gt;<br>
<br>
<br>
...but i don&#39;t know from shade, so i can&#39;t read that.<br>
<div><div></div><div><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
On Wed, 2011-04-20 at 16:36 -0400, Lincoln Baxter, III wrote:<br>
&gt; while forge is running, type:<br>
&gt;<br>
&gt; $ set VERBOSE true<br>
&gt;<br>
&gt; you can use &lt;TAB&gt; to see a list of all &quot;$ set&quot; options.<br>
&gt;<br>
&gt; On Wed, Apr 20, 2011 at 3:48 PM, brian &lt;<a href="mailto:brianx@vt.edu" target="_blank">brianx@vt.edu</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;         max just sent msg saying out till tues.<br>
&gt;<br>
&gt;         where would i look for a stacktrace?  the shell is giving me a<br>
&gt;         oneliner<br>
&gt;         error:<br>
&gt;<br>
&gt;         ***ERROR*** [generate-entities]<br>
&gt;         freemarker/template/TemplateException<br>
&gt;<br>
&gt;         generated on the pj.start() call.  attempted to catch<br>
&gt;         exception but it&#39;s<br>
&gt;         getting eaten.  is there a log file somewhere for a stack<br>
&gt;         trace?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         On Wed, 2011-04-20 at 12:28 -0400, Lincoln Baxter, III wrote:<br>
&gt;         &gt; Awesome! That;s great news!<br>
&gt;         &gt;<br>
&gt;         &gt; Let&#39;s continue this on Forge-dev so that everyone can help<br>
&gt;         out be<br>
&gt;         &gt; available for future reference by other devs.<br>
&gt;         &gt;<br>
&gt;         &gt; Max, do you know what&#39;s up with this error? I know you told<br>
&gt;         me at one<br>
&gt;         &gt; point that you can control this type of behavior.<br>
&gt;         &gt;<br>
&gt;         &gt; Thanks,<br>
&gt;         &gt; ~Lincoln<br>
&gt;         &gt;<br>
&gt;         &gt; On Wed, Apr 20, 2011 at 11:59 AM, brian &lt;<a href="mailto:brianx@vt.edu" target="_blank">brianx@vt.edu</a>&gt;<br>
&gt;         wrote:<br>
&gt;         &gt;<br>
&gt;         &gt;         jmdc.readFromJDBC() is failing with this:<br>
&gt;         &gt;<br>
&gt;         &gt;         ***ERROR*** [generate-entities] Duplicate class name<br>
&gt;         &gt;         &#39;edu.vt.middleware.domain.AllFileGroups&#39; generated<br>
&gt;         for<br>
&gt;         &gt;         &#39;org.hibernate.mapping.Table(SYS._ALL_FILE_GROUPS)&#39;.<br>
&gt;         Same name<br>
&gt;         &gt;         where<br>
&gt;         &gt;         generated for<br>
&gt;         &gt;         &#39;org.hibernate.mapping.Table(SYS._ALL_FILE_GROUPS)&#39;<br>
&gt;         &gt;<br>
&gt;         &gt;         ...there should be a method/flag to tell it to<br>
&gt;         ignore the SYS<br>
&gt;         &gt;         tableset,<br>
&gt;         &gt;         huh?<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;         On Mon, 2011-04-11 at 10:50 -0400, Lincoln Baxter,<br>
&gt;         III wrote:<br>
&gt;         &gt;         &gt; I took the liberty of updating the plugin to use<br>
&gt;         the new<br>
&gt;         &gt;         APIs and get<br>
&gt;         &gt;         &gt; it to run. It doesn&#39;t however, succeed, because<br>
&gt;         it&#39;s missing<br>
&gt;         &gt;         the<br>
&gt;         &gt;         &gt; HSQLDB driver, and also has hard-coded JDBC<br>
&gt;         connection<br>
&gt;         &gt;         properties.<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt; On Mon, Apr 11, 2011 at 10:43 AM, brian<br>
&gt;         &lt;<a href="mailto:brianx@vt.edu" target="_blank">brianx@vt.edu</a>&gt;<br>
&gt;         &gt;         wrote:<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         ok i&#39;m in business.  knew it would be<br>
&gt;         something<br>
&gt;         &gt;         procedural.<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         got the source, rebuilt the plugin, it<br>
&gt;         runs.<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         now:  there is already a<br>
&gt;         GenerateEntities.java in<br>
&gt;         &gt;         &gt;<br>
&gt;         org.hibernate.forge.plugin.GenerateEntities.java.<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         the source you sent is in<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         org.jboss.seam.forge.persistence.plugins.GenerateEntities.java<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         ...they look eerily similar.  what gives?<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         On Mon, 2011-04-11 at 10:33 -0400, brian<br>
&gt;         wrote:<br>
&gt;         &gt;         &gt;         &gt; aha.<br>
&gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;         &gt; On Mon, 2011-04-11 at 10:18 -0400,<br>
&gt;         Lincoln Baxter,<br>
&gt;         &gt;         III<br>
&gt;         &gt;         &gt;         wrote:<br>
&gt;         &gt;         &gt;         &gt; &gt; With Git, do your changes in the repo<br>
&gt;         directory.<br>
&gt;         &gt;         Otherwise<br>
&gt;         &gt;         &gt;         it will not<br>
&gt;         &gt;         &gt;         &gt; &gt; be able to track them.<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt; ~Lincoln<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt; On Mon, Apr 11, 2011 at 10:17 AM,<br>
&gt;         Lincoln<br>
&gt;         &gt;         Baxter, III<br>
&gt;         &gt;         &gt;         &gt; &gt; &lt;<a href="mailto:lincolnbaxter@gmail.com" target="_blank">lincolnbaxter@gmail.com</a>&gt; wrote:<br>
&gt;         &gt;         &gt;         &gt; &gt;         Your local folder is actually<br>
&gt;         an entire<br>
&gt;         &gt;         clone of<br>
&gt;         &gt;         &gt;         the Git repo,<br>
&gt;         &gt;         &gt;         &gt; &gt;         with every revision from start<br>
&gt;         to<br>
&gt;         &gt;         finish. So when<br>
&gt;         &gt;         &gt;         you<br>
&gt;         &gt;         &gt;         &gt; &gt;         push/pull you are actually<br>
&gt;         synchronizing<br>
&gt;         &gt;         &gt;         repositories, This<br>
&gt;         &gt;         &gt;         &gt; &gt;         means that if your local repo<br>
&gt;         thinks<br>
&gt;         &gt;         it&#39;s ahead of<br>
&gt;         &gt;         &gt;         the remote<br>
&gt;         &gt;         &gt;         &gt; &gt;         repo, nothing will happen.<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;         Running this command will<br>
&gt;         probably fix<br>
&gt;         &gt;         your<br>
&gt;         &gt;         &gt;         issues:<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 `git reset HEAD^1<br>
&gt;         --hard`<br>
&gt;         &gt;         &gt;         &gt; &gt;                 `git reset HEAD^1<br>
&gt;         --hard`<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 `git pull<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         git://<a href="http://github.com/forge/plugin-hibernate-tools.git" target="_blank">github.com/forge/plugin-hibernate-tools.git</a><br>
&gt;         &gt;         &gt;         &gt; &gt;                 master<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;         Try those three. (The<br>
&gt;         duplicate is to<br>
&gt;         &gt;         make your<br>
&gt;         &gt;         &gt;         repo think<br>
&gt;         &gt;         &gt;         &gt; &gt;         that it&#39;s &quot;behind&quot;.)<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;         I know it&#39;s funky, but after I<br>
&gt;         became<br>
&gt;         &gt;         familiar,<br>
&gt;         &gt;         &gt;         the speed and<br>
&gt;         &gt;         &gt;         &gt; &gt;         control are very addictive<br>
&gt;         compared to<br>
&gt;         &gt;         SVN. (You<br>
&gt;         &gt;         &gt;         also don&#39;t<br>
&gt;         &gt;         &gt;         &gt; &gt;         have to worry about damaging<br>
&gt;         any .svn/<br>
&gt;         &gt;         &gt;         directories. Just the<br>
&gt;         &gt;         &gt;         &gt; &gt;         top-level .git/ directory,<br>
&gt;         which is a<br>
&gt;         &gt;         whole lot<br>
&gt;         &gt;         &gt;         less to keep<br>
&gt;         &gt;         &gt;         &gt; &gt;         track of.<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;         ~Lincoln<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;         On Mon, Apr 11, 2011 at 10:13<br>
&gt;         AM, brian<br>
&gt;         &gt;         &gt;         &lt;<a href="mailto:brianx@vt.edu" target="_blank">brianx@vt.edu</a>&gt; wrote:<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 blew away local<br>
&gt;         changes.<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 the way i&#39;m used to<br>
&gt;         seeing<br>
&gt;         &gt;         mvn/svn work is<br>
&gt;         &gt;         &gt;         that i have<br>
&gt;         &gt;         &gt;         &gt; &gt;                 a repo (in this<br>
&gt;         &gt;         &gt;         &gt; &gt;                 case<br>
&gt;         ~/plugin-hibernate-tools)<br>
&gt;         &gt;         and a<br>
&gt;         &gt;         &gt;         working dir (in<br>
&gt;         &gt;         &gt;         &gt; &gt;                 this<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         case /apps/src/brianxlong-plugin-hibernate-tools-2f38225) and<br>
&gt;         &gt;         &gt;         i make my<br>
&gt;         &gt;         &gt;         &gt; &gt;                 changes and do my<br>
&gt;         builds in my<br>
&gt;         &gt;         working<br>
&gt;         &gt;         &gt;         dir.<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 am i just doing it<br>
&gt;         wrong?<br>
&gt;         &gt;          what&#39;s the<br>
&gt;         &gt;         &gt;         workflow with<br>
&gt;         &gt;         &gt;         &gt; &gt;                 git?<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 here&#39;s the output i&#39;m<br>
&gt;         seeing<br>
&gt;         &gt;         &gt;         &gt; &gt;                 ...<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         brianx@elvis:~/plugin-hibernate-tools$ git<br>
&gt;         &gt;         &gt;         pull<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         git://<a href="http://github.com/forge/plugin-hibernate-tools.git" target="_blank">github.com/forge/plugin-hibernate-tools.git</a><br>
&gt;         &gt;         &gt;         &gt; &gt;                 master<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt;From<br>
&gt;         &gt;         &gt;<br>
&gt;         git://<a href="http://github.com/forge/plugin-hibernate-tools" target="_blank">github.com/forge/plugin-hibernate-tools</a><br>
&gt;         &gt;         &gt;         &gt; &gt;                  * branch<br>
&gt;          master<br>
&gt;         &gt;         -&gt;<br>
&gt;         &gt;         &gt;         FETCH_HEAD<br>
&gt;         &gt;         &gt;         &gt; &gt;                 Already up-to-date.<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 ...<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         brianx@elvis:~/plugin-hibernate-tools$ git<br>
&gt;         &gt;         &gt;         status<br>
&gt;         &gt;         &gt;         &gt; &gt;                 # On branch master<br>
&gt;         &gt;         &gt;         &gt; &gt;                 # Your branch is ahead<br>
&gt;         of<br>
&gt;         &gt;         &#39;origin/master&#39;<br>
&gt;         &gt;         &gt;         by 1 commit.<br>
&gt;         &gt;         &gt;         &gt; &gt;                 #<br>
&gt;         &gt;         &gt;         &gt; &gt;                 nothing to commit<br>
&gt;         (working<br>
&gt;         &gt;         directory<br>
&gt;         &gt;         &gt;         clean)<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         brianx@elvis:~/plugin-hibernate-tools$ git<br>
&gt;         &gt;         &gt;         remote -v<br>
&gt;         &gt;         &gt;         &gt; &gt;                 origin<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;          <a href="https://github.com/forge/plugin-hibernate-tools" target="_blank">https://github.com/forge/plugin-hibernate-tools</a><br>
&gt;         &gt;         &gt;         &gt; &gt;                 (fetch)<br>
&gt;         &gt;         &gt;         &gt; &gt;                 origin<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;          <a href="https://github.com/forge/plugin-hibernate-tools" target="_blank">https://github.com/forge/plugin-hibernate-tools</a><br>
&gt;         &gt;         &gt;         &gt; &gt;                 (push)<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 On Mon, 2011-04-11 at<br>
&gt;         09:37<br>
&gt;         &gt;         -0400, Lincoln<br>
&gt;         &gt;         &gt;         Baxter, III<br>
&gt;         &gt;         &gt;         &gt; &gt;                 wrote:<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; Hmmm.<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; That should have<br>
&gt;         worked. What<br>
&gt;         &gt;         was the<br>
&gt;         &gt;         &gt;         output of that<br>
&gt;         &gt;         &gt;         &gt; &gt;                 command?<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; Similarly, what<br>
&gt;         happens when<br>
&gt;         &gt;         you type<br>
&gt;         &gt;         &gt;         &#39;git status&#39;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 or &#39;git remote -v&#39;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; You might have local<br>
&gt;         changes<br>
&gt;         &gt;         that are<br>
&gt;         &gt;         &gt;         preventing the<br>
&gt;         &gt;         &gt;         &gt; &gt;                 merge.<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; Lincoln Baxter&#39;s<br>
&gt;         Droid<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; <a href="http://ocpsoft.com" target="_blank">http://ocpsoft.com</a><br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt;<br>
&gt;         <a href="http://scrumshark.com" target="_blank">http://scrumshark.com</a><br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; Keep it simple.<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; On Apr 11, 2011 9:33<br>
&gt;         AM,<br>
&gt;         &gt;         &quot;brian&quot;<br>
&gt;         &gt;         &gt;         &lt;<a href="mailto:brianx@vt.edu" target="_blank">brianx@vt.edu</a>&gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 wrote:<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; &gt; so since i did<br>
&gt;         this<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; &gt; On Fri, 2011-04-08<br>
&gt;         at 13:37<br>
&gt;         &gt;         -0400,<br>
&gt;         &gt;         &gt;         Lincoln Baxter,<br>
&gt;         &gt;         &gt;         &gt; &gt;                 III wrote:<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; &gt;&gt; git pull<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         git://<a href="http://github.com/forge/plugin-hibernate-tools.git" target="_blank">github.com/forge/plugin-hibernate-tools.git</a><br>
&gt;         &gt;         &gt;         &gt; &gt;                 master<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; &gt; and yet your last<br>
&gt;         suggestion<br>
&gt;         &gt;         worked<br>
&gt;         &gt;         &gt;         (saying my<br>
&gt;         &gt;         &gt;         &gt; &gt;                 source isn&#39;t<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; updated)...<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; &gt; did i miss a step<br>
&gt;         to get the<br>
&gt;         &gt;         source<br>
&gt;         &gt;         &gt;         from repo to<br>
&gt;         &gt;         &gt;         &gt; &gt;                 the source tree? i<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; had<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; &gt; to execute the git<br>
&gt;         pull from<br>
&gt;         &gt;         the<br>
&gt;         &gt;         &gt;         actual repo,<br>
&gt;         &gt;         &gt;         &gt; &gt;                 which isn&#39;t the way<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; i&#39;m<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; &gt; used to seeing<br>
&gt;         maven work.<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;                 &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;         --<br>
&gt;         &gt;         &gt;         &gt; &gt;         Lincoln Baxter, III<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;         <a href="http://ocpsoft.com" target="_blank">http://ocpsoft.com</a><br>
&gt;         &gt;         &gt;         &gt; &gt;         <a href="http://scrumshark.com" target="_blank">http://scrumshark.com</a><br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;         &quot;Keep it Simple&quot;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt;<br>
&gt;         &gt;         &gt;         &gt; &gt; --<br>
&gt;         &gt;         &gt;         &gt; &gt; Lincoln Baxter, III<br>
&gt;         &gt;         &gt;         &gt; &gt; <a href="http://ocpsoft.com" target="_blank">http://ocpsoft.com</a><br>
&gt;         &gt;         &gt;         &gt; &gt; <a href="http://scrumshark.com" target="_blank">http://scrumshark.com</a><br>
&gt;         &gt;         &gt;         &gt; &gt; &quot;Keep it Simple&quot;<br>
&gt;         &gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt;<br>
&gt;         &gt;         &gt; --<br>
&gt;         &gt;         &gt; Lincoln Baxter, III<br>
&gt;         &gt;         &gt; <a href="http://ocpsoft.com" target="_blank">http://ocpsoft.com</a><br>
&gt;         &gt;         &gt; <a href="http://scrumshark.com" target="_blank">http://scrumshark.com</a><br>
&gt;         &gt;         &gt; &quot;Keep it Simple&quot;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt; --<br>
&gt;         &gt; Lincoln Baxter, III<br>
&gt;         &gt; <a href="http://ocpsoft.com" target="_blank">http://ocpsoft.com</a><br>
&gt;         &gt; <a href="http://scrumshark.com" target="_blank">http://scrumshark.com</a><br>
&gt;         &gt; &quot;Keep it Simple&quot;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Lincoln Baxter, III<br>
&gt; <a href="http://ocpsoft.com" target="_blank">http://ocpsoft.com</a><br>
&gt; <a href="http://scrumshark.com" target="_blank">http://scrumshark.com</a><br>
&gt; &quot;Keep it Simple&quot;<br>
<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br></div></div>-- <br><div><div></div><div class="h5">Lincoln Baxter, III<br><a href="http://ocpsoft.com" target="_blank">http://ocpsoft.com</a><br><a href="http://scrumshark.com" target="_blank">http://scrumshark.com</a><br>
&quot;Keep it Simple&quot;<br>

</div></div></div><br><br clear="all"><br>-- <br>Lincoln Baxter, III<br><a href="http://ocpsoft.com">http://ocpsoft.com</a><br><a href="http://scrumshark.com">http://scrumshark.com</a><br>&quot;Keep it Simple&quot;<br>