On Mon,  5 Jul 2004 11:18:26 +1000, Brett Porter <[EMAIL PROTECTED]> wrote:
> Quoting Dion Gillard <[EMAIL PROTECTED]>:
> 
> > I'm having problems with maven:get in the latest builds of the 1.0 branch.
> >
> > In the NSIS plugin I have this:
> >
> >    <maven:get var="maven.dist.bin.assembly.dir"
> > plugin="maven-dist-plugin" property="maven.dist.bin.assembly.dir"/>
> >
> > And it comes back blank.
> 
> This stuff has always been flaky. It depends on the plugin already being loaded.
> The "documented" fashion of doing so is a taglib dependency handle (see
> eclipse's use of test/cactus). Using a pregoal will also work.

As far as I can tell from maven -X, using xmlns:dist="dist" doesn't
load the dist plugin.

> Clear your plugin cache and try again... try depending on dist:dist... that's
> all I can think of off the top of my head.

I cleared the cache (~/.maven/plugins and ~/.maven/cache) and it's still blank.

Can you try this on your installation?

Just checkout and install the latest nsis plugin, and then do 'maven
nsis' from the maven source directory.

On my machine it barfs because maven:get returns a blank value, with:
'maven.dist.bin.assembly.dir' must be specified. It is the directory
containing files to be placed in the installer

I'll try adding a prereq of dist:build-setup
--
http://www.multitask.com.au/people/dion/

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

Reply via email to