• Details on Release 2.0

    By Thomas W Duff 2 decades ago

    Release 2.0 of iWatch is now out here for downloading. This version addresses the bug that was found where duplicate news items were created. It also fixes the wrapping URL issue on the newsletter. If a Google news alert has additional information links, this data is now captured in the News Item document. And finally, the profile document allows for the use of a proxy server and port.



    Because of the proxy code, it is definitely an ND6 application now. The java code for handling the proxy uses java 1.2 code, and R5 only goes up to 1.1.8. Sorry about that!



    Feel free to test things out and let me know what you find.

    • By Philippe Creytens 2 decades ago

      Thomas

      I will try to install the new version later on in the day. Hopefully not that plenty of feedback needed ;-)



      – PC

      • That would be my hope... :-)

        By Thomas W Duff 2 decades ago

        Once this release clears the hurdles, I'll open up the project to co-chefs.

    • Submit post to google

      By Jose M Rodriguez 2 decades ago

      In the Submit post to google agent,

      I had to add an "if" to check if prfProxyServer was 'null', since getItemValueString returns null if field is "" (empty string).



      I'm using Lotus Notes 6.5.1


              String prfProxyServer = doc.getItemValueString(&quot;dpProxyServer&quot;);<br/>
              if (prfProxyServer==null){<br/>
                  prfProxyServer=new String();<br/>
              }   <br/>
      



      Regards,

      Jose

      • Good catch, Jose...

        By Thomas W Duff 2 decades ago

        I'll include that in to version 2.1 once I get the Linux fix done.