You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@myfaces.apache.org by Matthias Wessendorf <ma...@apache.org> on 2007/08/06 07:58:00 UTC

[ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.0.3)

Hi,

The Apache MyFaces community is pleased to announce its
1.0.3 release of the Apache MyFaces Trinidad Maven2 plugins.

These Maven2 plugins have been deployed to the Apache Maven2 and they
are mirrored by ibiblio as well.


release notes
Apache MyFaces Trinidad Plugins (version 1.0.3) (for JSF 1.1)

This file contains informations for the 1.0.3 release of the Plugins
for the Apache MyFaces Trinidad solved Jira issue:

Issues:
[TRINIDAD-90] - Tagdoc: Unsupported Agents in component summary
[TRINIDAD-109] - Tagdoc should doc when a component is a naming container
[TRINIDAD-122] - Improve startup performance by loading renderers lazily


Enjoy!
-Matthias

-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

RE: [ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.0.3)

Posted by "Kito D. Mann" <km...@virtua.com>.
Very cool. Good to know ;-).

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kito D. Mann - Author, JavaServer Faces in Action
http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info

* Sign up for the JSF Central newsletter!
http://oi.vresp.com/?fid=ac048d0e17 *


> -----Original Message-----
> From: Adam Winer [mailto:awiner@gmail.com]
> Sent: Monday, August 06, 2007 5:18 PM
> To: MyFaces Development; kmann@virtua.com
> Cc: Matthias Wessendorf; MyFaces Discussion
> Subject: Re: [ANN] Release of Apache MyFaces Trinidad's Maven plugins
> (1.0.3)
> 
> Yes, in there.  It's desperately in need of better documentation before
> that can realistically happen, but as is it's capable of using
> relatively vanilla faces-config.xml files with some extension elements,
> and generating:
>   - Component classes
>   - JSP component, validator, and converter tag classes
>   - TLD files
>   - Facelets taglib.xml file
>   - Tag documentation (much better than tlddoc)
>   - The real faces-config.xml file
> 
> IMO, kinda cool.  But without docs, kinda impossible to use too.
> 
> -- Adam
> 
> 
> On 8/6/07, Kito D. Mann <km...@virtua.com> wrote:
> > Ah, okay. Can the component generation plugin, can it be used outside
> of
> > Trinidad and MyFaces?
> >
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > Kito D. Mann - Author, JavaServer Faces in Action
> > http://www.virtua.com - JSF/Java EE consulting, training, and
> mentoring
> > http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
> > phone: +1 203-653-2989
> > fax: +1 203-653-2988
> >
> > * Sign up for the JSF Central newsletter!
> > http://oi.vresp.com/?fid=ac048d0e17 *
> >
> >
> > > -----Original Message-----
> > > From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On
> Behalf Of
> > > Matthias Wessendorf
> > > Sent: Monday, August 06, 2007 12:18 PM
> > > To: MyFaces Discussion; kmann@virtua.com
> > > Cc: MyFaces Development; announce@myfaces.apache.org
> > > Subject: Re: [ANN] Release of Apache MyFaces Trinidad's Maven
> plugins
> > > (1.0.3)
> > >
> > > Mostly a bunch of maven2 plugins, that the Trinidad Core requires
> to
> > > build.
> > >
> > > For instance generating localized JS like:
> > > http://example.irian.at/trinidad-demo-
> > > 20070806/adf/jsLibs/resources/LocaleElements_en_US1_0_2.js
> > >
> > > the maven-faces-plugin generates the JSF components, adds the
> > > meta-data to the faces-config.xml that the Trinidad-IMPL Jar
> contains
> > > etc.
> > > (MyFaces 1.2.x is using this plugin as well)
> > >
> > > A JDev plugin to generate JDeveloper projects files of your m2
> project.
> > >
> > > Stuff like this.
> > >
> > > We have to release them since the Apache policy says at least no
> > > release that has a SNAPSHOT dependency ;-)
> > >
> > >
> > >
> > > -Matthias
> > >
> > > On 8/6/07, Kito D. Mann <km...@virtua.com> wrote:
> > > > Matthias,
> > > >
> > > > Can you explain exactly what the Maven Plugins are? The site
> doesn't
> > > really
> > > > say much.
> > > >
> > > >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > > > Kito D. Mann - Author, JavaServer Faces in Action
> > > > http://www.virtua.com - JSF/Java EE consulting, training, and
> > > mentoring
> > > > http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
> > > >
> > > >
> > > > * Sign up for the JSF Central newsletter!
> > > > http://oi.vresp.com/?fid=ac048d0e17 *
> > > >
> > > >
> > > > > -----Original Message-----
> > > > > From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On
> > > Behalf Of
> > > > > Matthias Wessendorf
> > > > > Sent: Monday, August 06, 2007 3:58 AM
> > > > > To: announce@myfaces.apache.org; MyFaces Discussion; MyFaces
> > > > > Development
> > > > > Subject: [ANN] Release of Apache MyFaces Trinidad's Maven
> plugins
> > > > > (1.0.3)
> > > > >
> > > > > Hi,
> > > > >
> > > > > The Apache MyFaces community is pleased to announce its
> > > > > 1.0.3 release of the Apache MyFaces Trinidad Maven2 plugins.
> > > > >
> > > > > These Maven2 plugins have been deployed to the Apache Maven2
> and
> > > they
> > > > > are mirrored by ibiblio as well.
> > > > >
> > > > >
> > > > > release notes
> > > > > Apache MyFaces Trinidad Plugins (version 1.0.3) (for JSF 1.1)
> > > > >
> > > > > This file contains informations for the 1.0.3 release of the
> > > Plugins
> > > > > for the Apache MyFaces Trinidad solved Jira issue:
> > > > >
> > > > > Issues:
> > > > > [TRINIDAD-90] - Tagdoc: Unsupported Agents in component summary
> > > > > [TRINIDAD-109] - Tagdoc should doc when a component is a naming
> > > > > container
> > > > > [TRINIDAD-122] - Improve startup performance by loading
> renderers
> > > > > lazily
> > > > >
> > > > >
> > > > > Enjoy!
> > > > > -Matthias
> > > > >
> > > > > --
> > > > > Matthias Wessendorf
> > > > >
> > > > > further stuff:
> > > > > blog: http://matthiaswessendorf.wordpress.com/
> > > > > mail: matzew-at-apache-dot-org
> > > >
> > > >
> > >
> > >
> > > --
> > > Matthias Wessendorf
> > >
> > > further stuff:
> > > blog: http://matthiaswessendorf.wordpress.com/
> > > mail: matzew-at-apache-dot-org
> >
> >


