build.xml (b63233d8) build.xml (0e37699d)
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

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

183 <arg value="add"/>
184 <arg value="-f"/>
185 <arg file="${uno.package.name}"/>
186 </exec>
187 </target>
188
189 <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
190
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

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

183 <arg value="add"/>
184 <arg value="-f"/>
185 <arg file="${uno.package.name}"/>
186 </exec>
187 </target>
188
189 <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
190
191 <target name="uno-debug" description="Debugss UNO extension package in Target Office" depends="uno-package">
191 <target name="uno-debug" description="Debugs UNO extension package in Target Office" depends="uno-package">
192 <!-- security fail for executing this without netbeans -->
193 <fail unless="netbeans.home">This target can only run inside the NetBeans IDE.</fail>
194 <!-- start debugger and get connection address jpda.address -->
195 <nbjpdastart name="Debug Office" addressproperty="jpda.address" transport="dt_socket">
196 <classpath path="${build.classes.dir}"/>
197 <sourcepath path="${src.dir}"/>
198 </nbjpdastart>
199 <!-- register component in temporaary user installation -->

--- 22 unchanged lines hidden ---
192 <!-- security fail for executing this without netbeans -->
193 <fail unless="netbeans.home">This target can only run inside the NetBeans IDE.</fail>
194 <!-- start debugger and get connection address jpda.address -->
195 <nbjpdastart name="Debug Office" addressproperty="jpda.address" transport="dt_socket">
196 <classpath path="${build.classes.dir}"/>
197 <sourcepath path="${src.dir}"/>
198 </nbjpdastart>
199 <!-- register component in temporaary user installation -->

--- 22 unchanged lines hidden ---