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:

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,

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

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

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