Re: I need Maven version 1.0.6 ?

2007-03-09 Thread Squatter Madras

OK - thanks all - I will edit the Wiki page and use 1.0.2

Cheers.

On 3/9/07, Roland Asmann <[EMAIL PROTECTED]> wrote:


Clicking on the link you supplied, it gives a link to Maven with the same
info
Daniel just gave you (1.0.2 is the latest).

However, a little further down in the text they use the line:
export MAVEN_HOME=/java/maven-1.0.2
I assume this means they want you to use 1.0.2 and the 1.0.6 above is
probably
a typo.

Roland


On Friday 09 March 2007 17:52, Siegmann Daniel, NY wrote:
> There is no such version of Maven. Latest released 1.x version is 1.0.2
> (1.1 is somewhere in beta). Latest version of Maven2 is 2.0.5.
>
> -Original Message-
> From: Squatter Madras [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 09, 2007 11:39 AM
> To: users@maven.apache.org
> Subject: I need Maven version 1.0.6 ?
>
> Hello all,
>
> Hopefully this will be my first and only query regarding Maven - I am
> trying to build a SourceForge product that tell me I need to use Apache
> Maven 1.0.6but I can't find a specific download for this version on the
> site - where
> can I get it ? (I'm pretty sure version 1.0.6 isn't just because it was
the
> latest version at the time the instructions were written because I
remember
> being specifically told not to use a later version - does that make
sense
> ?)
>
>
> The instructions for the project in question are at :-
> http://www.ashcast.org/wiki/index.php?title=Building_Ashcast_From_Source
>
> And the project in question is at :-
> http://sourceforge.net/projects/ashcast/
>
> Given that (although I am a software developer) I've never done anything
> with ANY of the mentioned programs - any help/advice would be greatly
> appreciated.
>
> Thanks in advance.
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

--
Roland Asmann

CFC Informationssysteme Entwicklungsgesellschaft m.b.H
Bäckerstrasse 1/2/7
A-1010 Wien
FN 266155f, Handelsgericht Wien

Tel.: +43/1/513 88 77 - 27
Fax.: +43/1/513 88 62
Email: [EMAIL PROTECTED]
Web: www.cfc.at

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: I need Maven version 1.0.6 ?

2007-03-09 Thread Roland Asmann
Clicking on the link you supplied, it gives a link to Maven with the same info 
Daniel just gave you (1.0.2 is the latest).

However, a little further down in the text they use the line:
export MAVEN_HOME=/java/maven-1.0.2
I assume this means they want you to use 1.0.2 and the 1.0.6 above is probably 
a typo.

Roland


On Friday 09 March 2007 17:52, Siegmann Daniel, NY wrote:
> There is no such version of Maven. Latest released 1.x version is 1.0.2
> (1.1 is somewhere in beta). Latest version of Maven2 is 2.0.5.
>
> -Original Message-
> From: Squatter Madras [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 09, 2007 11:39 AM
> To: users@maven.apache.org
> Subject: I need Maven version 1.0.6 ?
>
> Hello all,
>
> Hopefully this will be my first and only query regarding Maven - I am
> trying to build a SourceForge product that tell me I need to use Apache
> Maven 1.0.6but I can't find a specific download for this version on the
> site - where
> can I get it ? (I'm pretty sure version 1.0.6 isn't just because it was the
> latest version at the time the instructions were written because I remember
> being specifically told not to use a later version - does that make sense
> ?)
>
>
> The instructions for the project in question are at :-
> http://www.ashcast.org/wiki/index.php?title=Building_Ashcast_From_Source
>
> And the project in question is at :-
> http://sourceforge.net/projects/ashcast/
>
> Given that (although I am a software developer) I've never done anything
> with ANY of the mentioned programs - any help/advice would be greatly
> appreciated.
>
> Thanks in advance.
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Roland Asmann

CFC Informationssysteme Entwicklungsgesellschaft m.b.H
Bäckerstrasse 1/2/7
A-1010 Wien
FN 266155f, Handelsgericht Wien

Tel.: +43/1/513 88 77 - 27
Fax.: +43/1/513 88 62
Email: [EMAIL PROTECTED]
Web: www.cfc.at

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: I need Maven version 1.0.6 ?

2007-03-09 Thread Wayne Fay

The 1.0.6 seems to be a mistake on their page. As far as I know, there
has never been a 1.0.6 release of Maven.

Down below a little bit, they talk about 1.0.2:
export MAVEN_HOME=/java/maven-1.0.2

I would install Maven 1.0.2 and proceed with the rest of the instructions.

Wayne

On 3/9/07, Squatter Madras <[EMAIL PROTECTED]> wrote:

Hello all,

Hopefully this will be my first and only query regarding Maven - I am trying
to build a SourceForge product that tell me I need to use Apache Maven
1.0.6but I can't find a specific download for this version on the site
- where
can I get it ? (I'm pretty sure version 1.0.6 isn't just because it was the
latest version at the time the instructions were written because I remember
being specifically told not to use a later version - does that make sense ?)


The instructions for the project in question are at :-
http://www.ashcast.org/wiki/index.php?title=Building_Ashcast_From_Source

And the project in question is at :-
http://sourceforge.net/projects/ashcast/

Given that (although I am a software developer) I've never done anything
with ANY of the mentioned programs - any help/advice would be greatly
appreciated.

Thanks in advance.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: I need Maven version 1.0.6 ?

2007-03-09 Thread Siegmann Daniel, NY
There is no such version of Maven. Latest released 1.x version is 1.0.2 (1.1
is somewhere in beta). Latest version of Maven2 is 2.0.5.

-Original Message-
From: Squatter Madras [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 09, 2007 11:39 AM
To: users@maven.apache.org
Subject: I need Maven version 1.0.6 ?

Hello all,

Hopefully this will be my first and only query regarding Maven - I am trying
to build a SourceForge product that tell me I need to use Apache Maven
1.0.6but I can't find a specific download for this version on the site
- where
can I get it ? (I'm pretty sure version 1.0.6 isn't just because it was the
latest version at the time the instructions were written because I remember
being specifically told not to use a later version - does that make sense ?)


The instructions for the project in question are at :-
http://www.ashcast.org/wiki/index.php?title=Building_Ashcast_From_Source

And the project in question is at :-
http://sourceforge.net/projects/ashcast/

Given that (although I am a software developer) I've never done anything
with ANY of the mentioned programs - any help/advice would be greatly
appreciated.

Thanks in advance.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]