
Originally Posted by
karolis526706
Hi, i get a error when i try to compile a project with maven there it is
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
D:\\SVN\\L2Free>C://maven/bin/mvn assembly:assembly -Dmaven.test.skip=true
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] l2j-commons-1.3.0
[INFO] l2j-mmocore-1.3.0
[INFO] l2jfree-core-1.3.0
[INFO] l2jfree-login-1.3.0
[INFO] l2jfree-datapack-1.3.0
[INFO] l2jfree-1.3.0
[INFO] Searching repository for plugin with prefix: \'assembly\'.
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building l2jfree-1.3.0
[INFO] task-segment: [assembly:assembly] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] Preparing assembly:assembly
[INFO] ------------------------------------------------------------------------
[INFO] Building l2j-commons-1.3.0
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
Provider message:
The svn command failed.
Command output:
\'svn\' is not recognized as an internal or external command,
operable program or batch file.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Cannot get the revision information from the scm repository :
Error!
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Fri Aug 28 19:32:54 EEST 2009
[INFO] Final Memory: 7M/13M
[INFO] ------------------------------------------------------------------------
Please help me :(