RE: [ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.0.3)

Posted by "Kito D. Mann" <km...@virtua.com>.
Very cool. Good to know ;-).

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kito D. Mann - Author, JavaServer Faces in Action
http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info

* Sign up for the JSF Central newsletter!
http://oi.vresp.com/?fid=ac048d0e17 *


> -----Original Message-----
> From: Adam Winer [mailto:awiner@gmail.com]
> Sent: Monday, August 06, 2007 5:18 PM
> To: MyFaces Development; kmann@virtua.com
> Cc: Matthias Wessendorf; MyFaces Discussion
> Subject: Re: [ANN] Release of Apache MyFaces Trinidad's Maven plugins
> (1.0.3)
> 
> Yes, in there.  It's desperately in need of better documentation before
> that can realistically happen, but as is it's capable of using
> relatively vanilla faces-config.xml files with some extension elements,
> and generating:
>   - Component classes
>   - JSP component, validator, and converter tag classes
>   - TLD files
>   - Facelets taglib.xml file
>   - Tag documentation (much better than tlddoc)
>   - The real faces-config.xml file
> 
> IMO, kinda cool.  But without docs, kinda impossible to use too.
> 
> -- Adam
> 
> 
> On 8/6/07, Kito D. Mann <km...@virtua.com> wrote:
> > Ah, okay. Can the component generation plugin, can it be used outside
> of
> > Trinidad and MyFaces?
> >
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > Kito D. Mann - Author, JavaServer Faces in Action
> > http://www.virtua.com - JSF/Java EE consulting, training, and
> mentoring
> > http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
> > phone: +1 203-653-2989
> > fax: +1 203-653-2988
> >
> > * Sign up for the JSF Central newsletter!
> > http://oi.vresp.com/?fid=ac048d0e17 *
> >
> >
> > > -----Original Message-----
> > > From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On
> Behalf Of
> > > Matthias Wessendorf
> > > Sent: Monday, August 06, 2007 12:18 PM
> > > To: MyFaces Discussion; kmann@virtua.com
> > > Cc: MyFaces Development; announce@myfaces.apache.org
> > > Subject: Re: [ANN] Release of Apache MyFaces Trinidad's Maven
> plugins
> > > (1.0.3)
> > >
> > > Mostly a bunch of maven2 plugins, that the Trinidad Core requires
> to
> > > build.
> > >
> > > For instance generating localized JS like:
> > > http://example.irian.at/trinidad-demo-
> > > 20070806/adf/jsLibs/resources/LocaleElements_en_US1_0_2.js
> > >
> > > the maven-faces-plugin generates the JSF components, adds the
> > > meta-data to the faces-config.xml that the Trinidad-IMPL Jar
> contains
> > > etc.
> > > (MyFaces 1.2.x is using this plugin as well)
> > >
> > > A JDev plugin to generate JDeveloper projects files of your m2
> project.
> > >
> > > Stuff like this.
> > >
> > > We have to release them since the Apache policy says at least no
> > > release that has a SNAPSHOT dependency ;-)
> > >
> > >
> > >
> > > -Matthias
> > >
> > > On 8/6/07, Kito D. Mann <km...@virtua.com> wrote:
> > > > Matthias,
> > > >
> > > > Can you explain exactly what the Maven Plugins are? The site
> doesn't
> > > really
> > > > say much.
> > > >
> > > >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > > > Kito D. Mann - Author, JavaServer Faces in Action
> > > > http://www.virtua.com - JSF/Java EE consulting, training, and
> > > mentoring
> > > > http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
> > > >
> > > >
> > > > * Sign up for the JSF Central newsletter!
> > > > http://oi.vresp.com/?fid=ac048d0e17 *
> > > >
> > > >
> > > > > -----Original Message-----
> > > > > From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On
> > > Behalf Of
> > > > > Matthias Wessendorf
> > > > > Sent: Monday, August 06, 2007 3:58 AM
> > > > > To: announce@myfaces.apache.org; MyFaces Discussion; MyFaces
> > > > > Development
> > > > > Subject: [ANN] Release of Apache MyFaces Trinidad's Maven
> plugins
> > > > > (1.0.3)
> > > > >
> > > > > Hi,
> > > > >
> > > > > The Apache MyFaces community is pleased to announce its
> > > > > 1.0.3 release of the Apache MyFaces Trinidad Maven2 plugins.
> > > > >
> > > > > These Maven2 plugins have been deployed to the Apache Maven2
> and
> > > they
> > > > > are mirrored by ibiblio as well.
> > > > >
> > > > >
> > > > > release notes
> > > > > Apache MyFaces Trinidad Plugins (version 1.0.3) (for JSF 1.1)
> > > > >
> > > > > This file contains informations for the 1.0.3 release of the
> > > Plugins
> > > > > for the Apache MyFaces Trinidad solved Jira issue:
> > > > >
> > > > > Issues:
> > > > > [TRINIDAD-90] - Tagdoc: Unsupported Agents in component summary
> > > > > [TRINIDAD-109] - Tagdoc should doc when a component is a naming
> > > > > container
> > > > > [TRINIDAD-122] - Improve startup performance by loading
> renderers
> > > > > lazily
> > > > >
> > > > >
> > > > > Enjoy!
> > > > > -Matthias
> > > > >
> > > > > --
> > > > > Matthias Wessendorf
> > > > >
> > > > > further stuff:
> > > > > blog: http://matthiaswessendorf.wordpress.com/
> > > > > mail: matzew-at-apache-dot-org
> > > >
> > > >
> > >
> > >
> > > --
> > > Matthias Wessendorf
> > >
> > > further stuff:
> > > blog: http://matthiaswessendorf.wordpress.com/
> > > mail: matzew-at-apache-dot-org
> >
> >


