You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/07/07 23:03:48 UTC

[jira] Closed: (MPNSIS-7) Use desktop shortcuts in default templates causes compilation error

Message:

   The following issue has been closed.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPNSIS-7

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPNSIS-7
    Summary: Use desktop shortcuts in default templates causes compilation error
       Type: Bug

     Status: Closed
   Priority: Critical
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-nsis-plugin
   Fix Fors:
             1.1
   Versions:
             1.0

   Assignee: dion gillard
   Reporter: Geoffrey

    Created: Wed, 7 Jul 2004 4:00 PM
    Updated: Wed, 7 Jul 2004 5:02 PM

Description:
If you put in a desktop-shortcuts.nsh file, the script won't compile, because this will be generated:

>>>

; OPTIONAL Desktop Shortcut 
Section "Create Desktop Shortcut"
  !include "desktop-shortcuts.nsh"
;SectionEnd


; -------------------------------------------------------------- Section to Install the Uninstaller
Section "Install Uninstaller"

>>>

The extra ; in ";SectionEnd" makes "Section to Install the Uninstaller" not compile
If you don't have that file, it doesn't put in the desktop shorcut part


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org