Tim Vernum <[EMAIL PROTECTED]> wrote: > Really, you can't assume that the user has either > * Access to any given web-site. > * A webserver on localhost. > * Or even that localhost is a defined hostname.
Agreed, and I don't think Ant can find out wether any of these conditions are fulfilled easily. How about moving the tests that require a webserver out into a different test class and exclude the test unless a property - say tests.host - has been set. Use the value of that property as the machine running the webserver, document it and don't set it by default? Stefan
