Hi Cameron, Two of the security tests use the jar files from the repository (they fetch them via http from apache). What is really needed is a non-local http server but basically this is the easiest thing. One option would be to put them up on 'people.apache.org' or somewhere in our web site however this makes it a bit tricky if/when we need to update them.
We could also create a 'test' directory in SVN as say a peer of tags/branches. However my preference would be to just re-add the jars to version control and perhaps improve the dependencies so it only builds them if they really need to be built (i.e. have them depend on the .java files not the .class files). I agree that this is a little hacky but I think from a practical perspective it works well... Does anyone have a better idea on how to handle this? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
