Hi,
if you want to build all the tree of maven-scm, you need to have cvs and
svn installed on your machine.
if you don't want to build all, you should run subprojects individually :
m2 -N clean:clean install ==> install pom in local repository
cd maven-scm-api
m2 -N clean:clean install ==> install jar in local repository
cd ../maven-scm-test
m2 -N clean:clean install ==> install jar in local repository
cd ../maven-scm-providers
m2 -N clean:clean install ==> install pom in local repository
cd <provider_you_want_to_build>
m2 -N clean:clean install ==> install provider jar in local repository
Emmanuel
Richardson, Simon (Treasury) wrote:
Hi guys, it's me again ;-).
Sorry to bug you .... questions at the bottom - before the company
disclaimer ;-)
I've taken source from the svn website (I don't have svn and picked the
files up using some sort of http crawler).
svn co http://svn.apache.org/repos/asf/maven/scm/trunk
I now attempt to install.
m2 install
and get the following errors:
---------------------------
Standard error:
---------------------------
The name specified is not recognized as an
internal or external command, operable program or batch file.
etc ....
[surefire] Tests run: 18, Failures: 5, Errors: 8
[INFO] ------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------
[INFO] Reason: There are some test failures.
[INFO] ------------------------------------------------
The syntax of the command is incorrect.
1) I suspect the "Standard error output" is because I don't have the
respective cvs SCM client.
2) Also "The syntax of the command is incorrect." appears whenever I run a
m2 command! Is this correct?
3) Could somebody explain what to expect from the install - it looks like my
repository has been updated as follows:
+---maven-scm
| \---1.0-alpha-1
+---maven-scm-api
| \---1.0-alpha-1
+---maven-scm-test
| \---1.0-alpha-1
+---maven-scm-providers
| \---1.0-alpha-1
\---maven-scm-provider-clearcase
\---1.0-alpha-1
The only jars are maven-scm-api-1.0-alpha-1.jar,
maven-scm-test-1.0-alpha-1.jar, maven-scm-provider-clearcase-1.0-alpha-1.jar
Should there be others? Are these missing because the build failed?
Regards
Simon
"A fool can ask more questions than a wise man can answer!"
"MMS <hbosplc.com>" made the following annotations.
------------------------------------------------------------------------------
For more information on HBOS Treasury Services, please visit
http://www.HBOSTS.com
Or for details of our online FX & Deposit services, please go to
http://www.HBOSdeal.com
HBOS Treasury Services plc is part of the HBOS Group, which also includes
Halifax plc and Bank of Scotland.
Registered Office: 33 Old Broad Street, London EC2N 1HZ. Registered No.
2692890. Registered in England.
Authorised and regulated by the Financial Services Authority.
The information contained in this message is confidential and is intended for
the addressee only. If you have received this message in error or there are any
problems please notify the originator immediately. The unauthorised use,
disclosure, copying or alteration of this message is strictly forbidden. This
mail and any attachments have been scanned for viruses prior to leaving the
HBOS Treasury Services plc network. HBOS Treasury Services plc will not be
liable for direct, special, indirect or consequential damages arising from
alteration of the contents of this message by a third party or as a result of
any virus being passed on.
HBOS Treasury Services plc reserves the right to monitor and record e-mail
messages sent to and from this address for the purposes of investigating or
detecting any unauthorised use of its system and ensuring its effective
operation.
==============================================================================