Re: [ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.0.3)

Posted by Adam Winer <aw...@gmail.com>.
Yes, in there.  It's desperately in need of better documentation before
that can realistically happen, but as is it's capable of using
relatively vanilla faces-config.xml files with some extension elements,
and generating:
  - Component classes
  - JSP component, validator, and converter tag classes
  - TLD files
  - Facelets taglib.xml file
  - Tag documentation (much better than tlddoc)
  - The real faces-config.xml file

IMO, kinda cool.  But without docs, kinda impossible to use too.

-- Adam


On 8/6/07, Kito D. Mann <km...@virtua.com> wrote:
> Ah, okay. Can the component generation plugin, can it be used outside of
> Trinidad and MyFaces?
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Kito D. Mann - Author, JavaServer Faces in Action
> http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
> http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
> phone: +1 203-653-2989
> fax: +1 203-653-2988
>
> * Sign up for the JSF Central newsletter!
> http://oi.vresp.com/?fid=ac048d0e17 *
>
>
> > -----Original Message-----
> > From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
> > Matthias Wessendorf
> > Sent: Monday, August 06, 2007 12:18 PM
> > To: MyFaces Discussion; kmann@virtua.com
> > Cc: MyFaces Development; announce@myfaces.apache.org
> > Subject: Re: [ANN] Release of Apache MyFaces Trinidad's Maven plugins
> > (1.0.3)
> >
> > Mostly a bunch of maven2 plugins, that the Trinidad Core requires to
> > build.
> >
> > For instance generating localized JS like:
> > http://example.irian.at/trinidad-demo-
> > 20070806/adf/jsLibs/resources/LocaleElements_en_US1_0_2.js
> >
> > the maven-faces-plugin generates the JSF components, adds the
> > meta-data to the faces-config.xml that the Trinidad-IMPL Jar contains
> > etc.
> > (MyFaces 1.2.x is using this plugin as well)
> >
> > A JDev plugin to generate JDeveloper projects files of your m2 project.
> >
> > Stuff like this.
> >
> > We have to release them since the Apache policy says at least no
> > release that has a SNAPSHOT dependency ;-)
> >
> >
> >
> > -Matthias
> >
> > On 8/6/07, Kito D. Mann <km...@virtua.com> wrote:
> > > Matthias,
> > >
> > > Can you explain exactly what the Maven Plugins are? The site doesn't
> > really
> > > say much.
> > >
> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > > Kito D. Mann - Author, JavaServer Faces in Action
> > > http://www.virtua.com - JSF/Java EE consulting, training, and
> > mentoring
> > > http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
> > >
> > >
> > > * Sign up for the JSF Central newsletter!
> > > http://oi.vresp.com/?fid=ac048d0e17 *
> > >
> > >
> > > > -----Original Message-----
> > > > From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On
> > Behalf Of
> > > > Matthias Wessendorf
> > > > Sent: Monday, August 06, 2007 3:58 AM
> > > > To: announce@myfaces.apache.org; MyFaces Discussion; MyFaces
> > > > Development
> > > > Subject: [ANN] Release of Apache MyFaces Trinidad's Maven plugins
> > > > (1.0.3)
> > > >
> > > > Hi,
> > > >
> > > > The Apache MyFaces community is pleased to announce its
> > > > 1.0.3 release of the Apache MyFaces Trinidad Maven2 plugins.
> > > >
> > > > These Maven2 plugins have been deployed to the Apache Maven2 and
> > they
> > > > are mirrored by ibiblio as well.
> > > >
> > > >
> > > > release notes
> > > > Apache MyFaces Trinidad Plugins (version 1.0.3) (for JSF 1.1)
> > > >
> > > > This file contains informations for the 1.0.3 release of the
> > Plugins
> > > > for the Apache MyFaces Trinidad solved Jira issue:
> > > >
> > > > Issues:
> > > > [TRINIDAD-90] - Tagdoc: Unsupported Agents in component summary
> > > > [TRINIDAD-109] - Tagdoc should doc when a component is a naming
> > > > container
> > > > [TRINIDAD-122] - Improve startup performance by loading renderers
> > > > lazily
> > > >
> > > >
> > > > Enjoy!
> > > > -Matthias
> > > >
> > > > --
> > > > Matthias Wessendorf
> > > >
> > > > further stuff:
> > > > blog: http://matthiaswessendorf.wordpress.com/
> > > > mail: matzew-at-apache-dot-org
> > >
> > >
> >
> >
> > --
> > Matthias Wessendorf
> >
> > further stuff:
> > blog: http://matthiaswessendorf.wordpress.com/
> > mail: matzew-at-apache-dot-org
>
>

Re: [ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.0.3)

Posted by Adam Winer <aw...@gmail.com>.
Yes, in there.  It's desperately in need of better documentation before
that can realistically happen, but as is it's capable of using
relatively vanilla faces-config.xml files with some extension elements,
and generating:
  - Component classes
  - JSP component, validator, and converter tag classes
  - TLD files
  - Facelets taglib.xml file
  - Tag documentation (much better than tlddoc)
  - The real faces-config.xml file

