On 11/18/07, Frank Lawlor <[EMAIL PROTECTED]> wrote: > > > Mike, > > Thanks for the pointer. > > Sure would have been nice if the directions at > http://appfuse.org/display/APF/Development+Environment mentioned this. > > I tried to use mvn -Declipse.workspace=C:\Source eclipse:add-maven-repo > but it didn't seem to work. > > I assume (?) that "C:\Source" should actually be the loation where the app > is installed (would be nice if it said this). > > I therefore decided to manually set M2_REPO, but the directions say to set > it to "~/.m2/repository" make no sense to me. What am I supposed to be > pointing at? Is this someplace in the app, the maven install dir or > where?
~ indicates your home directory. On Windows, this is usually C:\Documents and Settings\yourusername. Matt -- > View this message in context: > http://www.nabble.com/Quick-Start-Library-Problems-tf4831623s2369.html#a13823752 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
