You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by William Barker <wi...@gmail.com> on 2015/02/11 02:28:36 UTC

Re: svn commit: r1658850 - /gump/metadata/project/tomcat-tc7.xml

On Feb 10, 2015 5:16 PM, <kk...@apache.org> wrote:
>
> Author: kkolinko
> Date: Wed Feb 11 01:16:15 2015
> New Revision: 1658850
>
> URL: http://svn.apache.org/r1658850
> Log:
> Configure APR connector tests for Tomcat 7.
>
I never did this since Gump doesn't test AIO on Tomcat 7

> Modified:
>     gump/metadata/project/tomcat-tc7.xml
>
> Modified: gump/metadata/project/tomcat-tc7.xml
> URL:
http://svn.apache.org/viewvc/gump/metadata/project/tomcat-tc7.xml?rev=1658850&r1=1658849&r2=1658850&view=diff
>
==============================================================================
> --- gump/metadata/project/tomcat-tc7.xml (original)
> +++ gump/metadata/project/tomcat-tc7.xml Wed Feb 11 01:16:15 2015
> @@ -192,6 +192,52 @@
>     <nag to="dev@tomcat.apache.org"
>           from="Bill Barker &lt;billbarker@apache.org&gt;" />
>   </project>
> + <project name="tomcat-tc7.0.x-test-apr">
> +   <package>org.apache.catalina</package>
> +   <ant target="test">
> +      <depend property="jdt.jar" project="eclipse" id="jdtcore" />
> +      <depend property="tomcat-dbcp.jar" project="tomcat-tc7.0.x-dbcp"
id="tomcat-dbcp" />
> +      <property name="tomcat-dbcp-src.jar" project="tomcat-tc7.0.x-dbcp"
> +            id="tomcat-dbcp-src" reference="jarpath" />
> +      <depend property="commons-daemon.jar" project="commons-daemon"
> +              id="commons-daemon" />
> +      <property name="commons-daemon.native.src.tgz"
project="commons-daemon"
> +              id="native-distro" reference="outputpath" />
> +      <property name="tomcat-native.tar.gz" project="commons-daemon"
> +              id="native-distro" reference="outputpath" />
> +      <depend property="junit.jar" project="junit" id="junit"/>
> +      <depend property="hamcrest.jar" project="hamcrest-java"/>
> +      <property name="commons-pool.home" project="commons-pool"
> +                path="." />
> +      <property name="commons-dbcp.home" project="commons-dbcp"
> +                path="." />
> +      <property name="tomcat-dbcp.home" project="tomcat-tc7.0.x-dbcp"
> +         reference="home" />
> +      <property name="examples.sources.skip" value="true" />
> +      <property name="test.temp" value="output/test-tmp-NIO" />
> +      <property name="test.reports" value="output/logs-NIO" />

Did you mean APR here?

> +      <property name="test.accesslog" value="true" />
> +      <property name="execute.test.apr" value="true"/>
> +      <property name="execute.test.bio" value="false"/>
> +      <property name="execute.test.nio" value="false"/>
> +      <property name="test.apr.loc" project="tomcat-native-make-install"
> +                reference="home"/>
> +    </ant>
> +
> +   <depend project="ant" inherit="runtime" />
> +   <depend project="tomcat-tc7.0.x"/>
> +
> +   <work nested="output/build/webapps/examples/WEB-INF/classes"/>
> +   <work nested="output/testclasses" />
> +
> +   <license name="LICENSE" />
> +
> +   <report nested="output/logs-APR" />
> +   <report nested="output/test-tmp-APR/logs" />
> +
> +   <nag to="dev@tomcat.apache.org"
> +         from="Bill Barker &lt;billbarker@apache.org&gt;" />
> + </project>
>   <project name="tomcat-tc7.0.x-validate">
>     <package>org.apache.catalina</package>
>     <ant target="validate">
>
>

