From 541888c4e78aa32e733f1f941166b1ff136a180f Mon Sep 17 00:00:00 2001 From: Roland Haeder <roland@mxchange.org> Date: Wed, 25 May 2016 19:24:20 +0200 Subject: [PATCH] Somehow the build system has changed? ;-( MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder <roland@mxchange.org> --- nbproject/build-impl.xml | 63 +++++++++++++++++------------------ nbproject/genfiles.properties | 4 +-- nbproject/project.xml | 8 ----- 3 files changed, 33 insertions(+), 42 deletions(-) diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 0c251393..ca0d2d23 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -1476,36 +1476,35 @@ exists or setup the property manually. For example like this: <target depends="init,-pre-debug-fix,-do-debug-fix-test" if="netbeans.home" name="debug-fix-test"/> <!-- - CLEANUP SECTION - --> - <target depends="init" name="deps-clean" unless="no.deps"> - <ant antfile="${project.pizzaservice-lib}/build.xml" inheritall="false" target="clean"/> - <ant antfile="${project.pizzaservice-lib-1}/build.xml" inheritall="false" target="clean"/> - <ant antfile="${project.pizzaservice-mailer}/build.xml" inheritall="false" target="clean"/> - </target> - <target depends="init" name="do-clean"> - <condition property="build.dir.to.clean" value="${build.web.dir}"> - <isset property="dist.ear.dir"/> - </condition> - <property name="build.dir.to.clean" value="${build.web.dir}"/> - <delete includeEmptyDirs="true" quiet="true"> - <fileset dir="${build.dir.to.clean}/WEB-INF/lib"/> - </delete> - <delete dir="${build.dir}"/> - <available file="${build.dir.to.clean}/WEB-INF/lib" property="status.clean-failed" type="dir"/> - <delete dir="${dist.dir}"/> - </target> - <target depends="do-clean" if="status.clean-failed" name="check-clean"> - <echo message="Warning: unable to delete some files in ${build.web.dir}/WEB-INF/lib - they are probably locked by the J2EE server. "/> - <echo level="info" message="To delete all files undeploy the module from Server Registry in Runtime tab and then use Clean again."/> - </target> - <target depends="init" if="netbeans.home" name="undeploy-clean"> - <nbundeploy failOnError="false" startServer="false"/> - </target> - <target name="-post-clean"> - <!-- Empty placeholder for easier customization. --> - <!-- You can override this target in the ../build.xml file. --> - </target> - <target depends="init,undeploy-clean,deps-clean,do-clean,check-clean,-post-clean" description="Clean build products." name="clean"/> - <target depends="clean" description="Clean build products." name="clean-ear"/> + CLEANUP SECTION + --> + <target depends="init" name="deps-clean" unless="no.deps"> + <ant antfile="${project.pizzaservice-lib}/build.xml" inheritall="false" target="clean"/> + <ant antfile="${project.pizzaservice-mailer}/build.xml" inheritall="false" target="clean"/> + </target> + <target depends="init" name="do-clean"> + <condition property="build.dir.to.clean" value="${build.web.dir}"> + <isset property="dist.ear.dir"/> + </condition> + <property name="build.dir.to.clean" value="${build.web.dir}"/> + <delete includeEmptyDirs="true" quiet="true"> + <fileset dir="${build.dir.to.clean}/WEB-INF/lib"/> + </delete> + <delete dir="${build.dir}"/> + <available file="${build.dir.to.clean}/WEB-INF/lib" property="status.clean-failed" type="dir"/> + <delete dir="${dist.dir}"/> + </target> + <target depends="do-clean" if="status.clean-failed" name="check-clean"> + <echo message="Warning: unable to delete some files in ${build.web.dir}/WEB-INF/lib - they are probably locked by the J2EE server. "/> + <echo level="info" message="To delete all files undeploy the module from Server Registry in Runtime tab and then use Clean again."/> + </target> + <target depends="init" if="netbeans.home" name="undeploy-clean"> + <nbundeploy failOnError="false" startServer="false"/> + </target> + <target name="-post-clean"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target depends="init,undeploy-clean,deps-clean,do-clean,check-clean,-post-clean" description="Clean build products." name="clean"/> + <target depends="clean" description="Clean build products." name="clean-ear"/> </project> diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index da9d6ee5..4d4f4437 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -3,6 +3,6 @@ build.xml.script.CRC32=82213886 build.xml.stylesheet.CRC32=651128d4@1.68.1.1 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=039ae551 -nbproject/build-impl.xml.script.CRC32=b20fb404 +nbproject/build-impl.xml.data.CRC32=dbb6bed7 +nbproject/build-impl.xml.script.CRC32=2d856ddf nbproject/build-impl.xml.stylesheet.CRC32=99ea4b56@1.75.1.1 diff --git a/nbproject/project.xml b/nbproject/project.xml index a378bc4f..d7735084 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -88,14 +88,6 @@ <clean-target>clean</clean-target> <id>jar</id> </reference> - <reference> - <foreign-project>pizzaservice-lib-1</foreign-project> - <artifact-type>jar</artifact-type> - <script>build.xml</script> - <target>jar</target> - <clean-target>clean</clean-target> - <id>jar</id> - </reference> <reference> <foreign-project>pizzaservice-mailer</foreign-project> <artifact-type>jar</artifact-type> -- 2.39.5