Well, that's exactly my point. This format is not supported, currently, by
modello.

And my point was rather to write some maven-changes-plugin code, rather than
some modello code.

So before writing any modello code (yet another thing to understand), the
primary questions goes back to:
Is the current format of the changes.xml file a stable format? Or could we
make some arrangements with this format to go to a cleaner
(modello-compliant) format? (with great care to backward compatibility).

But that's more of a strategic decision. I'll wait for some Maven Guru to
take the decision in my place :)

I'll keep on trying to understand maven's code...

Denis. 

> -----Message d'origine-----
> De : Trygve Laugstøl [mailto:[EMAIL PROTECTED] 
> Envoyé : mercredi 26 juillet 2006 15:40
> À : Maven Developers List
> Objet : Re: Modello & maven-changes-plugin
> 
> Cabasson Denis wrote:
> > Well, can I go as far as asking how modello would handle 
> that (a link 
> > or a modello snipplet would greatly be appreciated).
> > 
> > I know how to handle the action tag, creating the 
> associated Action class.
> > When in action Class, I know how to handle the attributes (using
> > xml.attribute="true") but how to handle the included text?
> > 
> > My example wasn't a good one, it seems. But things like:
> >       <action dev="vmassol" type="update">
> >         Blah blah.
> >       </action>
> > Just have the same problem for me, as far as modello is concerned.
> 
> It can't handle that format. It could handle this:
> 
> <action dev="vmassol" type="update">
>    <description>
>      Blah blah.
>    </description>
> </action>
> 
> However, making Modello support the format you want might be 
> doable if you feel like writing some Modello code :)
> 
> --
> 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