IMO, kinda cool.  But without docs, kinda impossible to use too.

-- Adam


On 8/6/07, Kito D. Mann <km...@virtua.com> wrote:
> Ah, okay. Can the component generation plugin, can it be used outside of
> Trinidad and MyFaces?
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Kito D. Mann - Author, JavaServer Faces in Action
> http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
> http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
> phone: +1 203-653-2989
> fax: +1 203-653-2988
>
> * Sign up for the JSF Central newsletter!
> http://oi.vresp.com/?fid=ac048d0e17 *
>
>
> > -----Original Message-----
> > From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
> > Matthias Wessendorf
> > Sent: Monday, August 06, 2007 12:18 PM
> > To: MyFaces Discussion; kmann@virtua.com
> > Cc: MyFaces Development; announce@myfaces.apache.org
> > Subject: Re: [ANN] Release of Apache MyFaces Trinidad's Maven plugins
> > (1.0.3)
> >
> > Mostly a bunch of maven2 plugins, that the Trinidad Core requires to
> > build.
> >
> > For instance generating localized JS like:
> > http://example.irian.at/trinidad-demo-
> > 20070806/adf/jsLibs/resources/LocaleElements_en_US1_0_2.js
> >
> > the maven-faces-plugin generates the JSF components, adds the
> > meta-data to the faces-config.xml that the Trinidad-IMPL Jar contains
> > etc.
> > (MyFaces 1.2.x is using this plugin as well)
> >
> > A JDev plugin to generate JDeveloper projects files of your m2 project.
> >
> > Stuff like this.
> >
> > We have to release them since the Apache policy says at least no
> > release that has a SNAPSHOT dependency ;-)
> >
> >
> >
> > -Matthias
> >
> > On 8/6/07, Kito D. Mann <km...@virtua.com> wrote:
> > > Matthias,
> > >
> > > Can you explain exactly what the Maven Plugins are? The site doesn't
> > really
> > > say much.
> > >
> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > > Kito D. Mann - Author, JavaServer Faces in Action
> > > http://www.virtua.com - JSF/Java EE consulting, training, and
> > mentoring
> > > http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
> > >
> > >
> > > * Sign up for the JSF Central newsletter!
> > > http://oi.vresp.com/?fid=ac048d0e17 *
> > >
> > >
> > > > -----Original Message-----
> > > > From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On
> > Behalf Of
> > > > Matthias Wessendorf
> > > > Sent: Monday, August 06, 2007 3:58 AM
> > > > To: announce@myfaces.apache.org; MyFaces Discussion; MyFaces
> > > > Development
> > > > Subject: [ANN] Release of Apache MyFaces Trinidad's Maven plugins
> > > > (1.0.3)
> > > >
> > > > Hi,
> > > >
> > > > The Apache MyFaces community is pleased to announce its
> > > > 1.0.3 release of the Apache MyFaces Trinidad Maven2 plugins.
> > > >
> > > > These Maven2 plugins have been deployed to the Apache Maven2 and
> > they
> > > > are mirrored by ibiblio as well.
> > > >
> > > >
> > > > release notes
> > > > Apache MyFaces Trinidad Plugins (version 1.0.3) (for JSF 1.1)
> > > >
> > > > This file contains informations for the 1.0.3 release of the
> > Plugins
> > > > for the Apache MyFaces Trinidad solved Jira issue:
> > > >
> > > > Issues:
> > > > [TRINIDAD-90] - Tagdoc: Unsupported Agents in component summary
> > > > [TRINIDAD-109] - Tagdoc should doc when a component is a naming
> > > > container
> > > > [TRINIDAD-122] - Improve startup performance by loading renderers
> > > > lazily
> > > >
> > > >
> > > > Enjoy!
> > > > -Matthias
> > > >
> > > > --
> > > > Matthias Wessendorf
> > > >
> > > > further stuff:
> > > > blog: http://matthiaswessendorf.wordpress.com/
> > > > mail: matzew-at-apache-dot-org
> > >
> > >
> >
> >
> > --
> > Matthias Wessendorf
> >
> > further stuff:
> > blog: http://matthiaswessendorf.wordpress.com/
> > mail: matzew-at-apache-dot-org
>
>

RE: [ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.0.3)

Posted by "Kito D. Mann" <km...@virtua.com>.
Ah, okay. Can the component generation plugin, can it be used outside of
Trinidad and MyFaces?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kito D. Mann - Author, JavaServer Faces in Action
http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
phone: +1 203-653-2989
fax: +1 203-653-2988 

* Sign up for the JSF Central newsletter!
http://oi.vresp.com/?fid=ac048d0e17 *


