You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Simon Zambrovski <sz...@gmail.com> on 2010/09/29 22:35:10 UTC

Getting ExtVal with Maven2 / Apache Ivy

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 
Hi Folks,

i'm looking for a Maven2/Ivy repository to get the snapshot version of
ExtVal (or at least 2.0.4)

Any ideas?

Kind regards,

Simon
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
iEYEARECAAYFAkyjov4ACgkQwNq/QDsDo2v+FACeN1q3NV9ZDQirKo/NdCpxJr4z
lekAn0aDWml1RKshXvZ2qeFjRacfIjpP
=j1Wo
-----END PGP SIGNATURE-----


Re: Getting ExtVal with Maven2 / Apache Ivy

Posted by Simon Zambrovski <sz...@gmail.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 
Sorry,

I mean for IVY.XML:

        <!--
        MyFaces ExtVal
        -->
        <dependency org="org.apache.myfaces.extensions.validator"
name="myfaces-extval-core" rev="2.0.4-SNAPSHOT" transitive="false" />
        <dependency
org="org.apache.myfaces.extensions.validator.validation-modules"
name="myfaces-extval-bean-validation" rev="2.0.4-SNAPSHOT"
transitive="false"/>
        <dependency
org="org.apache.myfaces.extensions.validator.component-support-modules"
name="myfaces-extval-generic-support"
rev="2.0.4-SNAPSHOT" transitive="false"/>

Kind regards,

Simon

Am 30.09.2010 09:31, schrieb Simon Zambrovski:
> Thanks,
>
> it works.
>
>
> Put this in ivysettings.xml: <ibiblio
> name="apache.snapshot-repository"
> root="http://people.apache.org/maven-snapshot-repository/"
> m2compatible="true" /> ivy.xml:
>
> <!-- MyFaces ExtVal --> <dependency
> org="org.apache.myfaces.extensions.validator.validation-modules"
> name="myfaces-extval-property-validation" rev="2.0.4-SNAPSHOT"
> transitive="false" /> <dependency
> org="org.apache.myfaces.extensions.validator.validation-modules"
> name="myfaces-extval-bean-validation" rev="2.0.4-SNAPSHOT"
> transitive="false"/> <dependency
> org="org.apache.myfaces.extensions.validator.component-support-modules"
>
>
name="myfaces-extval-generic-support" rev="2.0.4-SNAPSHOT"
> transitive="false"/>
>
>
> Simon Zambrovski
>
>
> On Thu, Sep 30, 2010 at 1:08 AM, Gerhard
> <gerhard.petracek@gmail.com <ma...@gmail.com>>
> wrote:
>
> hi simon,
>
> the current snapshot is available in the apache snapshot repository
> [1]. this snapshot provides all new features of the next release
> (r4). (until the next release we just have to add javadoc and
> documentation).
>
> regards, gerhard
>
> [1] http://people.apache.org/maven-snapshot-repository/
>
> http://www.irian.at
>
> Your JSF powerhouse - JSF Consulting, Development and Courses in
> English and German
>
> Professional Support for Apache MyFaces
>
>
>
> 2010/9/29 Simon Zambrovski <szambrovski@gmail.com
> <ma...@gmail.com>>
>
>>
> Hi Folks,
>
> i'm looking for a Maven2/Ivy repository to get the snapshot
>> version of
> ExtVal (or at least 2.0.4)
>
> Any ideas?
>
> Kind regards,
>
> Simon
>>
>>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
iEYEARECAAYFAkykPo0ACgkQwNq/QDsDo2u7sgCeL7a5oemfkBFM2sxp0NKHlN/1
ZaIAoJrxl3e0eVRdt4ftfhZkSwgbp/xZ
=7Its
-----END PGP SIGNATURE-----


Re: Getting ExtVal with Maven2 / Apache Ivy

Posted by Simon Zambrovski <sz...@gmail.com>.
Thanks,

it works.


Put this in ivysettings.xml:
       <ibiblio name="apache.snapshot-repository" root="
http://people.apache.org/maven-snapshot-repository/" m2compatible="true" />
ivy.xml:

       <!--
        MyFaces ExtVal
        -->
        <dependency
org="org.apache.myfaces.extensions.validator.validation-modules"
name="myfaces-extval-property-validation" rev="2.0.4-SNAPSHOT"
transitive="false" />
        <dependency
org="org.apache.myfaces.extensions.validator.validation-modules"
name="myfaces-extval-bean-validation" rev="2.0.4-SNAPSHOT"
transitive="false"/>
        <dependency
org="org.apache.myfaces.extensions.validator.component-support-modules"
name="myfaces-extval-generic-support" rev="2.0.4-SNAPSHOT"
transitive="false"/>


Simon Zambrovski


On Thu, Sep 30, 2010 at 1:08 AM, Gerhard <ge...@gmail.com> wrote:

> hi simon,
>
> the current snapshot is available in the apache snapshot repository [1].
> this snapshot provides all new features of the next release (r4).
> (until the next release we just have to add  javadoc and documentation).
>
> regards,
> gerhard
>
> [1] http://people.apache.org/maven-snapshot-repository/
>
> http://www.irian.at
>
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English and German
>
> Professional Support for Apache MyFaces
>
>
>
> 2010/9/29 Simon Zambrovski <sz...@gmail.com>
>
> >
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Hi Folks,
> >
> > i'm looking for a Maven2/Ivy repository to get the snapshot version of
> > ExtVal (or at least 2.0.4)
> >
> > Any ideas?
> >
> > Kind regards,
> >
> > Simon
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.10 (MingW32)
> > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
> >
> > iEYEARECAAYFAkyjov4ACgkQwNq/QDsDo2v+FACeN1q3NV9ZDQirKo/NdCpxJr4z
> > lekAn0aDWml1RKshXvZ2qeFjRacfIjpP
> > =j1Wo
> > -----END PGP SIGNATURE-----
> >
> >
>

Re: Getting ExtVal with Maven2 / Apache Ivy

Posted by Gerhard <ge...@gmail.com>.
hi simon,

the current snapshot is available in the apache snapshot repository [1].
this snapshot provides all new features of the next release (r4).
(until the next release we just have to add  javadoc and documentation).

regards,
gerhard

[1] http://people.apache.org/maven-snapshot-repository/

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces



2010/9/29 Simon Zambrovski <sz...@gmail.com>

>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi Folks,
>
> i'm looking for a Maven2/Ivy repository to get the snapshot version of
> ExtVal (or at least 2.0.4)
>
> Any ideas?
>
> Kind regards,
>
> Simon
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkyjov4ACgkQwNq/QDsDo2v+FACeN1q3NV9ZDQirKo/NdCpxJr4z
> lekAn0aDWml1RKshXvZ2qeFjRacfIjpP
> =j1Wo
> -----END PGP SIGNATURE-----
>
>