dion        2004/09/30 17:24:56

  Modified:    nsis     plugin.jelly
  Log:
  MPNSIS-8
  
  Revision  Changes    Path
  1.9       +1 -1      maven-plugins/nsis/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/nsis/plugin.jelly,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- plugin.jelly      8 Jul 2004 04:34:14 -0000       1.8
  +++ plugin.jelly      1 Oct 2004 00:24:56 -0000       1.9
  @@ -83,7 +83,7 @@
       <maven:get var="maven.dist.dir" plugin="maven-dist-plugin" 
property="maven.dist.dir"/>
       <mkdir dir="${maven.dist.dir}"/>
       <!-- call makensis.exe with the setup.nsi file -->
  -    <ant:exec executable="${maven.nsis.exe}">
  +    <ant:exec executable="${maven.nsis.exe}" failonerror="true">
         <arg value="/V2"/>
         <arg value="${script}"/>
       </ant:exec>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to