Hi all,
I am looking at how plugins reference each other to gain access to their
properties... In the War plugin, there is merely this:
<goal name="war:load"/>
However, in the test plugin, there is something more complex:
<define:taglib uri="test">
<define:tag name="dependency-handle">
<!-- XXX Use this tag to allow this plugin to be loaded into another
-->
</define:tag>
</define:taglib>
Is the version in the test plugin the preferred method of creating a hook
into another plugin?
Eric Pugh
-----Original Message-----
From: [EMAIL PROTECTED]
To: Maven Developers List
Sent: 7/8/03 3:29 AM
Subject: Re: cvs commit: maven/src/plugins-build/junit-report/xdocs
changes.xml
It would be nice however to have the xml decl and the user specified
encoding too....
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
Work: http://www.multitask.com.au
"Emmanuel Venisse" <[EMAIL PROTECTED]> wrote on 08/07/2003 04:52:00
PM:
> Yes, of course.
> If I remove all omitXmlDeclaration declaration in jsl call, we always
have a
> correct encoding for all generation.
> I think we must remove this parameter in tag declaration to avoid
problem in
> future.
>
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: "Maven Developers List" <[EMAIL PROTECTED]>
> Sent: Tuesday, July 08, 2003 8:39 AM
> Subject: Re: cvs commit: maven/src/plugins-build/junit-report/xdocs
> changes.xml
>
>
> So, can't we have an xml declaration with the correct encoding
emitted?
> --
> dIon Gillard, Multitask Consulting
> Blog: http://blogs.codehaus.org/people/dion/
> Work: http://www.multitask.com.au
>
>
> "Emmanuel Venisse" <[EMAIL PROTECTED]> wrote on 08/07/2003 02:55:55
PM:
>
> > The xml declaration add character encoding definition
> >
> > <?xml version="1.0" encoding="ISO-8859-1"?>
> >
> > Emmanuel
> >
> > ----- Original Message -----
> > From: <[EMAIL PROTECTED]>
> > To: "Maven Developers List" <[EMAIL PROTECTED]>
> > Sent: Tuesday, July 08, 2003 4:05 AM
> > Subject: Re: cvs commit: maven/src/plugins-build/junit-report/xdocs
> > changes.xml
> >
> >
> > > Quick question,
> > > what does omitting the xml decl have to do with character
encoding??
> > > --
> > > dIon Gillard, Multitask Consulting
> > > Blog: http://blogs.codehaus.org/people/dion/
> > > Work: http://www.multitask.com.au
> > >
> > >
> > > [EMAIL PROTECTED] wrote on 08/07/2003 04:49:36 AM:
> > >
> > > > evenisse 2003/07/07 11:49:36
> > > >
> > > > Modified: src/plugins-build/junit-report plugin.jelly
> > > > src/plugins-build/junit-report/xdocs changes.xml
> > > > Log:
> > > > Fixed MAVEN-452. Patch for charter encoding. Thanks to Kuisong
> Tong.
> > > >
> > > > I think that this must be apply to all uses of doc:jsl tag.
> > > >
> > > > Revision Changes Path
> > > > 1.8 +0 -1
maven/src/plugins-build/junit-report/plugin.jelly
> > > >
> > > > Index: plugin.jelly
> > > >
===================================================================
> > > > RCS file:
> > > /home/cvs/maven/src/plugins-build/junit-report/plugin.jelly,v
> > > > retrieving revision 1.7
> > > > retrieving revision 1.8
> > > > diff -u -r1.7 -r1.8
> > > > --- plugin.jelly 1 Jul 2003 13:53:42 -0000 1.7
> > > > +++ plugin.jelly 7 Jul 2003 18:49:36 -0000 1.8
> > > > @@ -55,7 +55,6 @@
> > > > input="${maven.build.dir}/TESTS-TestSuites.xml"
> > > > output="junit-report.xml"
> > > > stylesheet="${plugin.resources}/junit.jsl"
> > > > - omitXmlDeclaration="true"
> > > > outputMode="xml"
> > > > prettyPrint="true"
> > > > />
> > > >
> > > >
> > > >
> > > > 1.3 +3 -0
> maven/src/plugins-build/junit-report/xdocs/changes.xml
> > > >
> > > > Index: changes.xml
> > > >
===================================================================
> > > > RCS file:
> > > /home/cvs/maven/src/plugins-build/junit-report/xdocs/changes.xml,v
> > > > retrieving revision 1.2
> > > > retrieving revision 1.3
> > > > diff -u -r1.2 -r1.3
> > > > --- changes.xml 2 Jul 2003 09:04:16 -0000 1.2
> > > > +++ changes.xml 7 Jul 2003 18:49:36 -0000 1.3
> > > > @@ -9,6 +9,9 @@
> > > > <body>
> > > >
> > > > <release version="1.3" date="in CVS">
> > > > + <action dev="evenisse" type="fix" due-to="Kuisong
Tong">
> > > > + Fixed MAVEN-452. Patch for charter encoding.
> > > > + </action>
> > > > <action dev="evenisse" type="fix">
> > > > Fixed MAVEN-493. I register reports only if source,
> > > > test,... exists.
> > > > So, corresponding entrys in menu will appear only if
> > > > reports are registered.
> > > >
> > > >
> > > >
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > >
> >
> >
_____________________________________________________________________
> > Envie de discuter en "live" avec vos amis ? T�l�charger MSN
Messenger
> > http://www.ifrance.com/_reloc/m la 1�re messagerie instantan�e de
France
> >
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> _____________________________________________________________________
> Envie de discuter en "live" avec vos amis ? T�l�charger MSN Messenger
> http://www.ifrance.com/_reloc/m la 1�re messagerie instantan�e de
France
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>