Re: Maven Install on Mac OS X

2009-12-06 Thread Kalle Korhonen
I've seen a similar case at work where Internet access is through a proxy. Configuring proxy incorrectly lead to "Proxy: not authorized" messages and corresponding files stored in local repo. Needless to say, Maven got all confused about it. Kalle On Sun, Dec 6, 2009 at 5:31 AM, Wayne Fay wrote

Re: Maven Install on Mac OS X

2009-12-06 Thread Wayne Fay
> read. but, there is one strange thing I noticed. Along with > jaxb-api-2.1.jar, there is a corresponding .pom file and both these files > have same size 357. huh? Next time, cat the files (or edit them, whatever, just open in text editor) and see what they look like. The JAR file should be binar

Re: Maven Install on Mac OS X

2009-12-05 Thread bandrm
under .m2, strange. So, I downloaded a fresh install of maven 2.2.1, made sure the checksums matched. Then, I removed .m2 and created a fresh directory .m2 and then on it worked fine. -- View this message in context: http://old.nabble.com/Maven-Install-on-Mac-OS-X-tp26657605p26658529.html

Re: Maven Install on Mac OS X

2009-12-05 Thread bandrm
NFO] -- View this message in context: http://old.nabble.com/Maven-Install-on-Mac-OS-X-tp26657605p26658394.html Sent from the Maven - Users mailing list archive at Nabble.

Re: Maven Install on Mac OS X

2009-12-05 Thread David C. Hicks
Run the command: md5sum apache-maven-2.2.1-bin.tar.bz2 Check to be sure that the result matches the published checksum on the download page: http://maven.apache.org/download.html bandrm wrote: > Here are the version details... > > Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700) > Java ve

Re: Maven Install on Mac OS X

2009-12-05 Thread bandrm
Here are the version details... Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700) Java version: 1.6.0_15 OS name: "mac os x" version: "10.6.2" arch: "x86_64" Family: "mac" -- View this message in context: http://old.nabble.com/Maven-Install-on-Mac

Re: Maven Install on Mac OS X

2009-12-05 Thread David C. Hicks
It sounds to me like you're having a problem getting a clean download. Be sure to check the MD5 for your download. If it doesn't match the one published on the download page, then your download has errors. bandrm wrote: > This is my first time on a Mac. I have maven 2.2.1 installed on a Mac...b

Maven Install on Mac OS X

2009-12-05 Thread bandrm
.ClassLoader.loadClass(ClassLoader.java:254) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:399) ... 20 more -- View this message in context: http://old.nabble.com/Maven-Install-on-Mac-OS-X-tp26657605p26657605.html Sent fr