dion 2003/10/14 00:07:26
Modified: nsis plugin.jelly
Log:
o Fix message on completion
o Reduce verbosity
Revision Changes Path
1.3 +2 -1 maven-plugins/nsis/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/nsis/plugin.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plugin.jelly 14 Oct 2003 07:02:38 -0000 1.2
+++ plugin.jelly 14 Oct 2003 07:07:26 -0000 1.3
@@ -14,7 +14,7 @@
<goal name="nsis"
description="Generate NSIS Installer .exe"
prereqs="nsis:installer">
- <ant:echo>FIXME: Not Finished</ant:echo>
+ <ant:echo>Installer generated successfully</ant:echo>
</goal>
<goal name="nsis:generate-project"
@@ -57,6 +57,7 @@
<!-- call makensis.exe with the setup.nsh file -->
<ant:exec executable="${maven.nsis.exe}">
+ <arg value="/V2"/>
<arg value="${script}"/>
</ant:exec>
</goal>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]