[EMAIL PROTECTED] wrote:

The avalon:meta plugin fails with the following message:


java.lang.IllegalArgumentException: Malformed tag 'avalon.component'.
Missing required parameter 'name'



In the source code that you are processing is a @avalon.component tag. The above error suggests that the tag does not include a "name" attribute. I.e. it should look something like the following:


@avalon.component name="whatever"

Cheers, Steve.

When using the ant target provided by avalon, everything works fine..
Any ideas?

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





--


Stephen J. McConnell
mailto:[EMAIL PROTECTED]

|------------------------------------------------|
| Magic by Merlin                                |
| Production by Avalon                           |
|                                                |
| http://avalon.apache.org/merlin                |
| http://dpml.net/                               |
|------------------------------------------------|





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



Reply via email to