Re: Container not set in plexus DefaultArchiverManager

2007-08-08 Thread Dave Mellors
ugust 07, 2007 1:47 PM > To: users@maven.apache.org > Subject: Container not set in plexus DefaultArchiverManager > > I am trying to write an installer plugin which makes use of the > ArchiverManager to unpack artifacts. However when it tries to > determine whi

RE: Container not set in plexus DefaultArchiverManager

2007-08-07 Thread Brian E. Fox
:47 PM To: users@maven.apache.org Subject: Container not set in plexus DefaultArchiverManager I am trying to write an installer plugin which makes use of the ArchiverManager to unpack artifacts. However when it tries to determine which Unarchiver to use, the plugin fails with a NullPointerException

Container not set in plexus DefaultArchiverManager

2007-08-07 Thread Dave Mellors
I am trying to write an installer plugin which makes use of the ArchiverManager to unpack artifacts. However when it tries to determine which Unarchiver to use, the plugin fails with a NullPointerException because the plexus container has not been initialised. I have attempted to use the maven-de