On Feb 15, 2015 10:47 AM, <rj...@apache.org> wrote: > > Author: rjung > Date: Sun Feb 15 18:47:16 2015 > New Revision: 1659978 > > URL: http://svn.apache.org/r1659978 > Log: > Partialy revert r1659974: outputpath is OK, > don't need jarpath. The value in the logs seems > OK. Investigating now, why tests are skipped. >
The tests are skipped unless the openssl version exactly matches the version Tomcat expects > Modified: > gump/metadata/project/tomcat-tc8.xml > gump/metadata/project/tomcat-trunk.xml > > Modified: gump/metadata/project/tomcat-tc8.xml > URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-tc8.xml?rev=1659978&r1=1659977&r2=1659978&view=diff > ============================================================================== > --- gump/metadata/project/tomcat-tc8.xml (original) > +++ gump/metadata/project/tomcat-tc8.xml Sun Feb 15 18:47:16 2015 > @@ -104,7 +104,7 @@ > <property name="execute.test.nio" value="false"/> > <property name="execute.test.nio2" value="false"/> > <property name="test.openssl.path" project="openssl-1.0.2-make-install" > - id="openssl" reference="jarpath"/> > + id="openssl" reference="outputpath"/> > </ant> > > <depend project="ant" inherit="runtime" /> > @@ -145,7 +145,7 @@ > <property name="execute.test.nio" value="true"/> > <property name="execute.test.nio2" value="false"/> > <property name="test.openssl.path" project="openssl-1.0.2-make-install" > - id="openssl" reference="jarpath"/> > + id="openssl" reference="outputpath"/> > </ant> > > <depend project="ant" inherit="runtime" /> > @@ -186,7 +186,7 @@ > <property name="execute.test.nio" value="false"/> > <property name="execute.test.nio2" value="true"/> > <property name="test.openssl.path" project="openssl-1.0.2-make-install" > - id="openssl" reference="jarpath"/> > + id="openssl" reference="outputpath"/> > </ant> > > <depend project="ant" inherit="runtime" /> > @@ -227,7 +227,7 @@ > <property name="execute.test.nio" value="false"/> > <property name="execute.test.nio2" value="false"/> > <property name="test.openssl.path" project="openssl-1.0.2-make-install" > - id="openssl" reference="jarpath"/> > + id="openssl" reference="outputpath"/> > <property name="test.apr.loc" project="tomcat-native-make-install" > reference="home"/> > </ant> > > Modified: gump/metadata/project/tomcat-trunk.xml > URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-trunk.xml?rev=1659978&r1=1659977&r2=1659978&view=diff > ============================================================================== > --- gump/metadata/project/tomcat-trunk.xml (original) > +++ gump/metadata/project/tomcat-trunk.xml Sun Feb 15 18:47:16 2015 > @@ -103,7 +103,7 @@ > <property name="execute.test.nio" value="true"/> > <property name="execute.test.nio2" value="false"/> > <property name="test.openssl.path" project="openssl-make-install" > - id="openssl" reference="jarpath"/> > + id="openssl" reference="outputpath"/> > </ant> > > <depend project="ant" inherit="runtime" /> > @@ -143,7 +143,7 @@ > <property name="execute.test.nio" value="false"/> > <property name="execute.test.nio2" value="true"/> > <property name="test.openssl.path" project="openssl-make-install" > - id="openssl" reference="jarpath"/> > + id="openssl" reference="outputpath"/> > </ant> > > <depend project="ant" inherit="runtime" /> > @@ -183,7 +183,7 @@ > <property name="execute.test.nio" value="false"/> > <property name="execute.test.nio2" value="false"/> > <property name="test.openssl.path" project="openssl-make-install" > - id="openssl" reference="jarpath"/> > + id="openssl" reference="outputpath"/> > <property name="test.apr.loc" project="tomcat-native-make-install" > reference="home"/> > </ant> > >