You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by eg...@post.ch on 2003/12/08 11:38:46 UTC

Plugin avalon:meta

The avalon:meta plugin fails with the following message:

C:\pfgui\epoche>maven avalon:meta
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

avalon:meta:
    [avalon] Writing descriptors using 'xml' format.

BUILD FAILED
File...... file:/C:/Documents and
Settings/egglersim/.maven/plugins/avalon-meta-plugin-1.2-SNAPSHOT/
Element... ant:avalon
Line...... 40
Column.... 47
java.lang.IllegalArgumentException: Malformed tag 'avalon.component'.
Missing required parameter 'name'
Total time: 4 seconds
Finished at: Mon Dec 08 11:37:44 CET 2003



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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Plugin avalon:meta

Posted by Jason van Zyl <jv...@maven.org>.
On Mon, 2003-12-08 at 05:38, egglersim@post.ch wrote:
> The avalon:meta plugin fails with the following message:

This plugin is not housed by maven itself. I am trying to encourage
users of plugins like Torque, and this one too, to use the appropriate
resources when asking questions. This is obviously an Avalon plugin so
please use the Avalon list and they have the knowledge about what you're
trying to use.

> C:\pfgui\epoche>maven avalon:meta
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> 
> avalon:meta:
>     [avalon] Writing descriptors using 'xml' format.
> 
> BUILD FAILED
> File...... file:/C:/Documents and
> Settings/egglersim/.maven/plugins/avalon-meta-plugin-1.2-SNAPSHOT/
> Element... ant:avalon
> Line...... 40
> Column.... 47
> java.lang.IllegalArgumentException: Malformed tag 'avalon.component'.
> Missing required parameter 'name'
> Total time: 4 seconds
> Finished at: Mon Dec 08 11:37:44 CET 2003
> 
> 
> 
> When using the ant target provided by avalon, everything works fine..
> Any ideas?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
-- 
jvz.

Jason van Zyl
jason@zenplex.com
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Plugin avalon:meta

Posted by Stephen McConnell <mc...@apache.org>.

egglersim@post.ch 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: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>  
>

-- 

Stephen J. McConnell
mailto:mcconnell@apache.org

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





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Plugin avalon:meta

Posted by Eric Pugh <ep...@upstate.com>.
Have you checked that the .java classes do have all the xdoclet tags needed?
I would also ask on the avalon list as the developers for the plugin are all
over there.

eRic

> -----Original Message-----
> From: egglersim@post.ch [mailto:egglersim@post.ch]
> Sent: Monday, December 08, 2003 10:39 AM
> To: users@maven.apache.org
> Subject: Plugin avalon:meta
> 
> 
> The avalon:meta plugin fails with the following message:
> 
> C:\pfgui\epoche>maven avalon:meta
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> 
> avalon:meta:
>     [avalon] Writing descriptors using 'xml' format.
> 
> BUILD FAILED
> File...... file:/C:/Documents and
> Settings/egglersim/.maven/plugins/avalon-meta-plugin-1.2-SNAPSHOT/
> Element... ant:avalon
> Line...... 40
> Column.... 47
> java.lang.IllegalArgumentException: Malformed tag 'avalon.component'.
> Missing required parameter 'name'
> Total time: 4 seconds
> Finished at: Mon Dec 08 11:37:44 CET 2003
> 
> 
> 
> When using the ant target provided by avalon, everything works fine..
> Any ideas?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org