> C:\>tracert > http://repo1.maven.org/maven2/org/apache/servicemix/samples/3.2.1/samples-3.2.1.pom > Unable to resolve target system name > http://repo1.maven.org/maven2/org/apache/servicemix/samples/3.2.1/samples-3.2.1.pom.
This is simply an invalid execution of the command. Windows tracert, ping, and nslookup do not understand http://a.b.c. You must simply type: tracert a.b.c ping a.b.c nslookup a.b.c > C:\>ping > http://63.246.20.112/maven2/org/apache/servicemix/samples/3.2.1/samples-3.2.1.pom > Ping request could not find host > http://63.246.20.112/maven2/org/apache/servicemix/samples/3.2.1/samples-3.2.1.pom. > Please check the name and try again. Again, this is an invalid use of ping (and the other commands). Simply type: ping 63.246.20.112 Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
