aoo-ant.xml (a622bb93) aoo-ant.xml (ad792c60)
1<?xml version="1.0" encoding="UTF-8"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements. See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership. The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the

--- 124 unchanged lines hidden (view full) ---

133 <isset property="tests.present"/>
134 <not><isset property="OOO_JUNIT_JAR"/></not>
135 </and>
136 </condition>
137 <echo message="No junit, skipping tests" if:set="only.junit.absent"/>
138
139 <condition property="test.skip">
140 <or>
1<?xml version="1.0" encoding="UTF-8"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements. See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership. The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the

--- 124 unchanged lines hidden (view full) ---

133 <isset property="tests.present"/>
134 <not><isset property="OOO_JUNIT_JAR"/></not>
135 </and>
136 </condition>
137 <echo message="No junit, skipping tests" if:set="only.junit.absent"/>
138
139 <condition property="test.skip">
140 <or>
141 <not><isset property="test.present"/></not>
141 <not><isset property="tests.present"/></not>
142 <not><isset property="OOO_JUNIT_JAR"/></not>
143 </or>
144 </condition>
145 </sequential>
146 </macrodef>
147
148 <target name="test-compile" depends="compile,idl">
149 <check-test/>

--- 64 unchanged lines hidden ---
142 <not><isset property="OOO_JUNIT_JAR"/></not>
143 </or>
144 </condition>
145 </sequential>
146 </macrodef>
147
148 <target name="test-compile" depends="compile,idl">
149 <check-test/>

--- 64 unchanged lines hidden ---