On windows XP, %USERPROFILE% is equals to %HOMEDRIVE%%HOMEPATH% C:\>echo %USERPROFILE% C:\Documents and Settings\evenisse
C:\>echo %HOMEDRIVE%%HOMEPATH% C:\Documents and Settings\evenisse Emmanuel ----- Original Message ----- From: "Brett Porter" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> Sent: Friday, March 26, 2004 12:04 AM Subject: RE: Changelog in RC2 fails to find .cvspass and produces an empty changelog > Works for me - but that's because I put it in %USERPROFILE% though. > > I'm not sure when this changed, but it would be a bug to file against the > changelog plugin. Would you mind raising it in JIRA? > > Thanks, > Brett > > > -----Original Message----- > > From: Paul Spencer [mailto:[EMAIL PROTECTED] > > Sent: Friday, 26 March 2004 9:22 AM > > To: 'Maven Users List' > > Subject: Changelog in RC2 fails to find .cvspass and produces > > an empty changelog > > > > > > The changelog plugin in rc2 fails to find the file .cvspass > > on Windows > > XP. It is looking for %USERPROFILE%\.cvspass instead of > > %HOMEDRIVE%%HOMEPATH%\.cvspass or %CVS_PASSFILE%. I have been using > > cvs, Eclipse, NetBeans, and other cvs related utilities on > > the machine > > for a while with the .cvspass located in %HOMEDRIVE%%HOMEPATH%. > > > > Note: By changing the values of %PATH%, %MAVEN_HOME%, and > > %MAVEN_HOME_LOCAL% I can switch from rc2 to rc1 and back. By > > doing this > > I have been able to prove this problem was does NOT exist in rc1. > > > > Paul Spencer > > > > > > --------------------------------------------------------------------- > > 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]
