Re: 1.1-M2 maven dependency error for artifact 'com.noelios.restlet.ext.spring'

2008-03-03 Thread Peter Neubauer
Rasmus Agerholm  agerholm.org> writes:

> 
> HiThe pom file for the 'com.noelios.restlet.ext.spring' artifact found at the
'maven.restlet.org' repository,
http://maven.restlet.org/com/noelios/restlet/com.noelios.restlet.ext.servlet/1.1-M2/com.noelios.restlet.ext.servlet-1.1-M2.pom
> defines the 'com.noelios.restlet.ext.servlet' dependency like this: 
 com.noelios.restlet.ext.servlet
com.noelios.restlet.ext.servlet
>  1.1-M  I believe the groupId
should be 'com.noelios.restlet' and the version should be '1.1-M2', right?The
groupId issue also goes for the 1.1-SNAPSHOT pom.Best Regards, and thanks for a
very good framework Rasmus Agerholm
> 

Hi there,
another error in both 1.1-M2 and 1.1-SNAPSHOT like at
http://maven.restlet.org/org/restlet/org.restlet.ext.spring/1.1-SNAPSHOT/org.restlet.ext.spring-1.1-SNAPSHOT.pom
is the non-replaced spring framework dependency version variable
@lib-spring-version@, resulting in non-valid deps in maven.

/peter 


 org.springframework
 spring-core
 @lib-spring-version@
  
  
 org.springframework
 spring-context
 @lib-spring-version@
  
  
 org.springframework
 spring-beans
 @lib-spring-version@
  
  
 org.springframework
 spring-web
 @lib-spring-version@
  
  
 org.springframework
 spring-webmvc
 @lib-spring-version@
  




Re: 1.1-M2 maven dependency error for artifact 'com.noelios.restlet.ext.spring'

2008-03-03 Thread Todd Nguyen
Got the same error after upgrading to 1.1-M2 snapshot. Can someone from
restlet team fix the build process so it generate the correct pom.xml files
for Spring?

Thanks
Todd

On Mon, Mar 3, 2008 at 6:10 AM, Peter Neubauer <[EMAIL PROTECTED]>
wrote:

> Rasmus Agerholm  agerholm.org> writes:
>
> >
> > HiThe pom file for the 'com.noelios.restlet.ext.spring' artifact found
> at the
> 'maven.restlet.org' repository,
>
> http://maven.restlet.org/com/noelios/restlet/com.noelios.restlet.ext.servlet/1.1-M2/com.noelios.restlet.ext.servlet-1.1-M2.pom
> > defines the 'com.noelios.restlet.ext.servlet' dependency like this:
>  com.noelios.restlet.ext.servlet
> 
> com.noelios.restlet.ext.servlet
> >  1.1-M  I believe the
> groupId
> should be 'com.noelios.restlet' and the version should be '1.1-M2',
> right?The
> groupId issue also goes for the 1.1-SNAPSHOT pom.Best Regards, and thanks
> for a
> very good framework Rasmus Agerholm
> >
>
> Hi there,
> another error in both 1.1-M2 and 1.1-SNAPSHOT like at
>
> http://maven.restlet.org/org/restlet/org.restlet.ext.spring/1.1-SNAPSHOT/org.restlet.ext.spring-1.1-SNAPSHOT.pom
> is the non-replaced spring framework dependency version variable
> @lib-spring-version@, resulting in non-valid deps in maven.
>
> /peter
>
> 
> org.springframework
> spring-core
> @lib-spring-version@
>  
>  
> org.springframework
> spring-context
> @lib-spring-version@
>  
>  
> org.springframework
> spring-beans
> @lib-spring-version@
>  
>  
> org.springframework
> spring-web
> @lib-spring-version@
>  
>  
> org.springframework
> spring-webmvc
> @lib-spring-version@
>  
>
>
>


Re: 1.1-M2 maven dependency error for artifact 'com.noelios.restlet.ext.spring'

2008-03-04 Thread Thierry Boileau
Hello all,

thanks for reporting these issues. The publis repository has been updated.

best regards,
Thierry Boileau

