Re: Issues when building Tomcat 9 + tcnative

2015-11-15 Thread Martin Grigorov
On Sun, Nov 15, 2015 at 3:10 PM, Rainer Jung wrote: > Am 15.11.2015 um 13:59 schrieb Martin Grigorov: > >> On Sun, Nov 15, 2015 at 1:35 PM, Martin Grigorov >> wrote: >> > > To setup HTTP2 I follow the steps done by Konstantin Kolinko at >> https://bz.apache.org/bugzilla/show_bug.cgi?id=58605 >>

Re: Issues when building Tomcat 9 + tcnative

2015-11-15 Thread Rainer Jung
Am 15.11.2015 um 13:59 schrieb Martin Grigorov: On Sun, Nov 15, 2015 at 1:35 PM, Martin Grigorov wrote: To setup HTTP2 I follow the steps done by Konstantin Kolinko at https://bz.apache.org/bugzilla/show_bug.cgi?id=58605 But here it fails with: 15-Nov-2015 13:40:37.505 INFO [main] org.apache

Re: Issues when building Tomcat 9 + tcnative

2015-11-15 Thread Martin Grigorov
On Sun, Nov 15, 2015 at 1:35 PM, Martin Grigorov wrote: > > On Sun, Nov 15, 2015 at 12:54 PM, Martin Grigorov > wrote: > >> >> So I've checked in build.xml and saw that at line 1927 it copies the .dll >> files, as part of "dist-static" target. Executing "ant dist-target" leads >> to: >> > > Uh.

Re: Issues when building Tomcat 9 + tcnative

2015-11-15 Thread Martin Grigorov
On Sun, Nov 15, 2015 at 1:35 PM, Mark Thomas wrote: > On 15/11/2015 11:54, Martin Grigorov wrote: > > > > > Running just 'ant' downloads tomcat-native.tar.gz (1.2.2) to base.path. > > But this file is just copied in ./output/build/bin/, it is not untar-ed. > > Correct. The source ships in that d

Re: Issues when building Tomcat 9 + tcnative

2015-11-15 Thread Martin Grigorov
On Sun, Nov 15, 2015 at 12:54 PM, Martin Grigorov wrote: > > So I've checked in build.xml and saw that at line 1927 it copies the .dll > files, as part of "dist-static" target. Executing "ant dist-target" leads > to: > Uh. Of course ".dll" means that it will deal with Windows stuff... I have t

Re: Issues when building Tomcat 9 + tcnative

2015-11-15 Thread Mark Thomas
On 15/11/2015 11:54, Martin Grigorov wrote: > Running just 'ant' downloads tomcat-native.tar.gz (1.2.2) to base.path. > But this file is just copied in ./output/build/bin/, it is not untar-ed. Correct. The source ships in that directory for the Tomcat .tar.gz distro. Users of that distro are ex