I just saw, you can find the source of the property by running in your
TC 7 directory:
ant -debug echoproperties | egrep -e 'Loading|objenesis'
For my checkout it shows:
[property] Loading /path/to/my/home/build.properties
[property] Loading /path/to/my/tomcat/7.0.96/checkout/build.properties
[property] Loading
/path/to/my/tomcat/7.0.96/checkout/build.properties.default
Setting project property: objenesis.home ->
/path/to/my/tomcat/7.0.96/deps/objenesis-1.2
Setting project property: objenesis.checksum.algorithm -> MD5|SHA-1
Setting project property: objenesis.version -> 1.2
Setting project property: objenesis.checksum.enabled -> true
Setting project property: objenesis.loc ->
https://repo.maven.apache.org/maven2/org/objenesis/objenesis/1.2/objenesis-1.2.jar
...
So the objenesis.loc property was set after reading
/path/to/my/tomcat/7.0.96/checkout/build.properties.default (and to the
correct value).
This should show you, where your wring value was read from.
Regards,
Rainer
Am 25.07.2019 um 17:00 schrieb Rainer Jung:
Hi Felix,
could it be you have overwritten objenesis.loc in some build.properties?
Commit 9e32afaf34e on 2019-07-05 for TC 7 contains:
-objenesis.loc=https://bintray.com/easymock/distributions/download_file?file_path=objenesis-${objenesis.version}-bin.zip
+objenesis.loc=${base-maven.loc}/org/objenesis/objenesis/${objenesis.version}/objenesis-${objenesis.version}.jar
in build.properties.default (plus the checksum change), but your ant
task still downloads objenesis-1.2-bin.zip instead of objenesis-1.2.jar.
It works here.
Regards,
Rainer
Am 25.07.2019 um 15:48 schrieb Felix Schumacher:
While building with 'ant test' I currently get:
,,,
downloadfile:
[get] Getting:
https://bintray.com/easymock/distributions/download_file?file_path=objenesis-1.2-bin.zip
[get] To: /root/tomcat-build-libs/download-526630409.tmp
[get]
https://bintray.com/easymock/distributions/download_file?file_path=objenesis-1.2-bin.zip
moved to
https://dl.bintray.com/easymock/distributions/objenesis-1.2-bin.zip
[get]
https://dl.bintray.com/easymock/distributions/objenesis-1.2-bin.zip
moved to
https://d29vzk4ow07wi7.cloudfront.net/2359e04aca6f4f171f92ff77489d1669043dd536?response-content-disposition=attachment%3Bfilename%3D%22objenesis-1.2-bin.zip%22&Policy=eyJTdGF0ZW1lbnQiOiBbeyJSZXNvdXJjZSI6Imh0dHAqOi8vZDI5dnprNG93MDd3aTcuY2xvdWRmcm9udC5uZXQvMjM1OWUwNGFjYTZmNGYxNzFmOTJmZjc3NDg5ZDE2NjkwNDNkZDUzNj9yZXNwb25zZS1jb250ZW50LWRpc3Bvc2l0aW9uPWF0dGFjaG1lbnQlM0JmaWxlbmFtZSUzRCUyMm9iamVuZXNpcy0xLjItYmluLnppcCUyMiIsIkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTU2NDA2Mjg5NX0sIklwQWRkcmVzcyI6eyJBV1M6U291cmNlSXAiOiIwLjAuMC4wLzAifX19XX0_&Signature=IGW4RrDny71UmfjwU2rT~hyMNrU8SBqOQV0wavwC00upzv9ATLZlRGec7c1~-1E~Uh5mE56h1BTmXhdcw8Fi7YTVvTIoP11esCqirEX1NO9qyp7tmur7Y5ihjXkEficCCWKzpXbklCx4ZRiCJ8CpAkVyg9rfExZyCLeAJNSRd8LhWq3j2ecwMzhR9Fb-2U3-ffi5DAJFN7YenKf5-bbVF1yE8pyF3bBo47SlLZl7ocslXm57nF41-oV2c1yrF8XchSG6WlH3DTVHqmRVqAGg4lfMJpPiuOROollmQ6cUiSvKxQ0O~l6FnByHf1D804xMeYha4UahL9clmAbP~54vWA__&Key-Pair-Id=APKAIFKFWOMXM2UMTSFA
BUILD FAILED
/usr/local/src/tomcat-native/build.xml:2857: The following error
occurred while executing this line:
/usr/local/src/tomcat-native/build.xml:3138: The following error
occurred while executing this line:
/usr/local/src/tomcat-native/build.xml:3023: Checksum check failure for
objenesis-1.2.jar (/root/tomcat-build-libs/download-526630409.tmp).
Algorithm: MD5|SHA-1
Expected value:
bee117291d50b41b8e8cf0ac5435df1d|bfcb0539a071a4c5a30690388903ac48c0667f2a
Actual values:
SHA-512:
ede5873de8576f2b330407b17d73bb1fdceb19d8b3b674f9e0c5c7c0461f4f3e13be099bf3503328e6d4643874b7187bb8e0db03f55bdafc99449acbc9896a2b
SHA-256:
c732f0bc16a5c6e700652d36533f286a84e5fce9932e1da65e16ab0897d6480f
SHA-1: 2359e04aca6f4f171f92ff77489d1669043dd536
MD5: c94eeba0f868c80c50eb0202499479ab
Regards
Felix
Am 24.07.19 um 15:56 schrieb Violeta Georgieva:
The proposed Apache Tomcat 7.0.96 release is now available for voting.
For full details, see the changelog:
https://ci.apache.org/projects/tomcat/tomcat7/docs/changelog.html
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.96/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1224/
The git tag is:
https://github.com/apache/tomcat/tree/7.0.96
5277b175db2e575022672856797240976ad23bcf
The proposed 7.0.96 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 7.0.96 Stable
Regards,
Violeta
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org