> -----Original Message-----
> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
> Matthias Wessendorf
> Sent: Monday, August 06, 2007 12:18 PM
> To: MyFaces Discussion; kmann@virtua.com
> Cc: MyFaces Development; announce@myfaces.apache.org
> Subject: Re: [ANN] Release of Apache MyFaces Trinidad's Maven plugins
> (1.0.3)
> 
> Mostly a bunch of maven2 plugins, that the Trinidad Core requires to
> build.
> 
> For instance generating localized JS like:
> http://example.irian.at/trinidad-demo-
> 20070806/adf/jsLibs/resources/LocaleElements_en_US1_0_2.js
> 
> the maven-faces-plugin generates the JSF components, adds the
> meta-data to the faces-config.xml that the Trinidad-IMPL Jar contains
> etc.
> (MyFaces 1.2.x is using this plugin as well)
> 
> A JDev plugin to generate JDeveloper projects files of your m2 project.
> 
> Stuff like this.
> 
> We have to release them since the Apache policy says at least no
> release that has a SNAPSHOT dependency ;-)
> 
> 
> 
> -Matthias
> 
> On 8/6/07, Kito D. Mann <km...@virtua.com> wrote:
> > Matthias,
> >
> > Can you explain exactly what the Maven Plugins are? The site doesn't
> really
> > say much.
> >
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > Kito D. Mann - Author, JavaServer Faces in Action
> > http://www.virtua.com - JSF/Java EE consulting, training, and
> mentoring
> > http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
> >
> >
> > * Sign up for the JSF Central newsletter!
> > http://oi.vresp.com/?fid=ac048d0e17 *
> >
> >
> > > -----Original Message-----
> > > From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On
> Behalf Of
> > > Matthias Wessendorf
> > > Sent: Monday, August 06, 2007 3:58 AM
> > > To: announce@myfaces.apache.org; MyFaces Discussion; MyFaces
> > > Development
> > > Subject: [ANN] Release of Apache MyFaces Trinidad's Maven plugins
> > > (1.0.3)
> > >
> > > Hi,
> > >
> > > The Apache MyFaces community is pleased to announce its
> > > 1.0.3 release of the Apache MyFaces Trinidad Maven2 plugins.
> > >
> > > These Maven2 plugins have been deployed to the Apache Maven2 and
> they
> > > are mirrored by ibiblio as well.
> > >
> > >
> > > release notes
> > > Apache MyFaces Trinidad Plugins (version 1.0.3) (for JSF 1.1)
> > >
> > > This file contains informations for the 1.0.3 release of the
> Plugins
> > > for the Apache MyFaces Trinidad solved Jira issue:
> > >
> > > Issues:
> > > [TRINIDAD-90] - Tagdoc: Unsupported Agents in component summary
> > > [TRINIDAD-109] - Tagdoc should doc when a component is a naming
> > > container
> > > [TRINIDAD-122] - Improve startup performance by loading renderers
> > > lazily
> > >
> > >
> > > Enjoy!
> > > -Matthias
> > >
> > > --
> > > Matthias Wessendorf
> > >
> > > further stuff:
> > > blog: http://matthiaswessendorf.wordpress.com/
> > > mail: matzew-at-apache-dot-org
> >
> >
> 
> 
> --
> Matthias Wessendorf
> 
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> mail: matzew-at-apache-dot-org


Re: [ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.0.3)

Posted by Matthias Wessendorf <ma...@apache.org>.
So... a release of the plugins also says,

not to far away from a new Trinidad Core release :D

On 8/6/07, Matthias Wessendorf <ma...@apache.org> wrote:
> Mostly a bunch of maven2 plugins, that the Trinidad Core requires to build.
>
> For instance generating localized JS like:
> http://example.irian.at/trinidad-demo-20070806/adf/jsLibs/resources/LocaleElements_en_US1_0_2.js
>
> the maven-faces-plugin generates the JSF components, adds the
> meta-data to the faces-config.xml that the Trinidad-IMPL Jar contains
> etc.
> (MyFaces 1.2.x is using this plugin as well)
>
> A JDev plugin to generate JDeveloper projects files of your m2 project.
>
> Stuff like this.
>
> We have to release them since the Apache policy says at least no
> release that has a SNAPSHOT dependency ;-)
>
>
>
> -Matthias
>
> On 8/6/07, Kito D. Mann <km...@virtua.com> wrote:
> > Matthias,
> >
> > Can you explain exactly what the Maven Plugins are? The site doesn't really
> > say much.
> >
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > Kito D. Mann - Author, JavaServer Faces in Action
> > http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
> > http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
> >
> >
> > * Sign up for the JSF Central newsletter!
> > http://oi.vresp.com/?fid=ac048d0e17 *
> >
> >
> > > -----Original Message-----
> > > From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
> > > Matthias Wessendorf
> > > Sent: Monday, August 06, 2007 3:58 AM
> > > To: announce@myfaces.apache.org; MyFaces Discussion; MyFaces
> > > Development
> > > Subject: [ANN] Release of Apache MyFaces Trinidad's Maven plugins
> > > (1.0.3)
> > >
> > > Hi,
> > >
> > > The Apache MyFaces community is pleased to announce its
> > > 1.0.3 release of the Apache MyFaces Trinidad Maven2 plugins.
> > >
> > > These Maven2 plugins have been deployed to the Apache Maven2 and they
> > > are mirrored by ibiblio as well.
> > >
> > >
> > > release notes
> > > Apache MyFaces Trinidad Plugins (version 1.0.3) (for JSF 1.1)
> > >
> > > This file contains informations for the 1.0.3 release of the Plugins
> > > for the Apache MyFaces Trinidad solved Jira issue:
> > >
> > > Issues:
> > > [TRINIDAD-90] - Tagdoc: Unsupported Agents in component summary
> > > [TRINIDAD-109] - Tagdoc should doc when a component is a naming
> > > container
> > > [TRINIDAD-122] - Improve startup performance by loading renderers
> > > lazily
> > >
> > >
> > > Enjoy!
> > > -Matthias
> > >
> > > --
> > > Matthias Wessendorf
> > >
> > > further stuff:
> > > blog: http://matthiaswessendorf.wordpress.com/
> > > mail: matzew-at-apache-dot-org
> >
> >
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> mail: matzew-at-apache-dot-org
>


-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

RE: [ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.0.3)

Posted by "Kito D. Mann" <km...@virtua.com>.
Ah, okay. Can the component generation plugin, can it be used outside of
Trinidad and MyFaces?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kito D. Mann - Author, JavaServer Faces in Action
http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
phone: +1 203-653-2989
fax: +1 203-653-2988 

* Sign up for the JSF Central newsletter!
http://oi.vresp.com/?fid=ac048d0e17 *


