build.xml (9f57b441) build.xml (adc0d9c1)
1<?xml version="1.0"?>
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

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

150 <condition property="test.arg0" value="-Dopenoffice.pack=${openoffice.pack}">
151 <isset property="openoffice.pack" />
152 </condition>
153 <fail message="No OpenOffice available!" unless="test.arg0"/>
154 <condition property="test.executable" value="./run.bat">
155 <os family="windows" />
156 </condition>
157 <property name="test.executable" value="./run"/>
1<?xml version="1.0"?>
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

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

150 <condition property="test.arg0" value="-Dopenoffice.pack=${openoffice.pack}">
151 <isset property="openoffice.pack" />
152 </condition>
153 <fail message="No OpenOffice available!" unless="test.arg0"/>
154 <condition property="test.executable" value="./run.bat">
155 <os family="windows" />
156 </condition>
157 <property name="test.executable" value="./run"/>
158 <property name="test.args" value="-tp bvt"/>
158 <exec executable="${test.executable}">
159 <arg value="${test.arg0}"/>
159 <exec executable="${test.executable}">
160 <arg value="${test.arg0}"/>
160 <arg value="-tp"/>
161 <arg value="bvt"/>
161 <arg line="${test.args}"/>
162 </exec>
163 </target>
164</project>
162 </exec>
163 </target>
164</project>