Building Maven 3.0 from trunk

View: New views
5 Messages — Rating Filter:   Alert me  

Building Maven 3.0 from trunk

by hgomez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi to all,

After build Maven 3 from trunk
(https://svn.apache.org/repos/asf/maven/maven-3/trunk/) with ant, I
tried to build it with maven 2.2.1 but the build failed about a
missing svn command.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Building Maven 3.0 from trunk

by Paul Benedict-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If you have a missing SVN command, that may mean you do not have an
SVN client installed. You should have one installed on your path so
when you type "svn --version" (that's two dashes), you'll know what
version you have.

Download a binary here:
http://subversion.tigris.org/

Paul

On Thu, Oct 29, 2009 at 5:57 AM, Henri Gomez <henri.gomez@...> wrote:

> Hi to all,
>
> After build Maven 3 from trunk
> (https://svn.apache.org/repos/asf/maven/maven-3/trunk/) with ant, I
> tried to build it with maven 2.2.1 but the build failed about a
> missing svn command.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Building Maven 3.0 from trunk

by hgomez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> If you have a missing SVN command, that may mean you do not have an
> SVN client installed. You should have one installed on your path so
> when you type "svn --version" (that's two dashes), you'll know what
> version you have.

yep, I know that, svn command is installed on my OS/X but not on my
Windows/Cygwin box :)
I was trying to understand why the maven build need a native svn
whereas the ant didn't.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Building Maven 3.0 from trunk

by hgomez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/10/29 Henri Gomez <henri.gomez@...>:
>> If you have a missing SVN command, that may mean you do not have an
>> SVN client installed. You should have one installed on your path so
>> when you type "svn --version" (that's two dashes), you'll know what
>> version you have.
>
> yep, I know that, svn command is installed on my OS/X but not on my
> Windows/Cygwin box :)
> I was trying to understand why the maven build need a native svn
> whereas the ant didn't.

Well I do a mistake, svn client is also required in the ant build.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Building Maven 3.0 from trunk

by olamy-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The build use the plugin buildnumber-maven-plugin (which use native
svn with cli)
In order to get the svn rev when you use : mvn -v.

--
Olivier

2009/10/29 Henri Gomez <henri.gomez@...>:

>> If you have a missing SVN command, that may mean you do not have an
>> SVN client installed. You should have one installed on your path so
>> when you type "svn --version" (that's two dashes), you'll know what
>> version you have.
>
> yep, I know that, svn command is installed on my OS/X but not on my
> Windows/Cygwin box :)
> I was trying to understand why the maven build need a native svn
> whereas the ant didn't.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>



--
Olivier

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...