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-1-tp5676129p5679926.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



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 plugin
http://mojo.codehaus.org/nsis-maven-plugin/index.html

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



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
descriptor not found.

Could anyone please confirm does the maven-nsis-plugin 2.1 work with maven
2.2.1?


This version of the maven-nsis-plugin 2.1 looks like a Maven 1 plugin 
whcih could not work with Maven 2..X etc.


There has been created a maven-nsis-plugin on codehaus
http://mojo.codehaus.org/nsis-maven-plugin/
But it looks this plugin has never been released into neither put into 
maven central...


Kind regards
Karl-Heinz Marbaise
--
SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl-Heinz MarbaiseICQ#: 135949029
Hauptstrasse 177 USt.IdNr: DE191347579
52146 Würselen   http://www.soebes.de

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



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
descriptor not found.

Could anyone please confirm does the maven-nsis-plugin 2.1 work with maven
2.2.1?

Thanks in advance !!

--
View this message in context: 
http://maven.40175.n5.nabble.com/Does-maven-nsis-plugin-2-1-work-with-maven-2-2-1-tp5676129.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



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 didn't get is to work ...

Then I tried 
http://mindtreeinsight.sourceforge.net/releng/maven-nsis-plugin/index.html 
using the POM and jar found here: 
http://mindtreeinsight.svn.sourceforge.net/viewvc/mindtreeinsight/maven-repo/trunk/release/com/mindtree/techworks/insight/releng/maven-nsis-plugin/0.2.0-M1/

I install the plugin(the second one) like this:
mvn install:install-file 
-Dfile=C:\maven\apache-maven-2.1.0\maven_plugins\newnsis\maven-nsis-plugin-0.2.0-M1.jar
 
-DpomFile=C:\maven\apache-maven-2.1.0\maven_plugins\newnsis\maven-nsis-plugin-0.2.0-M1.pom

I search around a little and findout that I need to update my projects pom.xml 
with insctuctions here: 
http://mindtreeinsight.sourceforge.net/releng/maven-nsis-plugin/0.1.0/usage.html
 So I get my pom.xml looking like this:

http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
  4.0.0
  com.mycompany.app
  my-app
  jar
  1.0-SNAPSHOT
  my-app
  http://maven.apache.org
  

  junit
  junit
  3.8.1
  test

  



  maven-repo
  
http://mindtreeinsight.svn.sourceforge.net/viewvc/mindtreeinsight/maven-repo/trunk/release

  

  

   
com.mindtree.techworks.insight.releng
maven-nsis-plugin
0.2.0-M1

target\










Now I get a new error from Maven, running mvn package:

C:\Documents and Settings\bertlmik\my-app>mvn package
[INFO] Scanning for projects...
[INFO] 
[INFO] Building my-app
[INFO]task-segment: [package]
[INFO] 
Downloading: http://repo1.maven.org/maven2/com/mindtree/techworks/insight/parent
/1.0.0/parent-1.0.0.pom
[INFO] Unable to find resource 'com.mindtree.techworks.insight:parent:pom:1.0.0'
 in repository central (http://repo1.maven.org/maven2)
Downloading: http://mindtreeinsight.svn.sourceforge.net/viewvc/mindtreeinsight/m
aven-repo/trunk/release/com/mindtree/techworks/insight/parent/1.0.0/parent-1.0.0
.pom

[INFO] 
[ERROR] FATAL ERROR
[INFO] 
[INFO] The plugin descriptor for the plugin Plugin [com.mindtree.techworks.insig
ht.releng:maven-nsis-plugin] was not found. Please verify that the plugin JAR C:
\Documents and Settings\bertlmik\.m2\repository\com\mindtree\techworks\insight\r
eleng\maven-nsis-plugin\0.2.0-M1\maven-nsis-plugin-0.2.0-M1.jar is intact.
[INFO] 
[INFO] Trace
java.lang.IllegalStateException: The plugin descriptor for the plugin Plugin [co
m.mindtree.techworks.insight.releng:maven-nsis-plugin] was not found. Please ver
ify that the plugin JAR C:\Documents and Settings\bertlmik\.m2\repository\com\mi
ndtree\techworks\insight\releng\maven-nsis-plugin\0.2.0-M1\maven-nsis-plugin-0.2
.0-M1.jar is intact.
at org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginM
anager.java:353)
at org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(De
faultPluginManager.java:217)
at org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPlug
inManager.java:177)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(Defa
ultLifecycleExecutor.java:1517)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindPluginToLifec
ycle(DefaultLifecycleExecutor.java:1479)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycl
eMappings(DefaultLifecycleExecutor.java:1245)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
ltLifecycleExecutor.java:518)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
dleFailures(DefaultLifecycleExecutor.java:371)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
ts(DefaultLifecycleExecutor.java:332)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
fecycleExecutor.java:181)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:356)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M

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 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
> the OS.
> When I install on Windows, I want to use all the possibilities of
> Windows : start menu, registry, uninstaller, service, all that little
> gadgets...
> Wen I install on a Debian Server, I want to use .deb (apt-get install,
> update, reconfigure...)
>
> I use mvn exec and ant (I try assembly plugin  but it seems complicated)
> to get all resources, then  the installer  (NSIS, deb builder) for the
> final build.
>
> Thx.
>
> --
> Julien Graglia
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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
the OS.
When I install on Windows, I want to use all the possibilities of
Windows : start menu, registry, uninstaller, service, all that little
gadgets...
Wen I install on a Debian Server, I want to use .deb (apt-get install,
update, reconfigure...)

