You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Yannick Menager <ym...@fastmail.fm> on 2003/10/24 14:41:38 UTC

qdox tag vs xdoclet tags

I've been using the ant tasks to generate descriptors. However there's 
one thing i don't like about them, they don't integrate with ant 
attributes....

what I mean is, in xdoclet you can ( well, could, if there was a xdoclet 
avalon module ) do:

@avalon.component version="${version}" name="sample" life

and the ${version} gets replaced if by it's ant property. Makes life 
easier to version groups of components :)



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: qdox tag vs xdoclet tags

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

Yannick Menager wrote:

> I've been using the ant tasks to generate descriptors. However there's 
> one thing i don't like about them, they don't integrate with ant 
> attributes....
>
> what I mean is, in xdoclet you can ( well, could, if there was a 
> xdoclet avalon module ) do:
>
> @avalon.component version="${version}" name="sample" life
>
> and the ${version} gets replaced if by it's ant property. Makes life 
> easier to version groups of components :) 


Its feasible to address this with the avalon-maven plugin.

All we need to do is to recognize sepecific ${xxx} fields and substitute 
that with project derived properties.

Steve.


>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
> For additional commands, e-mail: dev-help@avalon.apache.org
>
>

-- 

Stephen J. McConnell
mailto:mcconnell@apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org