Re: Installing Maven %HOME%

2004-02-29 Thread dion
news <[EMAIL PROTECTED]> wrote on 28/02/2004 12:14:40 PM: > Alright I think you are talking about these environment variables: > > ALLUSERSPROFILE for All Users or for me as the Adminstrator: > > USERPROFILE > > %HOME% equals one of the above? > > Is that correct? I would make a repository fo

Re: Installing Maven %HOME%

2004-02-27 Thread Kevin Hagel
open a command window and just type set and you'll see the whole pile of environment variables. I advise against using any directories in maven that contain spaces, such as "Documents And Settings". While they're convenient for we humans, some jelly scripts tokenize on white space and things can

Re: Installing Maven %HOME%

2004-02-27 Thread George Hester
Alright I think you are talking about these environment variables: ALLUSERSPROFILE for All Users or for me as the Adminstrator: USERPROFILE %HOME% equals one of the above? Is that correct? I would make a repository folder under C:\Documents and Settings\%profile% and then that's that? This i

Re: Installing Maven %HOME%

2004-02-27 Thread Kevin Hagel
%HOME% is your windows user account home. If you want to share your repository, do not put it in any one person's home directory, I use C:\mavenrepository and everybody on the system has access. George Hester wrote: In this article just under the warning, http://maven.apache.org/start/install.h

Installing Maven %HOME%

2004-02-27 Thread George Hester
In this article just under the warning, http://maven.apache.org/start/install.html the directions say, For Windows: %MAVEN_HOME%\bin\install_repo.bat %HOME%\.maven\repository I understand %MAVEN_HOME% but I do not understand %HOME%. Exactly what are they referring to and