Apache Directory Project - [mina] MINA build and help with SVN

This is Interesting: Free IT Magazines  
Home > Archive > Apache Directory Project > October 2005 > [mina] MINA build and help with SVN





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author [mina] MINA build and help with SVN
Colin Cullen

2005-10-19, 5:46 pm

Hi,

I would like to retrieve the SNAPSHOT versions of mina 0.9x and 0.7x from SVN. I am only slightly familiar with SVN. There was at one time an example of how to do this on the Mina website, but I cannot seem to find it now. What I did find was the follo
wing:

$ svn co https://svn.apache.org/repos/asf/di...rk/branches/0.7 mina
$ cd mina
$ maven jar # Build JAR
$ maven site # Generate documentation
$ maven eclipse # Generate Eclipse project file if you want

This works fine, but how would I specify a different version, and the SNAPSHOT version? I have attempted to replace the 0.7 with 0.9, and 0.9-SNAPSHOT, and 0.74, etc., without success. Please point me in the right direction.

Thanks.
Colin


Alex Karasulu

2005-10-19, 5:46 pm

Colin Cullen wrote:

>Hi,
>
>I would like to retrieve the SNAPSHOT versions of mina 0.9x and 0.7x from SVN.
>

You mean build them I presume.

>I am only slightly familiar with SVN. There was at one time an example of how to do this on the Mina website, but I cannot seem to find it now. What I did find was the following:
>
>$ svn co https://svn.apache.org/repos/asf/di...rk/branches/0.7 mina
>$ cd mina
>$ maven jar # Build JAR
>$ maven site # Generate documentation
>$ maven eclipse # Generate Eclipse project file if you want
>
>This works fine, but how would I specify a different version, and the SNAPSHOT version?
>

You'll need to check out a different tag or branch. A branch will most
likely produce a SNAPSHOT whereas a tag will be for a non-SNAPSHOT'd
version. This should usually be the case but tags can be taken of a
SNAPSHOT in time. Just take a look in the project.xml to figure out
what's going to be built.

> I have attempted to replace the 0.7 with 0.9, and 0.9-SNAPSHOT, and 0.74, etc., without success. Please point me in the right direction.
>
>

First off most of the tagged releases should be available as jars from
the maven repo or from Apache mirrors in a distro. So no need to build
this stuff unless you want to fork it and customize it for some reason
off a release.

Usually the latest SNAPSHOT is available on
http://cvs.apache.org/respository. However if its not and you want the
bleeding edge just check out the branch or the trunk. Look at the
project.xml's currentVersion tag to determine what the version for that
branch.

The leading edge for MINA is 0.9 and its in the trunk.

Good luck,
Alex



Cullen, Colin

2005-10-19, 5:46 pm

Alex,

....Ok, now I see. I can use the distros found at the download link of
the mina site. What I wanted was the source, so that I could review
mina in detail -- I see that the source is included in the distro.

Thanks for the quick response.

Regards,
Colin

>-----Original Message-----
>From: Alex Karasulu [mailto:aok123-Bdlq13kUjeyLZ21kGMrzwg@public.gmane.org]=20
>Sent: Tuesday, October 18, 2005 3:40 PM
>To: Apache Directory Developers List
>Subject: Re: [mina] MINA build and help with SVN
>
>
>Colin Cullen wrote:
>
>You mean build them I presume.
>
>an example=20
7 mina $ cd mina[vbcol=seagreen]
>$ maven jar # Build JAR
>$ maven site # Generate documentation
>$ maven eclipse # Generate Eclipse project file if you want
>
>This works fine, but how would I specify a different version, and the=20
>SNAPSHOT version?
>

You'll need to check out a different tag or branch. A branch will most=20
likely produce a SNAPSHOT whereas a tag will be for a non-SNAPSHOT'd=20
version. This should usually be the case but tags can be taken of a=20
SNAPSHOT in time. Just take a look in the project.xml to figure out=20
what's going to be built.

> I have attempted to replace the 0.7 with 0.9, and 0.9-SNAPSHOT, and=20
> 0.74, etc., without success. Please point me in the right direction.
> =20
>

First off most of the tagged releases should be available as jars from=20
the maven repo or from Apache mirrors in a distro. So no need to build=20
this stuff unless you want to fork it and customize it for some reason=20
off a release.

Usually the latest SNAPSHOT is available on=20
http://cvs.apache.org/respository. However if its not and you want the=20
bleeding edge just check out the branch or the trunk. Look at the=20
project.xml's currentVersion tag to determine what the version for that=20
branch.

The leading edge for MINA is 0.9 and its in the trunk.=20

Good luck,
Alex



The information contained in this e-mail is confidential. This e-mail is in=
tended only for the stated addressee. If you are not an addressee, you mus=
t not disclose, copy, circulate or in any other way use or rely on the info=
rmation contained in this e-mail. if you have received this e-mail in error=
, please inform us immediately and delete it and all copies from your syste=
m.

EBS Dealing Resources International Limited. Registered address: 10 Paterno=
ster Square, London EC4M 7DY, United Kingdom. Registered number 2669861.

EBS Dealing Resources, Inc, registered in Delaware. Address: 535 Madison Av=
enue, 24th Floor, New York, NY 10022, USA, and One upper Pond road, Buildin=
g F - Floor 3, Parsippany, NJ 07054, USA.

EBS Dealing Resources Japan Limited, a Japanese Corporation. Address: Astee=
r Kayabacho Bldg, 6th Floor, 1-6-1, Shinkawa, Chuo-Ku, Tokyo 104-0033, Jap=
an.

Maarten Bosteels

2005-10-19, 5:46 pm

Cullen, Colin wrote:

>Alex,
>
>...Ok, now I see. I can use the distros found at the download link of
>the mina site. What I wanted was the source, so that I could review
>mina in detail -- I see that the source is included in the distro.
>
>
>

I don't see a distribution for 0.8 or 0.9 (only the jars)
It would be nice to have a distribution of the nightly builds, because I
like to have the matching javadoc and source code.
(I know I could check out the trunk and build it myself, but that's less
convenient)

Something else: when are jars added to
http://cvs.apache.org/repository/di...y-network/jars/ ?
Everytime something has changed in the subversion repository ?

But I see

mina-0.8.0-SNAPSHOT.jar <http://cvs.apache.org/repository/di....0-SNAPSHOT.jar> 17-Oct-2005 20:25 237K

while the latest 0.8.0-jar with timestamp is

mina-0.8.0-20051013.162231.jar <http://cvs.apache.org/repository/di...1013.162231.jar> 13-Oct-2005 09:24 236K


Maarten




Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com