amitkumar3968 / raptor-chess-interface

Automatically exported from code.google.com/p/raptor-chess-interface
0 stars 0 forks source link

Patch for NPE when checking for version #752

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. block access to the update site (http://dl.dropbox.com/u/46373738/upd) but 
have an active connection. I found this before I had accepted terms at a hot 
spot
2. run ant with default target (run) in 
http://raptor-chess-interface.googlecode.com/svn/trunk/raptor dir

What is the expected output? What do you see instead?

was throwing NPE with stack trace, now with this patch, it alerts that there 
was an error contacting server (I default to setting a "ready-to-update" to 
true in case that has down stream effects.

What version of the product are you using? On what operating system and
what environment?
APP_VERSION = {0, 98, 3, 7} 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.10
DISTRIB_CODENAME=saucy
DISTRIB_DESCRIPTION="Ubuntu 13.10"
Linux lenovo 3.11.0-17-generic #31-Ubuntu SMP Mon Feb 3 21:52:43 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux
Apache Ant(TM) version 1.9.2 compiled on July 8 2013

Please provide any additional information below.
Minor annoyance when initally building, but for a newbie, can be concerning.

Original issue reported on code.google.com by javaj...@gmail.com on 27 Feb 2014 at 3:12

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in latest version.

Original comment by evil...@gmail.com on 31 Oct 2014 at 8:24