Building Maven 3.0 from trunk

2009-10-29 Thread Henri Gomez
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-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Building Maven 3.0 from trunk

2009-10-29 Thread Paul Benedict
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.go...@gmail.com 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-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Building Maven 3.0 from trunk

2009-10-29 Thread 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-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Building Maven 3.0 from trunk

2009-10-29 Thread Henri Gomez
2009/10/29 Henri Gomez henri.go...@gmail.com:
 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-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Building Maven 3.0 from trunk

2009-10-29 Thread Olivier Lamy
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.go...@gmail.com:
 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-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org





-- 
Olivier

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org