Skip to content

Instantly share code, notes, and snippets.

View jodygarnett's full-sized avatar

Jody Garnett jodygarnett

View GitHub Profile
@Controller
@RequestMapping("/api/icons")
public class IconController extends AppController {
@Autowired
public IconController(GeoServer geoServer) {
super(geoServer);
}
@RequestMapping(value = "/{wsName}", method = RequestMethod.GET)
public @ResponseBody JSONArr list(@PathVariable String wsName)
throws IOException {
@jodygarnett
jodygarnett / makensis_failure
Last active December 27, 2015 07:09
Unable to install makensis on OSX 10.9. Have made use of brew doctor and checked latest command line tools are up to date. See https://gist.github.com/anonymous/7286964 for brew gist-logs --config --doctor makensis output
Liberi:jre jody$ brew install makensis
==> Downloading http://downloads.sourceforge.net/project/nsis/NSIS%202/2.46/nsis-2.46-src.tar.bz2
Already downloaded: /Library/Caches/Homebrew/makensis-2.46.tar.bz2
==> scons makensis
int close(int) __DARWIN_ALIAS_C(close);
^
1 error generated.
scons: *** [build/release/makensis/script.o] Error 1
scons: building terminated because of errors.