I've cleaned them all up.

On 01/02/2007, at 7:05 PM, Trygve Laugstøl wrote:

[EMAIL PROTECTED] wrote:
Author: jmcconnell
Date: Tue Jan 30 14:59:27 2007
New Revision: 501627
URL: http://svn.apache.org/viewvc?view=rev&rev=501627
Log:
added $ back into the expressions, was throwing NPE in the test cases on the jarArchiver

[snip]

      /**
      * Jar archiver.
- * @parameter expression="{component.org.codehaus.plexus.archiver.Archiver#jar}" + * @parameter expression="$ {component.org.codehaus.plexus.archiver.Archiver#jar}"
      * @required
      * @readonly
      */


That syntax was deprecated a couple of years ago :)

Use

 @component org.codehaus.plexus.archiver.Archiver#jar

instead

[snip]

--
Trygve

---------------------------------------------------------------------
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]

Reply via email to