On 07/02/18 19:17, Christopher Schultz wrote: > Mark, > > On 2/7/18 2:09 PM, Mark Thomas wrote: >> On 07/02/18 19:03, Christopher Schultz wrote: >>> Mark, >>> >>> On 2/6/18 6:33 PM, Mark Thomas wrote: >>>> The proposed Apache Tomcat 8.5.28 release is now available for >>>> voting. >>> >>> Maybe this is the first time I've noticed this, but the source >>> tarball doesn't contain the tcnative source tarball. Is that >>> intentional? > >> It is. tcnative is treated as a dependency so it is downloaded at >> build time. The source tarball just contains the the version number >> to download and where to download it from (the mirror network). > > My test script does roughly this: > > 1. Download all artifacts (zip, tarball, sigs) > 2. Verify everything (gpg) > 3. Unpack dist zip/tarball, compare, delete > 4. Unpack source zip/tarball, compare, delete zip > 5. In unpacked source tarball, execute "ant download-compile > download-test-compile" > 6. Build tcnative (which we expect to be in the downloads/ directory) > > For 8.5.28 it looks like 'download-compile download-test-compile' is > only downloading these packages: > > cglib-2.2.3 > commons-daemon-1.1.0 > easymock-3.2 > ecj-4.6.3 > hamcrest-1.3 > junit-4.11 > objenesis-1.2 > > It looks like I need to add "download-dist" to that list of targets if > I want to get the tcnative sources. > > Has that changed recently?
You might way to try svn log on build.xml And then take a look at the dev archives for the day that relevant change was made for the reason why. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org