Bugs item #2014244, was opened at 2008-07-09 08:56
Message generated for change (Settings changed) made by bindul
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=2014244&group_id=212019

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: maven-nsis-plugin
Group: None
Status: Open
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: yCharpentier (ycharpentier)
Assigned to: Bindul Bhowmik (bindul)
Summary: [Maven-NSIS-Plugin] Resources subdirectories

Initial Comment:
The Maven NSIS plugin allows to select different folders (using filesets), but 
the selection of directories which contains subdirectories causes the copy of 
all the files on the main directory.

A first solution is to add one fileset per subdirectory but if there are 
several subdirectories, it is not very efficient.

Moreover, the use of slashes ("/") for the output directories is ignored on 
Windows (for example, "java/bin" is interpreted as "javabin").

Last but not least, if the slashes ("/") are replaced by backslashes ("\") in 
the output directories, it causes several errors because the path is not 
recognized.

----------------------------------------------------------------------

>Comment By: Bindul Bhowmik (bindul)
Date: 2009-03-27 20:17

Message:
Fixed on branch: maven-nsis-plugin-0.2.0
Revision: 236
(http://mindtreeinsight.svn.sourceforge.net/viewvc/mindtreeinsight?view=rev&revision=236).

- Nested directories in a fileset are now generated nested inside the
output directory of the installer.

This will be available from 0.2.0 release of the maven-nsis-plugin.
See
http://mindtreeinsight.wiki.sourceforge.net/RelPlan_maven-nsis-plugin_0.2.0
for release plan.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=2014244&group_id=212019

------------------------------------------------------------------------------
_______________________________________________
mindtreeinsight-devel mailing list
mindtreeinsight-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mindtreeinsight-devel

Reply via email to