On Tue, Mar 4, 2008 at 2:47 AM, Todd Nguyen <[EMAIL PROTECTED]> wrote:
> Got the same error after upgrading to 1.1-M2 snapshot. Can someone from
> restlet team fix the build process so it generate the correct pom.xml files
> for Spring?
>
> Thanks
> Todd
>
>
>
> On Mon, Mar 3, 2008 at 6:10 AM, Peter Neubauer <[EMAIL PROTECTED]>
> wrote:
> > Rasmus Agerholm  agerholm.org> writes:
> >
> > >
> > > HiThe pom file for the 'com.noelios.restlet.ext.spring' artifact found
> at the
> >
> >
> >
> > 'maven.restlet.org' repository,
> >
> http://maven.restlet.org/com/noelios/restlet/com.noelios.restlet.ext.servlet/1.1-M2/com.noelios.restlet.ext.servlet-1.1-M2.pom
> > > defines the 'com.noelios.restlet.ext.servlet' dependency like this:
> >  com.noelios.restlet.ext.servlet
> > com.noelios.restlet.ext.servlet
> > >  1.1-M  I believe the
> groupId
> > should be 'com.noelios.restlet' and the version should be '1.1-M2',
> right?The
> > groupId issue also goes for the 1.1-SNAPSHOT pom.Best Regards, and thanks
> for a
> > very good framework Rasmus Agerholm
> > >
> >
> > Hi there,
> > another error in both 1.1-M2 and 1.1-SNAPSHOT like at
> >
> http://maven.restlet.org/org/restlet/org.restlet.ext.spring/1.1-SNAPSHOT/org.restlet.ext.spring-1.1-SNAPSHOT.pom
> > is the non-replaced spring framework dependency version variable
> > @lib-spring-version@, resulting in non-valid deps in maven.
> >
> > /peter
> >
> > 
> > org.springframework
> > spring-core
> > @lib-spring-version@
> >  
> >  
> > org.springframework
> > spring-context
> > @lib-spring-version@
> >  
> >  
> > org.springframework
> > spring-beans
> > @lib-spring-version@
> >  
> >  
> > org.springframework
> > spring-web
> > @lib-spring-version@
> >  
> >  
> > org.springframework
> > spring-webmvc
> > @lib-spring-version@
> >  
> >
> >
> >
>
>


Re: 1.1-M2 maven dependency error for artifact 'com.noelios.restlet.ext.spring'

2008-03-04 Thread Rasmus Agerholm
Sorry to bother you again, Thierry, but you forgot to fix the groupId for
the com.noelios.restlet.ext.servlet dependency. It should be

  
 com.noelios.restlet
 com.noelios.restlet.ext.servlet
 1.1-M2
  

the same for 1.1-SNAPSHOT

Thanks

/Rasmus


On 3/4/08, Thierry Boileau <[EMAIL PROTECTED]> wrote:
>
> Hello all,
>
> thanks for reporting these issues. The publis repository has been updated.
>
> best regards,
>
> Thierry Boileau
>
>
> On Tue, Mar 4, 2008 at 2:47 AM, Todd Nguyen <[EMAIL PROTECTED]> wrote:
> > Got the same error after upgrading to 1.1-M2 snapshot. Can someone from
> > restlet team fix the build process so it generate the correct pom.xmlfiles
> > for Spring?
> >
> > Thanks
> > Todd
> >
> >
> >
> > On Mon, Mar 3, 2008 at 6:10 AM, Peter Neubauer <[EMAIL PROTECTED]
> >
> > wrote:
> > > Rasmus Agerholm  agerholm.org> writes:
> > >
> > > >
> > > > HiThe pom file for the 'com.noelios.restlet.ext.spring' artifact
> found
> > at the
> > >
> > >
> > >
> > > 'maven.restlet.org' repository,
> > >
> >
> http://maven.restlet.org/com/noelios/restlet/com.noelios.restlet.ext.servlet/1.1-M2/com.noelios.restlet.ext.servlet-1.1-M2.pom
> > > > defines the 'com.noelios.restlet.ext.servlet' dependency like this:
> > >  com.noelios.restlet.ext.servlet
> 
> > > com.noelios.restlet.ext.servlet
> > > >  1.1-M  I believe the
> > groupId
> > > should be 'com.noelios.restlet' and the version should be '1.1-M2',
> > right?The
> > > groupId issue also goes for the 1.1-SNAPSHOT pom.Best Regards, and
> thanks
> > for a
> > > very good framework Rasmus Agerholm
> > > >
> > >
> > > Hi there,
> > > another error in both 1.1-M2 and 1.1-SNAPSHOT like at
> > >
> >
> http://maven.restlet.org/org/restlet/org.restlet.ext.spring/1.1-SNAPSHOT/org.restlet.ext.spring-1.1-SNAPSHOT.pom
> > > is the non-replaced spring framework dependency version variable
> > > @lib-spring-version@, resulting in non-valid deps in maven.
> > >
> > > /peter
> > >
> > > 
> > > org.springframework
> > > spring-core
> > > @lib-spring-version@
> > >  
> > >  
> > > org.springframework
> > > spring-context
> > > @lib-spring-version@
> > >  
> > >  
> > > org.springframework
> > > spring-beans
> > > @lib-spring-version@
> > >  
> > >  
> > > org.springframework
> > > spring-web
> > > @lib-spring-version@
> > >  
> > >  
> > > org.springframework
> > > spring-webmvc
> > > @lib-spring-version@
> > >  
> > >
> > >
> > >
> >
> >
>



