Not a problem - we can build it with Ant.
I found a GPL'd nsisant task [1], which I think we can use as this is
just a build tool and doesn't bundle its code with exe (NSIS itself
does, but it has a compatible license [2] - what is this, MIT??).
If we can't use nsisant for any reason - I can probably write a
replacement in less than an hour - all it does is calling the nsis
command line compiler.
Andrus
[1] http://sourceforge.net/projects/nsisant/
[2] http://nsis.sourceforge.net/License
On Aug 6, 2006, at 11:05 PM, Bill Dudney wrote:
AFAIK, its not possible to use an M1 plugin in M2.
Probably worth pinging the m2 crowd and asking if there is any
effort afoot yet to port it.
TTFN,
-bd-
On Aug 6, 2006, at 8:49 PM, Andrus Adamchik wrote:
Wanted to check out this Maven plugin for CayenneModeler.exe
generation:
http://maven.apache.org/maven-1.x/plugins/nsis/
But it is only for M1. Any idea whether it is possible to run it
on M2?
Andrus