GeoServer Documentation link is broken on Windows installs
----------------------------------------------------------

                 Key: GEOS-1908
                 URL: http://jira.codehaus.org/browse/GEOS-1908
             Project: GeoServer
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 1.6.3
         Environment: Windows (all)
            Reporter: Mike Pumphrey
            Assignee: Mike Pumphrey
             Fix For: 1.6.4


The NSI script used to build the Windows installer refers to the following 
shortcut creation:

CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\GeoServer Documentation.lnk"\
"$INSTDIR\documents\GEOSDOC\Documentation.html"

However this file tree is never created.  Rather than fix this, this code 
should be changed to look online.

CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\GeoServer Documentation.lnk"\
"http://geoserver.org";

This looks like it has been broken for a couple of versions, but I'm just 
noticing it now.  The NSI script needs to be cleaned up anyway, but that will 
happen soon...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to