> -----Original Message-----
> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
> Matthias Wessendorf
> Sent: Monday, August 06, 2007 12:18 PM
> To: MyFaces Discussion; kmann@virtua.com
> Cc: MyFaces Development; announce@myfaces.apache.org
> Subject: Re: [ANN] Release of Apache MyFaces Trinidad's Maven plugins
> (1.0.3)
> 
> Mostly a bunch of maven2 plugins, that the Trinidad Core requires to
> build.
> 
> For instance generating localized JS like:
> http://example.irian.at/trinidad-demo-
> 20070806/adf/jsLibs/resources/LocaleElements_en_US1_0_2.js
> 
> the maven-faces-plugin generates the JSF components, adds the
> meta-data to the faces-config.xml that the Trinidad-IMPL Jar contains
> etc.
> (MyFaces 1.2.x is using this plugin as well)
> 
> A JDev plugin to generate JDeveloper projects files of your m2 project.
> 
> Stuff like this.
> 
> We have to release them since the Apache policy says at least no
> release that has a SNAPSHOT dependency ;-)
> 
> 
> 
> -Matthias
> 
> On 8/6/07, Kito D. Mann <km...@virtua.com> wrote:
> > Matthias,
> >
> > Can you explain exactly what the Maven Plugins are? The site doesn't
> really
> > say much.
> >
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > Kito D. Mann - Author, JavaServer Faces in Action
> > http://www.virtua.com - JSF/Java EE consulting, training, and
> mentoring
> > http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
> >
> >
> > * Sign up for the JSF Central newsletter!
> > http://oi.vresp.com/?fid=ac048d0e17 *
> >
> >
> > > -----Original Message-----
> > > From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On
> Behalf Of
> > > Matthias Wessendorf
> > > Sent: Monday, August 06, 2007 3:58 AM
> > > To: announce@myfaces.apache.org; MyFaces Discussion; MyFaces
> > > Development
> > > Subject: [ANN] Release of Apache MyFaces Trinidad's Maven plugins
> > > (1.0.3)
> > >
> > > Hi,
> > >
> > > The Apache MyFaces community is pleased to announce its
> > > 1.0.3 release of the Apache MyFaces Trinidad Maven2 plugins.
> > >
> > > These Maven2 plugins have been deployed to the Apache Maven2 and
> they
> > > are mirrored by ibiblio as well.
> > >
> > >
> > > release notes
> > > Apache MyFaces Trinidad Plugins (version 1.0.3) (for JSF 1.1)
> > >
> > > This file contains informations for the 1.0.3 release of the
> Plugins
> > > for the Apache MyFaces Trinidad solved Jira issue:
> > >
> > > Issues:
> > > [TRINIDAD-90] - Tagdoc: Unsupported Agents in component summary
> > > [TRINIDAD-109] - Tagdoc should doc when a component is a naming
> > > container
> > > [TRINIDAD-122] - Improve startup performance by loading renderers
> > > lazily
> > >
> > >
> > > Enjoy!
> > > -Matthias
> > >
> > > --
> > > Matthias Wessendorf
> > >
> > > further stuff:
> > > blog: http://matthiaswessendorf.wordpress.com/
> > > mail: matzew-at-apache-dot-org
> >
> >
> 
> 
> --
> Matthias Wessendorf
> 
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> mail: matzew-at-apache-dot-org


Re: [ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.0.3)

Posted by Matthias Wessendorf <ma...@apache.org>.
Mostly a bunch of maven2 plugins, that the Trinidad Core requires to build.

For instance generating localized JS like:
http://example.irian.at/trinidad-demo-20070806/adf/jsLibs/resources/LocaleElements_en_US1_0_2.js

the maven-faces-plugin generates the JSF components, adds the
meta-data to the faces-config.xml that the Trinidad-IMPL Jar contains
etc.
(MyFaces 1.2.x is using this plugin as well)

A JDev plugin to generate JDeveloper projects files of your m2 project.

Stuff like this.

We have to release them since the Apache policy says at least no
release that has a SNAPSHOT dependency ;-)



-Matthias

On 8/6/07, Kito D. Mann <km...@virtua.com> wrote:
> Matthias,
>
> Can you explain exactly what the Maven Plugins are? The site doesn't really
> say much.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Kito D. Mann - Author, JavaServer Faces in Action
> http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
> http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
>
>
> * Sign up for the JSF Central newsletter!
> http://oi.vresp.com/?fid=ac048d0e17 *
>
>
> > -----Original Message-----
> > From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
> > Matthias Wessendorf
> > Sent: Monday, August 06, 2007 3:58 AM
> > To: announce@myfaces.apache.org; MyFaces Discussion; MyFaces
> > Development
> > Subject: [ANN] Release of Apache MyFaces Trinidad's Maven plugins
> > (1.0.3)
> >
> > Hi,
> >
> > The Apache MyFaces community is pleased to announce its
> > 1.0.3 release of the Apache MyFaces Trinidad Maven2 plugins.
> >
> > These Maven2 plugins have been deployed to the Apache Maven2 and they
> > are mirrored by ibiblio as well.
> >
> >
> > release notes
> > Apache MyFaces Trinidad Plugins (version 1.0.3) (for JSF 1.1)
> >
> > This file contains informations for the 1.0.3 release of the Plugins
> > for the Apache MyFaces Trinidad solved Jira issue:
> >
> > Issues:
> > [TRINIDAD-90] - Tagdoc: Unsupported Agents in component summary
> > [TRINIDAD-109] - Tagdoc should doc when a component is a naming
> > container
> > [TRINIDAD-122] - Improve startup performance by loading renderers
> > lazily
> >
> >
> > Enjoy!
> > -Matthias
> >
> > --
> > Matthias Wessendorf
> >
> > further stuff:
> > blog: http://matthiaswessendorf.wordpress.com/
> > mail: matzew-at-apache-dot-org
>
>


-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

Re: [ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.0.3)