Re: svn commit: r1658850 - /gump/metadata/project/tomcat-tc7.xml

Posted by Konstantin Kolinko <kn...@gmail.com>.
2015-02-11 4:28 GMT+03:00 William Barker <wi...@gmail.com>:
> On Feb 10, 2015 5:16 PM, <kk...@apache.org> wrote:
>>
>> Author: kkolinko
>> Date: Wed Feb 11 01:16:15 2015
>> New Revision: 1658850
>>
>> URL: http://svn.apache.org/r1658850
>> Log:
>> Configure APR connector tests for Tomcat 7.
>>
> I never did this since Gump doesn't test AIO on Tomcat 7
>
>> Modified:
>>     gump/metadata/project/tomcat-tc7.xml
>>
>> Modified: gump/metadata/project/tomcat-tc7.xml
>> URL:
> http://svn.apache.org/viewvc/gump/metadata/project/tomcat-tc7.xml?rev=1658850&r1=1658849&r2=1658850&view=diff
>>
> ==============================================================================
>> --- gump/metadata/project/tomcat-tc7.xml (original)
>> +++ gump/metadata/project/tomcat-tc7.xml Wed Feb 11 01:16:15 2015
>> @@ -192,6 +192,52 @@
>>     <nag to="dev@tomcat.apache.org"
>>           from="Bill Barker &lt;billbarker@apache.org&gt;" />
>>   </project>
>> + <project name="tomcat-tc7.0.x-test-apr">
>> +   <package>org.apache.catalina</package>
>> +   <ant target="test">
>> +      <depend property="jdt.jar" project="eclipse" id="jdtcore" />
>> +      <depend property="tomcat-dbcp.jar" project="tomcat-tc7.0.x-dbcp"
> id="tomcat-dbcp" />
>> +      <property name="tomcat-dbcp-src.jar" project="tomcat-tc7.0.x-dbcp"
>> +            id="tomcat-dbcp-src" reference="jarpath" />
>> +      <depend property="commons-daemon.jar" project="commons-daemon"
>> +              id="commons-daemon" />
>> +      <property name="commons-daemon.native.src.tgz"
> project="commons-daemon"
>> +              id="native-distro" reference="outputpath" />
>> +      <property name="tomcat-native.tar.gz" project="commons-daemon"
>> +              id="native-distro" reference="outputpath" />
>> +      <depend property="junit.jar" project="junit" id="junit"/>
>> +      <depend property="hamcrest.jar" project="hamcrest-java"/>
>> +      <property name="commons-pool.home" project="commons-pool"
>> +                path="." />
>> +      <property name="commons-dbcp.home" project="commons-dbcp"
>> +                path="." />
>> +      <property name="tomcat-dbcp.home" project="tomcat-tc7.0.x-dbcp"
>> +         reference="home" />
>> +      <property name="examples.sources.skip" value="true" />
>> +      <property name="test.temp" value="output/test-tmp-NIO" />
>> +      <property name="test.reports" value="output/logs-NIO" />
>
> Did you mean APR here?

Fixed. Thank you!

I corrected the two <report> lines below when copy-pasting, but missed
the ones above.

>> +      <property name="test.accesslog" value="true" />
>> +      <property name="execute.test.apr" value="true"/>
>> +      <property name="execute.test.bio" value="false"/>
>> +      <property name="execute.test.nio" value="false"/>
>> +      <property name="test.apr.loc" project="tomcat-native-make-install"
>> +                reference="home"/>
>> +    </ant>
>> +
>> +   <depend project="ant" inherit="runtime" />
>> +   <depend project="tomcat-tc7.0.x"/>
>> +
>> +   <work nested="output/build/webapps/examples/WEB-INF/classes"/>
>> +   <work nested="output/testclasses" />
>> +
>> +   <license name="LICENSE" />
>> +
>> +   <report nested="output/logs-APR" />
>> +   <report nested="output/test-tmp-APR/logs" />


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org