> %HOME% has been known to be set to specify an alternate HOME. > %HOMEDRIVE%%HOMEPATH% works and is equivalent to %USERPROFILE% (but this > may be Win2k only, I'm not sure?) > > Anyway, the original poster's problem was fixed in CVS yesterday. > > As a workaround, you can either skip the step (Maven will download the > libs again), or run > install_repo.bat tmprepo > move tmprepo %HOMEDRIVE%%HOMEPATH%\.maven\repository
I get new directory under maven C:\maven\bin\tmprepo? Is it OK to move (by hand) content of this dir to C:\Documents and Settings\n\.maven\repository? Does this effect maven i.e. is it same as install_repo.bat %HOME%\.maven\repository? What if I leave it in C:\maven\bin\tmprepo? Will maven use this repository? What should I do? Can I copy or make this directory and fill it by hand? > > Cheers, > Brett > > Chad Brandon wrote: > > >On windows it should be %USERPROFILE%, on linux its $HOME. > > > >----- Original Message ----- > >From: "niksa_os" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Sent: Saturday, June 12, 2004 1:42 AM > >Subject: XP %HOME% and Maven > > > > > >I try Maven > > > >In install guide stand: install_repo.bat %HOME%\.maven\repository > > > >Problem is that I get new dir C:\Documents\some_files_and_dir and I should > >get > >C:\Documents and Settings\mvelic\.maven ??? > > > >Also %HOMEDRIVE%%HOMEPATH%\.maven\repository same thing. > > > >I did try with install_repo.bat "%HOME%"\.maven\repository, but then I get > >new dir > > > >C:\maven\bin\%HOME% > > > >Do I need to get C:\Documents and Settings\mvelic\.maven? > >And how can I get it? > > > >Thanks. > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > >. > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