I use mvn exec and ant (I try assembly plugin  but it seems complicated)
to get all resources, then  the installer  (NSIS, deb builder) for the
final build.

Thx.

-- 
Julien Graglia



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



Re: NSIS plugin

2008-02-14 Thread Rodrigo Madera
I don't know if that's a problem for you Julien, but NSIS is strictly
Windows AFAIK.

I switched to IzPack and I'm loving it! (tm)

Regards,
Rodrigo

On Thu, Feb 14, 2008 at 3:06 PM, Manos Batsis <[EMAIL PROTECTED]>
wrote:

> Julien Graglia wrote:
> > I am looking for an install framework able to create Windows install.
> >
> > I currently have selected 3 possibilities : InstallShield, InnoSetup and
> > NSIS (1)
>
> We are very happy with IZPack [a]. Using it from Ant is a breeze. A JIRA
> ticket with a Maven2 plugin is also available [b], although I've never
> used it.
>
> [a] http://izpack.org/
> [b] http://jira.codehaus.org/browse/MOJO-277
>
> hth,
>
> Manos
>
>
>
> >
> > There is a maven plugin (2) for NSIS, but it seems to be stuck in maven
> > 1(reference for maven 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 [maven:maven-nsis-plugin] was not found.
> >
> > Thx,
> >
> > 1: http://nsis.sourceforge.net/
> > 2 : http://repo1.maven.org/maven2/maven/maven-nsis-plugin/2.1/
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: NSIS plugin

2008-02-14 Thread Manos Batsis

Julien Graglia wrote:

I am looking for an install framework able to create Windows install.

I currently have selected 3 possibilities : InstallShield, InnoSetup and
NSIS (1)


We are very happy with IZPack [a]. Using it from Ant is a breeze. A JIRA 
ticket with a Maven2 plugin is also available [b], although I've never 
used it.


[a] http://izpack.org/
[b] http://jira.codehaus.org/browse/MOJO-277

hth,

Manos





There is a maven plugin (2) for NSIS, but it seems to be stuck in maven
1(reference for maven 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 [maven:maven-nsis-plugin] was not found.

Thx,

1: http://nsis.sourceforge.net/
2 : http://repo1.maven.org/maven2/maven/maven-nsis-plugin/2.1/




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



NSIS plugin

2008-02-14 Thread Julien Graglia
Hi

I am looking for an install framework able to create Windows install.

I currently have selected 3 possibilities : InstallShield, InnoSetup and
NSIS (1)

There is a maven plugin (2) for NSIS, but it seems to be stuck in maven
1(reference for maven 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 [maven:maven-nsis-plugin] was not found.

Thx,

1: http://nsis.sourceforge.net/
2 : http://repo1.maven.org/maven2/maven/maven-nsis-plugin/2.1/

-- 
Julien Graglia



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



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

2007-11-03 Thread Stefano Fornari
This is cool!
Is there a release date for an official release?
What should I do to use your modified version? Is the assembly plug-in
enough or shall I apply all the other diffs too?

Ste

On 11/3/07, Vincent Siveton <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I already did it in the past :)
> http://jira.codehaus.org/browse/MASSEMBLY-32
>
> Cheers,
>
> Vincent
>
> 2007/10/29, Arnaud HERITIER <[EMAIL PROTECTED]>:
> > it should be something provided within the assembly plugin or an extension
> > of it.
> > I never had the time to rewrite it for maven 2 but it shouldn't be very
> > difficult.
> >
> > Arnaud
> >
> > On 10/28/07, Lukas Theussl <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > > If this is a frequent question then I have to review my message filter!
> > > ;) I can't remember NSIS mentioned on a maven list since a long time.
> > >
> > > Anyway, I am not aware of any m2 plugin, but I am certainly not the
> > > right person to ask since even for the m1 plugin, I only did one release
> > > once but I never maintained it.
> > >
> > > Anyone else?
> > >
> > > -Lukas
> > >
> > >
> > > Stefano Fornari wrote:
> > > > Hi Lukas,
> > > > maybe this is a frequent question, forgive me if it is such case (but
> > > > 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 <[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 using NSIS
> > > >>
> > >
> > > >>===
> > > >>
> > > >>Changes in this version include:
> > > >>
> > > >>  New Features:
> > > >>
> > > >>o Add faq Thanks to Geoffrey.
> > > >>
> > > >>  Fixed bugs:
> > > >>
> > > >>o Use maven.nsis.build.dir instead of maven.dist.assembly.dir. Fixes
> > > >>  MPNSIS-9. Thanks to Matthias Kerkhoff.
> > > >>o Fail when makensis fails. Fixes MPNSIS-8. Thanks to Matthias Kerkhoff.
> > > >>o Check maven.nsis.exe exists before using it. Thanks to Geoffrey.
> > > >>
> > > >>  Changes:
> > > >>
> > > >>o Rename ORGANIZATIONconstant to PROJECT_ORGANIZATION.
> > > >>o Add back license to project.xml after the scm plugin removed it.
> > > >>
> > >
> > > >>===
> > > >>
> > > >>
> > > >>To automatically install the plugin, type the following on a single
> > > line:
> > > >>
> > > >>maven plugin:download
> > > >>  -Dmaven.repo.remote=http://www.ibiblio.org/maven,
> > > http://people.apache.org/repo/m1-snapshot-repository/
> > > >>  -DgroupId=maven
> > > >>  -DartifactId=maven-nsis-plugin
> > > >>  -Dversion=2.0
> > > >>
> > > >>For a manual installation, you can download the plugin here:
> > > >>
> > > http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-nsis-plugin-2.0.jar
> > > >>
> > > >>
> > > >>Have fun!
> > > >>-The Maven NSIS Plugin development team
> > > >>
> > > >>-
> > > >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > >>For additional commands, e-mail: [EMAIL PROTECTED]
> > > >>
> > > >>
> > > >
> > > >
> > > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > --
> > ..
> > Arnaud HERITIER
> > ..
> > OCTO Technology - aheritier AT octo DOT com
> > www.octo.com | blog.octo.com
> > ..
> > ASF - aheritier AT apache DOT org
> > www.apache.org | maven.apache.org
> > ...
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Stefano Fornari - Funambol CTO
===
Home:
http://www.funambol.org

Documents:
http://www.funambol.org/documentation/documents.html

FAQ:
http://www.funambol.org/support/faq.html

WIKI:
https://wiki.objectweb.org/sync4j/

Mailinglist archives:
http://groups.yahoo.com/group/Sync4j (login required)
http://sourceforge.net/mailarchive/forum.php?forum_id=215 (sync4j-users)
http://sourceforge.net/mailarchive/forum.php?forum_id=48877
(funambol-dev)

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



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

2007-11-03 Thread Vincent Siveton
Hi,

I already did it in the past :)
http://jira.codehaus.org/browse/MASSEMBLY-32

Cheers,

Vincent

2007/10/29, Arnaud HERITIER <[EMAIL PROTECTED]>:
> it should be something provided within the assembly plugin or an extension
> of it.
> I never had the time to rewrite it for maven 2 but it shouldn't be very
> difficult.
>
> Arnaud
>
> On 10/28/07, Lukas Theussl <[EMAIL PROTECTED]> wrote:
> >
> >
> > If this is a frequent question then I have to review my message filter!
> > ;) I can't remember NSIS mentioned on a maven list since a long time.
> >
> > Anyway, I am not aware of any m2 plugin, but I am certainly not the
> > right person to ask since even for the m1 plugin, I only did one release
> > once but I never maintained it.
> >
> > Anyone else?
> >
> > -Lukas
> >
> >
> > Stefano Fornari wrote:
> > > Hi Lukas,
> > > maybe this is a frequent question, forgive me if it is such case (but
> > > 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 <[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 using NSIS
> > >>
> >
> > >>===
> > >>
> > >>Changes in this version include:
> > >>
> > >>  New Features:
> > >>
> > >>o Add faq Thanks to Geoffrey.
> > >>
> > >>  Fixed bugs:
> > >>
> > >>o Use maven.nsis.build.dir instead of maven.dist.assembly.dir. Fixes
> > >>  MPNSIS-9. Thanks to Matthias Kerkhoff.
> > >>o Fail when makensis fails. Fixes MPNSIS-8. Thanks to Matthias Kerkhoff.
> > >>o Check maven.nsis.exe exists before using it. Thanks to Geoffrey.
> > >>
> > >>  Changes:
> > >>
> > >>o Rename ORGANIZATIONconstant to PROJECT_ORGANIZATION.
> > >>o Add back license to project.xml after the scm plugin removed it.
> > >>
> >
> > >>=======
> > >>
> > >>
> > >>To automatically install the plugin, type the following on a single
> > line:
> > >>
> > >>maven plugin:download
> > >>  -Dmaven.repo.remote=http://www.ibiblio.org/maven,
> > http://people.apache.org/repo/m1-snapshot-repository/
> > >>  -DgroupId=maven
> > >>  -DartifactId=maven-nsis-plugin
> > >>  -Dversion=2.0
> > >>
> > >>For a manual installation, you can download the plugin here:
> > >>
> > http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-nsis-plugin-2.0.jar
> > >>
> > >>
> > >>Have fun!
> > >>-The Maven NSIS Plugin development team
> > >>
> > >>-
> > >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >>For additional commands, e-mail: [EMAIL PROTECTED]
> > >>
> > >>
> > >
> > >
> > >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> ..
> Arnaud HERITIER
> ..
> OCTO Technology - aheritier AT octo DOT com
> www.octo.com | blog.octo.com
> ..
> ASF - aheritier AT apache DOT org
> www.apache.org | maven.apache.org
> ...
>

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



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

2007-11-02 Thread Stefano Fornari
Thanks Lukas and Arnaud, for now I am using Exec:Exec, which works
pretty well. I tried once to get into the code of the assebly plugin
but it was really difficult to understand. Maybe one day I'll try
again :)

Ste

On 10/29/07, Arnaud HERITIER <[EMAIL PROTECTED]> wrote:
> it should be something provided within the assembly plugin or an extension
> of it.
> I never had the time to rewrite it for maven 2 but it shouldn't be very
> difficult.
>
> Arnaud
>
> On 10/28/07, Lukas Theussl <[EMAIL PROTECTED]> wrote:
> >
> >
> > If this is a frequent question then I have to review my message filter!
> > ;) I can't remember NSIS mentioned on a maven list since a long time.
> >
> > Anyway, I am not aware of any m2 plugin, but I am certainly not the
> > right person to ask since even for the m1 plugin, I only did one release
> > once but I never maintained it.
> >
> > Anyone else?
> >
> > -Lukas
> >
> >
> > Stefano Fornari wrote:
> > > Hi Lukas,
> > > maybe this is a frequent question, forgive me if it is such case (but
> > > 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 <[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 using NSIS
> > >>
> >
> > >>===
> > >>
> > >>Changes in this version include:
> > >>
> > >>  New Features:
> > >>
> > >>o Add faq Thanks to Geoffrey.
> > >>
> > >>  Fixed bugs:
> > >>
> > >>o Use maven.nsis.build.dir instead of maven.dist.assembly.dir. Fixes
> > >>  MPNSIS-9. Thanks to Matthias Kerkhoff.
> > >>o Fail when makensis fails. Fixes MPNSIS-8. Thanks to Matthias Kerkhoff.
> > >>o Check maven.nsis.exe exists before using it. Thanks to Geoffrey.
> > >>
> > >>  Changes:
> > >>
> > >>o Rename ORGANIZATIONconstant to PROJECT_ORGANIZATION.
> > >>o Add back license to project.xml after the scm plugin removed it.
> > >>
> >
> > >>=======
> > >>
> > >>
> > >>To automatically install the plugin, type the following on a single
> > line:
> > >>
> > >>maven plugin:download
> > >>  -Dmaven.repo.remote=http://www.ibiblio.org/maven,
> > http://people.apache.org/repo/m1-snapshot-repository/
> > >>  -DgroupId=maven
> > >>  -DartifactId=maven-nsis-plugin
> > >>  -Dversion=2.0
> > >>
> > >>For a manual installation, you can download the plugin here:
> > >>
> > http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-nsis-plugin-2.0.jar
> > >>
> > >>
> > >>Have fun!
> > >>-The Maven NSIS Plugin development team
> > >>
> > >>-
> > >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >>For additional commands, e-mail: [EMAIL PROTECTED]
> > >>
> > >>
> > >
> > >
> > >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> ..
> Arnaud HERITIER
> ..
> OCTO Technology - aheritier AT octo DOT com
> www.octo.com | blog.octo.com
> ..
> ASF - aheritier AT apache DOT org
> www.apache.org | maven.apache.org
> ...
>


-- 
Stefano Fornari - Funambol CTO
===
Home:
http://www.funambol.org

Documents:
http://www.funambol.org/documentation/documents.html

FAQ:
http://www.funambol.org/support/faq.html

WIKI:
https://wiki.objectweb.org/sync4j/

Mailinglist archives:
http://groups.yahoo.com/group/Sync4j (login required)
http://sourceforge.net/mailarchive/forum.php?forum_id=215 (sync4j-users)
http://sourceforge.net/mailarchive/forum.php?forum_id=48877
(funambol-dev)

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



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

2007-10-29 Thread Arnaud HERITIER
it should be something provided within the assembly plugin or an extension
of it.
I never had the time to rewrite it for maven 2 but it shouldn't be very
difficult.

Arnaud

On 10/28/07, Lukas Theussl <[EMAIL PROTECTED]> wrote:
>
>
> If this is a frequent question then I have to review my message filter!
> ;) I can't remember NSIS mentioned on a maven list since a long time.
>
> Anyway, I am not aware of any m2 plugin, but I am certainly not the
> right person to ask since even for the m1 plugin, I only did one release
> once but I never maintained it.
>
> Anyone else?
>
> -Lukas
>
>
> Stefano Fornari wrote:
> > Hi Lukas,
> > maybe this is a frequent question, forgive me if it is such case (but
> > 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 <[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 using NSIS
> >>
>
> >>===
> >>
> >>Changes in this version include:
> >>
> >>  New Features:
> >>
> >>o Add faq Thanks to Geoffrey.
> >>
> >>  Fixed bugs:
> >>
> >>o Use maven.nsis.build.dir instead of maven.dist.assembly.dir. Fixes
> >>  MPNSIS-9. Thanks to Matthias Kerkhoff.
> >>o Fail when makensis fails. Fixes MPNSIS-8. Thanks to Matthias Kerkhoff.
> >>o Check maven.nsis.exe exists before using it. Thanks to Geoffrey.
> >>
> >>  Changes:
> >>
> >>o Rename ORGANIZATIONconstant to PROJECT_ORGANIZATION.
> >>o Add back license to project.xml after the scm plugin removed it.
> >>
>
> >>===
> >>
> >>
> >>To automatically install the plugin, type the following on a single
> line:
> >>
> >>maven plugin:download
> >>  -Dmaven.repo.remote=http://www.ibiblio.org/maven,
> http://people.apache.org/repo/m1-snapshot-repository/
> >>  -DgroupId=maven
> >>  -DartifactId=maven-nsis-plugin
> >>  -Dversion=2.0
> >>
> >>For a manual installation, you can download the plugin here:
> >>
> http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-nsis-plugin-2.0.jar
> >>
> >>
> >>Have fun!
> >>-The Maven NSIS Plugin development team
> >>
> >>-
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
..
Arnaud HERITIER
..
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...


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

2007-10-28 Thread Lukas Theussl


If this is a frequent question then I have to review my message filter! 
;) I can't remember NSIS mentioned on a maven list since a long time.


Anyway, I am not aware of any m2 plugin, but I am certainly not the 
right person to ask since even for the m1 plugin, I only did one release 
once but I never maintained it.


Anyone else?

-Lukas


Stefano Fornari wrote:

Hi Lukas,
maybe this is a frequent question, forgive me if it is such case (but
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 <[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 using NSIS

===

Changes in this version include:

 New Features:

o Add faq Thanks to Geoffrey.

 Fixed bugs:

o Use maven.nsis.build.dir instead of maven.dist.assembly.dir. Fixes
 MPNSIS-9. Thanks to Matthias Kerkhoff.
o Fail when makensis fails. Fixes MPNSIS-8. Thanks to Matthias Kerkhoff.
o Check maven.nsis.exe exists before using it. Thanks to Geoffrey.

 Changes:

o Rename ORGANIZATIONconstant to PROJECT_ORGANIZATION.
o Add back license to project.xml after the scm plugin removed it.

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
 
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/
 -DgroupId=maven
 -DartifactId=maven-nsis-plugin
 -Dversion=2.0

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-nsis-plugin-2.0.jar


Have fun!
-The Maven NSIS Plugin development team

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








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



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

2007-10-28 Thread Stefano Fornari
Hi Lukas,
maybe this is a frequent question, forgive me if it is such case (but
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 <[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 using NSIS
>
> ===
>
> Changes in this version include:
>
>   New Features:
>
> o Add faq Thanks to Geoffrey.
>
>   Fixed bugs:
>
> o Use maven.nsis.build.dir instead of maven.dist.assembly.dir. Fixes
>   MPNSIS-9. Thanks to Matthias Kerkhoff.
> o Fail when makensis fails. Fixes MPNSIS-8. Thanks to Matthias Kerkhoff.
> o Check maven.nsis.exe exists before using it. Thanks to Geoffrey.
>
>   Changes:
>
> o Rename ORGANIZATIONconstant to PROJECT_ORGANIZATION.
> o Add back license to project.xml after the scm plugin removed it.
>
> ===
>
>
> To automatically install the plugin, type the following on a single line:
>
> maven plugin:download
>   
> -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/
>   -DgroupId=maven
>   -DartifactId=maven-nsis-plugin
>   -Dversion=2.0
>
> For a manual installation, you can download the plugin here:
> http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-nsis-plugin-2.0.jar
>
>
> Have fun!
> -The Maven NSIS Plugin development team
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Stefano Fornari - Funambol CTO
===
Home:
http://www.funambol.org

Documents:
http://www.funambol.org/documentation/documents.html

FAQ:
http://www.funambol.org/support/faq.html

WIKI:
https://wiki.objectweb.org/sync4j/

Mailinglist archives:
http://groups.yahoo.com/group/Sync4j (login required)
http://sourceforge.net/mailarchive/forum.php?forum_id=215 (sync4j-users)
http://sourceforge.net/mailarchive/forum.php?forum_id=48877
(funambol-dev)

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



[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 Features:

o Add faq Thanks to Geoffrey. 

  Fixed bugs:

o Use maven.nsis.build.dir instead of maven.dist.assembly.dir. Fixes 
  MPNSIS-9. Thanks to Matthias Kerkhoff. 
o Fail when makensis fails. Fixes MPNSIS-8. Thanks to Matthias Kerkhoff. 
o Check maven.nsis.exe exists before using it. Thanks to Geoffrey. 

  Changes:

o Rename ORGANIZATIONconstant to PROJECT_ORGANIZATION. 
o Add back license to project.xml after the scm plugin removed it.  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/
  -DgroupId=maven
  -DartifactId=maven-nsis-plugin
  -Dversion=2.0

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-nsis-plugin-2.0.jar
 

Have fun!
-The Maven NSIS Plugin development team

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



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: MPNSIS-7. Thanks to 
  Geoffrey. 
o Use pom.organization.name instead of pom.organization. 
o Fix typo in registry uninstall key. 
o Generate exe in distributions directory. Issue: MPNSIS-2. Thanks to 
  Geoffrey. 

  Changes:

o Add PROJECT_URL to constants. Issue: MPNSIS-6. Thanks to Geoffrey. 
o Rename PROJECT_DIST_DIRconstant to PROJECT_DIST_BIN_DIR, and define 
  PROJECT_DIST_DIRto be ${maven.dist.dir}; 
o Add docs on how the plugin process works 
o Add some basic documentation  

To automatically install the plugin, type the following on a single line:

maven plugin:download 
  -DgroupId=maven
  -DartifactId=maven-nsis-plugin
  -Dversion=1.1

For a manual installation, you can download the plugin here:
http://www.ibiblio.org/maven/maven-nsis-plugin/plugins/maven-nsis-plugin-1.1.jar
 
-- 
http://www.multitask.com.au/people/dion/

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



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




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