Re: Does maven-nsis-plugin 2.1 work with maven 2.2.1

2012-05-02 Thread prakashjv
You are correct. nsis-maven-plugin is not available on maven central repo. There was a jira for the same. http://jira.codehaus.org/browse/MOJO-1371, but it is closed. Thanks, Prakash -- View this message in context: http://maven.40175.n5.nabble.com/Does-maven-nsis-plugin-2-1-work-with-maven-2-2

Re: Does maven-nsis-plugin 2.1 work with maven 2.2.1

2012-04-30 Thread Wayne Fay
> Could anyone please confirm does the maven-nsis-plugin 2.1 work with maven > 2.2.1? Stackoverflow says you need to use nsis-maven-plugin instead: http://stackoverflow.com/questions/6049556/failed-to-parse-plugin-descriptor-for-mavenmaven-nsis-plugin2-1 nsis maven plugin is the Maven 2/3

Re: Does maven-nsis-plugin 2.1 work with maven 2.2.1

2012-04-30 Thread Karl Heinz Marbaise
Hi, I have a NSIS script developed in NSIS version 2.46. I would want to automate the build process of the installer executable using maven. when I searched I found this maven-nsis-plugin. I included it in my plugin section of POM and the jar gets downloaded and after download it says plugin

Does maven-nsis-plugin 2.1 work with maven 2.2.1

2012-04-30 Thread prakashjv
Hello, I have a NSIS script developed in NSIS version 2.46. I would want to automate the build process of the installer executable using maven. when I searched I found this maven-nsis-plugin. I included it in my plugin section of POM and the jar gets downloaded and after download it says plugin

Problem with Maven 2.1 and NSIS plugin

2009-06-30 Thread Mikael.Bertlin
Hi, I've searched a lot and can't find any awnser so you are my last hope. The problem I have is that I want a NSIS plugin for Maven 2.1 I've tried: http://mojo.codehaus.org/nsis-maven-plugin/examples/sample-nsis-project.html whcih I had to bouild from source with maven. But d

Re: NSIS plugin

2008-02-14 Thread Rodrigo Madera
Doesn't IzPack provide OS integration for those basic things? Rodrigo On Thu, Feb 14, 2008 at 3:55 PM, Julien Graglia <[EMAIL PROTECTED]> wrote: > Rodrigo Madera a écrit : > > I don't know if that's a problem for you Julien, but NSIS is strictly > > Windows AFAIK. > > > You are right, it is only

Re: NSIS plugin

2008-02-14 Thread Julien Graglia
Rodrigo Madera a écrit : > I don't know if that's a problem for you Julien, but NSIS is strictly > Windows AFAIK. > You are right, it is only for Windows. I 'am using .deb to install on my linux boxes, and I need 100% window solution. Cross platform installers usually don't integrate well with

Re: NSIS plugin

2008-02-14 Thread Rodrigo Madera
1 in the pom). > > Is it useable in maven2? > > > > mvn nsis:installer does not work, neither mvn > > maven:maven-nsis-plugin:2.1:installer > > > > err: java.lang.IllegalStateException: The PluginDescriptor for the > > plugin Plugin [mav

Re: NSIS plugin

2008-02-14 Thread Manos Batsis
ither mvn maven:maven-nsis-plugin:2.1:installer err: java.lang.IllegalStateException: The PluginDescriptor for the plugin Plugin [maven:maven-nsis-plugin] was not found. Thx, 1: http://nsis.sourceforge.net/ 2 : http://repo1.maven.org/maven2/maven/maven-nsis-plugi

NSIS plugin

2008-02-14 Thread Julien Graglia
nsis:installer does not work, neither mvn maven:maven-nsis-plugin:2.1:installer err: java.lang.IllegalStateException: The PluginDescriptor for the plugin Plugin [maven:maven-nsis-plugin] was not found. Thx, 1: http://nsis.sourceforge.net/ 2 : http://repo1.maven.org/maven2/maven/maven-nsis-plugin

Re: [ANN] Maven NSIS Plugin 2.0 for Maven 1.x released

2007-11-03 Thread Stefano Fornari
; I could not find any reference searching the list archive). > > > > > > > > Is there any work or plan for a NSIS plug-in for Maven2? > > > > > > >

Re: [ANN] Maven NSIS Plugin 2.0 for Maven 1.x released

2007-11-03 Thread Vincent Siveton
IS plug-in for Maven2? > > > > > > Thanks in advance, > > > Stefano > > > > > > On 7/28/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: > > > > > >>We are pleased to announce the Maven NSIS Plugin 2.0 release! > > >>

Re: [ANN] Maven NSIS Plugin 2.0 for Maven 1.x released

2007-11-02 Thread Stefano Fornari
> > I could not find any reference searching the list archive). > > > > > > Is there any work or plan for a NSIS plug-in for Maven2? > > > > > > Thanks in advance, > > > Stefano > > > > > > On 7/28/06, Lukas Theussl

Re: [ANN] Maven NSIS Plugin 2.0 for Maven 1.x released

2007-10-29 Thread Arnaud HERITIER
a NSIS plug-in for Maven2? > > > > Thanks in advance, > > Stefano > > > > On 7/28/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: > > > >>We are pleased to announce the Maven NSIS

Re: [ANN] Maven NSIS Plugin 2.0 for Maven 1.x released

2007-10-28 Thread Lukas Theussl
efano On 7/28/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: We are pleased to announce the Maven NSIS Plugin 2.0 release! http://maven.apache.org/maven-1.x/plugins/nsis/ A plugin to generate Win32 installer programs

Re: [ANN] Maven NSIS Plugin 2.0 for Maven 1.x released

2007-10-28 Thread Stefano Fornari
e pleased to announce the Maven NSIS Plugin 2.0 release! > > http://maven.apache.org/maven-1.x/plugins/nsis/ > > A plugin to generate Win32 installer programs using NSIS > > === > > Changes in this ve

[ANN] Maven NSIS Plugin 2.0 for Maven 1.x released

2006-07-28 Thread Lukas Theussl
We are pleased to announce the Maven NSIS Plugin 2.0 release! http://maven.apache.org/maven-1.x/plugins/nsis/ A plugin to generate Win32 installer programs using NSIS === Changes in this version include: New

Maven NSIS Plugin release

2004-07-07 Thread Dion Gillard
The maven-nsis-plugin team is pleased to announce the Maven NSIS Plug-in 1.1 release! http://maven.apache.org/reference/plugins/nsis/ A plugin to generate Win32 installer programs using NSIS Changes in this version include: Fixed bugs: o Desktop shortcuts cause a compile error Issue

NSIS plugin, auto JRE install

2004-05-09 Thread Geoffrey
Hi all, Has anyone worked with the NSIS plugin and configured an auto JRE installer? Might your project be open source so I can take a look at how you did and do the same for my open source GPL project (http://simplegamenet.sf.net) ? -- Thanks for any and all help, Geoffrey