-- 
MvH
Rasmus Agerholm


Re: 1.1-M2 maven dependency error for artifact 'com.noelios.restlet.ext.spring'

2008-03-04 Thread Thierry Boileau
Hi Rasmus,

it should be fixed, thanks again.

best regards,
Thierry Boileau

On Tue, Mar 4, 2008 at 11:23 AM, Rasmus Agerholm <[EMAIL PROTECTED]> wrote:
> Sorry to bother you again, Thierry, but you forgot to fix the groupId for
> the com.noelios.restlet.ext.servlet dependency. It should be
>
>   
>  com.noelios.restlet
>
>   com.noelios.restlet.ext.servlet
>   1.1-M2
>   
>
> the same for 1.1-SNAPSHOT
>
> Thanks
>
> /Rasmus
>
>
>
>
> On 3/4/08, Thierry Boileau <[EMAIL PROTECTED]> wrote:
> > Hello all,
> >
> > thanks for reporting these issues. The publis repository has been updated.
> >
> > best regards,
> >
> > Thierry Boileau
> >
> >
> > On Tue, Mar 4, 2008 at 2:47 AM, Todd Nguyen <[EMAIL PROTECTED]> wrote:
> > > Got the same error after upgrading to 1.1-M2 snapshot. Can someone from
> > > restlet team fix the build process so it generate the correct pom.xml
> files
> > > for Spring?
> > >
> > > Thanks
> > > Todd
> > >
> > >
> > >
> > > On Mon, Mar 3, 2008 at 6:10 AM, Peter Neubauer
> <[EMAIL PROTECTED]>
> > > wrote:
> > > > Rasmus Agerholm  agerholm.org> writes:
> > > >
> > > > >
> > > > > HiThe pom file for the 'com.noelios.restlet.ext.spring' artifact
> found
> > > at the
> > > >
> > > >
> > > >
> > > > 'maven.restlet.org' repository,
> > > >
> > >
> http://maven.restlet.org/com/noelios/restlet/com.noelios.restlet.ext.servlet/1.1-M2/com.noelios.restlet.ext.servlet-1.1-M2.pom
> > > > > defines the 'com.noelios.restlet.ext.servlet' dependency like this:
> > > > 
> com.noelios.restlet.ext.servlet
> > > > com.noelios.restlet.ext.servlet
> > > > >  1.1-M  I believe the
> > > groupId
> > > > should be 'com.noelios.restlet' and the version should be '1.1-M2',
> > > right?The
> > > > groupId issue also goes for the 1.1-SNAPSHOT pom.Best Regards, and
> thanks
> > > for a
> > > > very good framework Rasmus Agerholm
> > > > >
> > > >
> > > > Hi there,
> > > > another error in both 1.1-M2 and 1.1-SNAPSHOT like at
> > > >
> > >
> http://maven.restlet.org/org/restlet/org.restlet.ext.spring/1.1-SNAPSHOT/org.restlet.ext.spring-1.1-SNAPSHOT.pom
> > > > is the non-replaced spring framework dependency version variable
> > > > @lib-spring-version@, resulting in non-valid deps in maven.
> > > >
> > > > /peter
> > > >
> > > > 
> > > > org.springframework
> > > > spring-core
> > > > @lib-spring-version@
> > > >  
> > > >  
> > > > org.springframework
> > > > spring-context
> > > > @lib-spring-version@
> > > >  
> > > >  
> > > > org.springframework
> > > > spring-beans
> > > > @lib-spring-version@
> > > >  
> > > >  
> > > > org.springframework
> > > > spring-web
> > > > @lib-spring-version@
> > > >  
> > > >  
> > > > org.springframework
> > > > spring-webmvc
> > > > @lib-spring-version@
> > > >  
> > > >
> > > >
> > > >
> > >
> > >
> >
>
>
>
> --
> MvH
> Rasmus Agerholm