Posted by Matthias Wessendorf <ma...@apache.org>.
Mostly a bunch of maven2 plugins, that the Trinidad Core requires to build.

For instance generating localized JS like:
http://example.irian.at/trinidad-demo-20070806/adf/jsLibs/resources/LocaleElements_en_US1_0_2.js

the maven-faces-plugin generates the JSF components, adds the
meta-data to the faces-config.xml that the Trinidad-IMPL Jar contains
etc.
(MyFaces 1.2.x is using this plugin as well)

A JDev plugin to generate JDeveloper projects files of your m2 project.

Stuff like this.

We have to release them since the Apache policy says at least no
release that has a SNAPSHOT dependency ;-)



-Matthias

On 8/6/07, Kito D. Mann <km...@virtua.com> wrote:
> Matthias,
>
> Can you explain exactly what the Maven Plugins are? The site doesn't really
> say much.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Kito D. Mann - Author, JavaServer Faces in Action
> http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
> http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
>
>
> * Sign up for the JSF Central newsletter!
> http://oi.vresp.com/?fid=ac048d0e17 *
>
>
> > -----Original Message-----
> > From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
> > Matthias Wessendorf
> > Sent: Monday, August 06, 2007 3:58 AM
> > To: announce@myfaces.apache.org; MyFaces Discussion; MyFaces
> > Development
> > Subject: [ANN] Release of Apache MyFaces Trinidad's Maven plugins
> > (1.0.3)
> >
> > Hi,
> >
> > The Apache MyFaces community is pleased to announce its
> > 1.0.3 release of the Apache MyFaces Trinidad Maven2 plugins.
> >
> > These Maven2 plugins have been deployed to the Apache Maven2 and they
> > are mirrored by ibiblio as well.
> >
> >
> > release notes
> > Apache MyFaces Trinidad Plugins (version 1.0.3) (for JSF 1.1)
> >
> > This file contains informations for the 1.0.3 release of the Plugins
> > for the Apache MyFaces Trinidad solved Jira issue:
> >
> > Issues:
> > [TRINIDAD-90] - Tagdoc: Unsupported Agents in component summary
> > [TRINIDAD-109] - Tagdoc should doc when a component is a naming
> > container
> > [TRINIDAD-122] - Improve startup performance by loading renderers
> > lazily
> >
> >
> > Enjoy!
> > -Matthias
> >
> > --
> > Matthias Wessendorf
> >
> > further stuff:
> > blog: http://matthiaswessendorf.wordpress.com/
> > mail: matzew-at-apache-dot-org
>
>


-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

Re: [ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.0.3)

Posted by Matthias Wessendorf <ma...@apache.org>.
Mostly a bunch of maven2 plugins, that the Trinidad Core requires to build.

For instance generating localized JS like:
http://example.irian.at/trinidad-demo-20070806/adf/jsLibs/resources/LocaleElements_en_US1_0_2.js

the maven-faces-plugin generates the JSF components, adds the
meta-data to the faces-config.xml that the Trinidad-IMPL Jar contains
etc.
(MyFaces 1.2.x is using this plugin as well)

A JDev plugin to generate JDeveloper projects files of your m2 project.

Stuff like this.

We have to release them since the Apache policy says at least no
release that has a SNAPSHOT dependency ;-)



-Matthias

On 8/6/07, Kito D. Mann <km...@virtua.com> wrote:
> Matthias,
>
> Can you explain exactly what the Maven Plugins are? The site doesn't really
> say much.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Kito D. Mann - Author, JavaServer Faces in Action
> http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
> http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
>
>
> * Sign up for the JSF Central newsletter!
> http://oi.vresp.com/?fid=ac048d0e17 *
>
>
> > -----Original Message-----
> > From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
> > Matthias Wessendorf
> > Sent: Monday, August 06, 2007 3:58 AM
> > To: announce@myfaces.apache.org; MyFaces Discussion; MyFaces
> > Development
> > Subject: [ANN] Release of Apache MyFaces Trinidad's Maven plugins
> > (1.0.3)
> >
> > Hi,
> >
> > The Apache MyFaces community is pleased to announce its
> > 1.0.3 release of the Apache MyFaces Trinidad Maven2 plugins.
> >
> > These Maven2 plugins have been deployed to the Apache Maven2 and they
> > are mirrored by ibiblio as well.
> >
> >
> > release notes
> > Apache MyFaces Trinidad Plugins (version 1.0.3) (for JSF 1.1)
> >
> > This file contains informations for the 1.0.3 release of the Plugins
> > for the Apache MyFaces Trinidad solved Jira issue:
> >
> > Issues:
> > [TRINIDAD-90] - Tagdoc: Unsupported Agents in component summary
> > [TRINIDAD-109] - Tagdoc should doc when a component is a naming
> > container
> > [TRINIDAD-122] - Improve startup performance by loading renderers
> > lazily
> >
> >
> > Enjoy!
> > -Matthias
> >
> > --
> > Matthias Wessendorf
> >
> > further stuff:
> > blog: http://matthiaswessendorf.wordpress.com/
> > mail: matzew-at-apache-dot-org
>
>


-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

RE: [ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.0.3)

Posted by "Kito D. Mann" <km...@virtua.com>.
Matthias,

Can you explain exactly what the Maven Plugins are? The site doesn't really
say much.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kito D. Mann - Author, JavaServer Faces in Action
http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
 

* Sign up for the JSF Central newsletter!
http://oi.vresp.com/?fid=ac048d0e17 *


