Hi Jakob

There is one small bug in this file:

http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-jsfcomponents/src/main/resources/archetype-resources/examples/src/main/webapp/WEB-INF/web.xml

At start it says:

<web-app xmlns="http://java.sun.com/xml/ns/j2ee";
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
         version="2.5">

Look it is using web-app_2_4.xsd, but as declared version it says 2.5

The other archetypes looks fine. I was about to commit a new archetype
called myfaces-archetype-jsfcomponents20 (I finish it yesterday), so please
if you can drop the repo on nexus and revert the changes using "svn merge -r
XX:YY" command, I'll fix the previous bug and commit the new archetype.

regards,

Leonardo

2011/4/8 Jakob Korherr <jakob.korh...@gmail.com>

> +1
>
> Regards,
> Jakob
>
> 2011/4/8 Jakob Korherr <jakob.korh...@gmail.com>:
> > Hi,
> >
> > I was running the needed tasks to get the 1.0.3 release of Apache
> > MyFaces Build Tools Archetypes out.
> >
> > Please note that this vote concerns all of the following parts:
> >  1. Maven artifact group "org.apache.myfaces.buildtools" v1.0.3 (only
> > archetypes)
> >
> > The artifacts are deployed to the nexus repository [1].
> >
> > The following issues have been addressed in this release:
> >  * EXTCDI-90 Provide archetypes for CODI
> >  * MYFACES-3099 Update archetype versions
> >  * update to myfaces-parent-pom 10 and myfaces-site-skin 2
> >
> > To test the archetypes just do the following:
> >
> > Create a project from an archetype:
> >
> > mvn archetype:generate
> > -DarchetypeCatalog=
> http://people.apache.org/~jakobk/m2_archetypes_103_release
> >
> > Choose an archetype from the list and enter values for groupId,
> > artifactId and version.
> >
> > Then on the path of the generated archetype
> >
> > mvn clean jetty:run-exploded
> >
> > or for the 2.0 archetypes
> >
> > mvn clean jetty:run-exploded -PjettyConfig
> >
> > Then open http://localhost:8080 and see if everything works.
> >
> >
> > Please take a look at the "1.0.3" artifacts and vote!
> >
> > Please note: This vote is "majority approval" with a minimum of three
> > +1 votes (see [2]).
> >
> > ------------------------------------------------
> > [ ] +1 for community members who have reviewed the bits
> > [ ] +0
> > [ ] -1 for fatal flaws that should cause these bits not to be released,
> >  and why..............
> > ------------------------------------------------
> >
> > Thanks,
> > Jakob
> >
> > [1]
> https://repository.apache.org/content/repositories/orgapachemyfaces-075/
> > [2] http://www.apache.org/foundation/voting.html#ReleaseVotes
> >
> > --
> > Jakob Korherr
> >
> > blog: http://www.jakobk.com
> > twitter: http://twitter.com/jakobkorherr
> > work: http://www.irian.at
> >
>
>
>
> --
> Jakob Korherr
>
> blog: http://www.jakobk.com
> twitter: http://twitter.com/jakobkorherr
> work: http://www.irian.at
>

Reply via email to