[xwiki-devs] Problems with setting up Maven.
Hello, I have been trying to build the XWiki sources but with no luck. I am getting stuck at the first step itself- setting up Maven. Following are the commands I use to set the envt. variables as indicated in this link - http://maven.apache.org/download.html#Installation and the errors I get. Can anybody tell from this, whats going wrong here? C:\>set M2_HOME = C:\Kam\Software\apache- maven-2.1-SNAPSHOT\apache-maven-2.1-SNA PSHOT C:\>set Path = %Path%;%M2_HOME%\bin C:\>echo %M2_HOME% %M2_HOME% C:\>set > env.txt C:\>set PATH = %PATH%;%M2_HOME%\bin C:\>set > env.txt C:\>set JAVA_HOME = "C:\Program Files\Java\jdk1.6.0" C:\>set PATH = %PATH%;%JAVA_HOME%\bin C:\>set > env.txt C:\>mvn --version 'mvn' is not recognized as an internal or external command, operable program or batch file. C:\>mvn --version 'mvn' is not recognized as an internal or external command, operable program or batch file. C:\>cd Kam\Software\apache-maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin C:\Kam\Software\apache-maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin>mvn --ve rsion ERROR: JAVA_HOME not found in your environment. Please set the JAVA_HOME variable in your environment to match the location of your Java installation C:\Kam\Software\apache-maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin>set JAVA _HOME = "C:\Program Files\Java\jdk1.6.0" C:\Kam\Software\apache-maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin>mvn --ve rsion ERROR: JAVA_HOME not found in your environment. Please set the JAVA_HOME variable in your environment to match the location of your Java installation Thanks a lot in advance.
Hello, I have been trying to build the XWiki sources but with no luck. I am getting stuck at the first step itself- setting up Maven.
Following are the commands I use to set the envt. variables as indicated in this link - http://maven.apache.org/download.html#Installation and the errors I get. Can anybody tell from this, whats going wrong here?
The problem seems to be still the setting of environment variables in Windows, and a clear sign for that is this:
C:\>echo %M2_HOME% %M2_HOME% If, as you said, you are using those instructions at the pointed address and setting the environment variables using the system properties dialog, remember that it is a good idea to restart your command line to see any effects. I will do some tests as soon as I boot my windows system.
Happy coding, Anca
C:\>set M2_HOME = C:\Kam\Software\apache- maven-2.1-SNAPSHOT\apache-maven-2.1-SNA PSHOT
C:\>set Path = %Path%;%M2_HOME%\bin
C:\>echo %M2_HOME% %M2_HOME%
C:\>set > env.txt
C:\>set PATH = %PATH%;%M2_HOME%\bin
C:\>set > env.txt
C:\>set JAVA_HOME = "C:\Program Files\Java\jdk1.6.0"
C:\>set PATH = %PATH%;%JAVA_HOME%\bin
C:\>set > env.txt
C:\>mvn --version 'mvn' is not recognized as an internal or external command, operable program or batch file.
C:\>mvn --version 'mvn' is not recognized as an internal or external command, operable program or batch file.
C:\>cd Kam\Software\apache-maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin
C:\Kam\Software\apache-maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin>mvn --ve rsion
ERROR: JAVA_HOME not found in your environment. Please set the JAVA_HOME variable in your environment to match the location of your Java installation
C:\Kam\Software\apache-maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin>set JAVA _HOME = "C:\Program Files\Java\jdk1.6.0"
C:\Kam\Software\apache-maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin>mvn --ve rsion
ERROR: JAVA_HOME not found in your environment. Please set the JAVA_HOME variable in your environment to match the location of your Java installation
Thanks a lot in advance. _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
do not put "" in windows variables... This is a problem when you use drag and drop ;) set JAVA_HOME = C:\Program Files\Java\jdk1.6.0 On 3/27/08, Kamna Jain <kammy.scorpi@gmail.com> wrote:
Hello, I have been trying to build the XWiki sources but with no luck. I am getting stuck at the first step itself- setting up Maven.
Following are the commands I use to set the envt. variables as indicated in this link - http://maven.apache.org/download.html#Installation and the errors I get. Can anybody tell from this, whats going wrong here?
C:\>set M2_HOME = C:\Kam\Software\apache- maven-2.1-SNAPSHOT\apache-maven-2.1-SNA PSHOT
C:\>set Path = %Path%;%M2_HOME%\bin
C:\>echo %M2_HOME% %M2_HOME%
C:\>set > env.txt
C:\>set PATH = %PATH%;%M2_HOME%\bin
C:\>set > env.txt
C:\>set JAVA_HOME = "C:\Program Files\Java\jdk1.6.0"
C:\>set PATH = %PATH%;%JAVA_HOME%\bin
C:\>set > env.txt
C:\>mvn --version 'mvn' is not recognized as an internal or external command, operable program or batch file.
C:\>mvn --version 'mvn' is not recognized as an internal or external command, operable program or batch file.
C:\>cd Kam\Software\apache- maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin
C:\Kam\Software\apache-maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin
mvn --ve rsion
ERROR: JAVA_HOME not found in your environment. Please set the JAVA_HOME variable in your environment to match the location of your Java installation
C:\Kam\Software\apache-maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin
set JAVA _HOME = "C:\Program Files\Java\jdk1.6.0"
C:\Kam\Software\apache-maven-2.1-SNAPSHOT\apache-maven-2.1-SNAPSHOT\bin
mvn --ve rsion
ERROR: JAVA_HOME not found in your environment. Please set the JAVA_HOME variable in your environment to match the location of your Java installation
Thanks a lot in advance. _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
participants (3)
-
ancapaula.luca@xwiki.com -
Kamna Jain -
Pascal Voitot