> -----Original Message-----
> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
> Matthias Wessendorf
> Sent: Monday, August 06, 2007 3:58 AM
> To: announce@myfaces.apache.org; MyFaces Discussion; MyFaces
> Development
> Subject: [ANN] Release of Apache MyFaces Trinidad's Maven plugins
> (1.0.3)
> 
> Hi,
> 
> The Apache MyFaces community is pleased to announce its
> 1.0.3 release of the Apache MyFaces Trinidad Maven2 plugins.
> 
> These Maven2 plugins have been deployed to the Apache Maven2 and they
> are mirrored by ibiblio as well.
> 
> 
> release notes
> Apache MyFaces Trinidad Plugins (version 1.0.3) (for JSF 1.1)
> 
> This file contains informations for the 1.0.3 release of the Plugins
> for the Apache MyFaces Trinidad solved Jira issue:
> 
> Issues:
> [TRINIDAD-90] - Tagdoc: Unsupported Agents in component summary
> [TRINIDAD-109] - Tagdoc should doc when a component is a naming
> container
> [TRINIDAD-122] - Improve startup performance by loading renderers
> lazily
> 
> 
> Enjoy!
> -Matthias
> 
> --
> Matthias Wessendorf
> 
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> mail: matzew-at-apache-dot-org


RE: [ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.0.3)

Posted by "Kito D. Mann" <km...@virtua.com>.
Matthias,

Can you explain exactly what the Maven Plugins are? The site doesn't really
say much.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kito D. Mann - Author, JavaServer Faces in Action
http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
 

* Sign up for the JSF Central newsletter!
http://oi.vresp.com/?fid=ac048d0e17 *


> -----Original Message-----
> From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
> Matthias Wessendorf
> Sent: Monday, August 06, 2007 3:58 AM
> To: announce@myfaces.apache.org; MyFaces Discussion; MyFaces
> Development
> Subject: [ANN] Release of Apache MyFaces Trinidad's Maven plugins
> (1.0.3)
> 
> Hi,
> 
> The Apache MyFaces community is pleased to announce its
> 1.0.3 release of the Apache MyFaces Trinidad Maven2 plugins.
> 
> These Maven2 plugins have been deployed to the Apache Maven2 and they
> are mirrored by ibiblio as well.
> 
> 
> release notes
> Apache MyFaces Trinidad Plugins (version 1.0.3) (for JSF 1.1)
> 
> This file contains informations for the 1.0.3 release of the Plugins
> for the Apache MyFaces Trinidad solved Jira issue:
> 
> Issues:
> [TRINIDAD-90] - Tagdoc: Unsupported Agents in component summary
> [TRINIDAD-109] - Tagdoc should doc when a component is a naming
> container
> [TRINIDAD-122] - Improve startup performance by loading renderers
> lazily
> 
> 
> Enjoy!
> -Matthias
> 
> --
> Matthias Wessendorf
> 
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> mail: matzew-at-apache-dot-org


Re: [ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.0.3)

Posted by Matthias Wessendorf <ma...@apache.org>.
version is 1.0.2 :-))



On 8/6/07, Matthias Wessendorf <ma...@apache.org> wrote:
> Hi,
>
> The Apache MyFaces community is pleased to announce its
> 1.0.3 release of the Apache MyFaces Trinidad Maven2 plugins.
>
> These Maven2 plugins have been deployed to the Apache Maven2 and they
> are mirrored by ibiblio as well.
>
>
> release notes
> Apache MyFaces Trinidad Plugins (version 1.0.3) (for JSF 1.1)
>
> This file contains informations for the 1.0.3 release of the Plugins
> for the Apache MyFaces Trinidad solved Jira issue:
>
> Issues:
> [TRINIDAD-90] - Tagdoc: Unsupported Agents in component summary
> [TRINIDAD-109] - Tagdoc should doc when a component is a naming container
> [TRINIDAD-122] - Improve startup performance by loading renderers lazily
>
>
> Enjoy!
> -Matthias
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> mail: matzew-at-apache-dot-org
>


-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

Re: [ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.0.3)

Posted by Matthias Wessendorf <ma...@apache.org>.
version is 1.0.2 :-))



On 8/6/07, Matthias Wessendorf <ma...@apache.org> wrote:
> Hi,
>
> The Apache MyFaces community is pleased to announce its
> 1.0.3 release of the Apache MyFaces Trinidad Maven2 plugins.
>
> These Maven2 plugins have been deployed to the Apache Maven2 and they
> are mirrored by ibiblio as well.
>
>
> release notes
> Apache MyFaces Trinidad Plugins (version 1.0.3) (for JSF 1.1)
>
> This file contains informations for the 1.0.3 release of the Plugins
> for the Apache MyFaces Trinidad solved Jira issue:
>
> Issues:
> [TRINIDAD-90] - Tagdoc: Unsupported Agents in component summary
> [TRINIDAD-109] - Tagdoc should doc when a component is a naming container
> [TRINIDAD-122] - Improve startup performance by loading renderers lazily
>
>
> Enjoy!
> -Matthias
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> mail: matzew-at-apache-dot-org
>


-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

Re: [ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.0.3)

Posted by Matthias Wessendorf <ma...@apache.org>.
version is 1.0.2 :-))



On 8/6/07, Matthias Wessendorf <ma...@apache.org> wrote:
> Hi,
>
> The Apache MyFaces community is pleased to announce its
> 1.0.3 release of the Apache MyFaces Trinidad Maven2 plugins.
>
> These Maven2 plugins have been deployed to the Apache Maven2 and they
> are mirrored by ibiblio as well.
>
>
> release notes
> Apache MyFaces Trinidad Plugins (version 1.0.3) (for JSF 1.1)
>
> This file contains informations for the 1.0.3 release of the Plugins
> for the Apache MyFaces Trinidad solved Jira issue:
>
> Issues:
> [TRINIDAD-90] - Tagdoc: Unsupported Agents in component summary
> [TRINIDAD-109] - Tagdoc should doc when a component is a naming container
> [TRINIDAD-122] - Improve startup performance by loading renderers lazily
>
>
> Enjoy!
> -Matthias
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> mail: matzew-at-apache-dot-org
>


-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org