rabbitmq / rabbitmq-amqp1.0

AMQP 1.0 support for RabbitMQ
https://www.rabbitmq.com/
Other
93 stars 20 forks source link

test/proton/Makefile fails with "ERROR 404: Not Found" #19

Closed gotthardp closed 7 years ago

gotthardp commented 8 years ago

The rabbitmq-amqp1.0/test/proton/Makefile fails with "ERROR 404: Not Found". It tries to download the proton 0.7 client from a mirror that stores newer versions only.

PROTON_VER=0.7
PROTON_URL=http://www.mirrorservice.org/sites/ftp.apache.org/qpid/proton/$(PROTON_VER)/$(PROTON_TARBALL)

However, the mirrorservice.org does not store v0.7 anymore. It stores 0.9, 0.9.1 and 0.10 only.

kjnilsson commented 7 years ago

There is no longer a Makefile. Both java and dotnet tests are run through common_test so closing this.