Availability of Maven 1 - compatible snapshots?
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Apache Server configuration support > Apache Directory Project > Availability of Maven 1 - compatible snapshots?




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Availability of Maven 1 - compatible snapshots?  
Luke Taylor


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-28-06 01:47 AM

Hi all,

Could anyone point me to some up-to-date snapshots which will work with
a Maven 1 build (if there are any around)?

We're using apache-ds with the 0.9.4 snapshots for the acegi security
project, but they seem to have changed recently and the build is now
broken because it can't find the "NameComponentNormalizer" class.

I've built the current apacheds code using Maven 2 and can now get the
acegi build to work locally by pointing it to the latest jars.

I found the snapshot repository at

http://svn.apache.org/maven-snapshot-repository/

but we're not planning on moving to Maven 2 until after our 1.0 release.

Is there any chance of someone making more recent builds available,
either on ibilio or on http://svn.apache.org/repository/?

cheers,

Luke.


--
Luke Taylor.                      Monkey Machine Ltd.
PGP Key ID: 0x57E9523C            http://www.monkeymachine.ltd.uk







[ Post a follow-up to this message ]



    Re: Availability of Maven 1 - compatible snapshots?  
Emmanuel Lecharny


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-30-06 01:46 AM

Hi Luke,

sorry for the late answer ...

We are not using anymore Maven 1. The next build will be full m2.
Sorry for the inconvenience ... but M2 is an order of magnitude faster
than maven 1 !

We will deliver a new packaged ADS really soon (let say next week),
and it will be 1.0-RC1. However, if you can't wait, it's also an
option to build the current snapshot and get all the produced jars, it
should be enough.

Hope it helps !

Emmanuel L=E9charny

On 1/27/06, Luke Taylor <negaton-3sKltW3hOZofv37vnLkPlQ@public.gmane.org> wrote:
> Hi all,
>
> Could anyone point me to some up-to-date snapshots which will work with
> a Maven 1 build (if there are any around)?
>
> We're using apache-ds with the 0.9.4 snapshots for the acegi security
> project, but they seem to have changed recently and the build is now
> broken because it can't find the "NameComponentNormalizer" class.
>
> I've built the current apacheds code using Maven 2 and can now get the
> acegi build to work locally by pointing it to the latest jars.
>
> I found the snapshot repository at
>
> http://svn.apache.org/maven-snapshot-repository/
>
> but we're not planning on moving to Maven 2 until after our 1.0 release.
>
> Is there any chance of someone making more recent builds available,
> either on ibilio or on http://svn.apache.org/repository/?
>
> cheers,
>
> Luke.
>
>
> --
>   Luke Taylor.                      Monkey Machine Ltd.
>   PGP Key ID: 0x57E9523C            http://www.monkeymachine.ltd.uk
>
>


--
Cordialement,
Emmanuel L=E9charny






[ Post a follow-up to this message ]



    Re: Availability of Maven 1 - compatible snapshots?  
Brett Porter


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-30-06 01:46 AM

FYI - Releases will always be available from the Maven 1 repository,
even if built with Maven 2.

If you need to use snapshots internally, I'd recommend building from
source (Maven 2 can deploy to an internal Maven 1.x repository for
you).

- Brett

On 1/28/06, Luke Taylor <negaton-3sKltW3hOZofv37vnLkPlQ@public.gmane.org> wrote:
> Hi all,
>
> Could anyone point me to some up-to-date snapshots which will work with
> a Maven 1 build (if there are any around)?
>
> We're using apache-ds with the 0.9.4 snapshots for the acegi security
> project, but they seem to have changed recently and the build is now
> broken because it can't find the "NameComponentNormalizer" class.
>
> I've built the current apacheds code using Maven 2 and can now get the
> acegi build to work locally by pointing it to the latest jars.
>
> I found the snapshot repository at
>
> http://svn.apache.org/maven-snapshot-repository/
>
> but we're not planning on moving to Maven 2 until after our 1.0 release.
>
> Is there any chance of someone making more recent builds available,
> either on ibilio or on http://svn.apache.org/repository/?
>
> cheers,
>
> Luke.
>
>
> --
>   Luke Taylor.                      Monkey Machine Ltd.
>   PGP Key ID: 0x57E9523C            http://www.monkeymachine.ltd.uk
>
>






[ Post a follow-up to this message ]



    Re: Availability of Maven 1 - compatible snapshots?  
Luke Taylor


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-30-06 01:46 AM

Hi Emmanuel (and Brett),

Looking at my question, I don't think I actually stated my requirements
at all clearly. It might have been late .

I'm not bothered about how apacheds is built (I agree that Maven 2 is
much faster) and I have successfully built it with the latest source.

The problem is that we are using it in another OS project - Acegi
Security which is currently built using Maven 1 and hence needs a
compatible repository. I had added the repository at

http://svn.apache.org/repository/

to our build and the build was working with the 0.9.4-SNAPSHOT versions.
However, some of these appear to have been updated in December and now
we have test failures due to an internal ClassNotFoundException within
apacheds.

Since the build structure has changed so much and since I can run it
locally with the new jar files, I would prefer to move towards using
these, rather than trying to work out why the previous configuration
doesn't work anymore (which I probably can't fix anyway). I noticed
there are up-to-date snapshots at

http://svn.apache.org/maven-snapshot-repository

but we can't use these since we're sticking to Maven 1 until after our
1.0 release. Our Maven 2 build still has some teething problems.

I was hoping that the latest jars might be publicly available as
dependencies for a Maven 1 build (for people other than me to use when
building our project), but if you reckon there will be an RC1 version of
them available next week then we can probably just wait till then.

Thanks,

Luke.


Emmanuel Lecharny wrote:
> Hi Luke,
>
> sorry for the late answer ...
>
> We are not using anymore Maven 1. The next build will be full m2.
> Sorry for the inconvenience ... but M2 is an order of magnitude faster
> than maven 1 !
>
> We will deliver a new packaged ADS really soon (let say next week),
> and it will be 1.0-RC1. However, if you can't wait, it's also an
> option to build the current snapshot and get all the produced jars, it
> should be enough.
>
> Hope it helps !
>
> Emmanuel Lécharny
>


--
Luke Taylor.                      Monkey Machine Ltd.
PGP Key ID: 0x57E9523C            http://www.monkeymachine.ltd.uk







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 09:40 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register