depo.depository = this.options.depository();
depo.organization = this.options.domain();
depo.email = settings.getEmail();
depo.type = options.type;
List<Error> s = depo.validate();
if (!s.isEmpty())
throw new IllegalArgumentException("Invalid request: " + s.toString());
File f = File.createTempFile("depo-", ".jar");
try {