> The initial install of eclipse/maven did not install the junit-2.4.3. > It gave a message about connection refused at repo1 for this class.
I assume the built-in Windows 7 firewall or your antivirus is probably blocking Maven / Java from reaching out to the Internet to download junit and other artifacts, so you're having to install them manually. Fix that problem, delete the junit jars you manually installed, and try again. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
