java/nekurak.net-ejb/nbproject/build-impl.xml
changeset 197 40b7aa9126d0
parent 188 74d06a8a4948
     1.1 --- a/java/nekurak.net-ejb/nbproject/build-impl.xml	Tue Jul 19 15:22:15 2011 +0200
     1.2 +++ b/java/nekurak.net-ejb/nbproject/build-impl.xml	Mon Nov 07 20:31:44 2011 +0100
     1.3 @@ -138,7 +138,10 @@
     1.4      </target>
     1.5      <target depends="init" name="-init-cos" unless="deploy.on.save">
     1.6          <condition property="deploy.on.save" value="true">
     1.7 -            <istrue value="${j2ee.deploy.on.save}"/>
     1.8 +            <or>
     1.9 +                <istrue value="${j2ee.deploy.on.save}"/>
    1.10 +                <istrue value="${j2ee.compile.on.save}"/>
    1.11 +            </or>
    1.12          </condition>
    1.13      </target>
    1.14      <target name="-post-init">
    1.15 @@ -361,7 +364,7 @@
    1.16                  </nbjpdareload>
    1.17              </sequential>
    1.18          </macrodef>
    1.19 -        <macrodef name="nbjpdaappreloaded" uri="http://www.netbeans.org/ns/web-project/1">
    1.20 +        <macrodef name="nbjpdaappreloaded" uri="http://www.netbeans.org/ns/j2ee-ejbjarproject/1">
    1.21              <sequential>
    1.22                  <nbjpdaappreloaded/>
    1.23              </sequential>
    1.24 @@ -614,9 +617,7 @@
    1.25      <target name="-run-deploy-am">
    1.26          <!-- Task to deploy to the Access Manager runtime. -->
    1.27      </target>
    1.28 -    <target depends="init,-init-cos,-init-deploy,compile,library-inclusion-in-archive,dist-directory-deploy,pre-run-deploy,-pre-nbmodule-run-deploy,-run-deploy-nb,-init-deploy-ant,-deploy-ant,-run-deploy-am,-post-nbmodule-run-deploy,post-run-deploy" name="run-deploy">
    1.29 -        <nbjpdaappreloaded/>
    1.30 -    </target>
    1.31 +    <target depends="init,-init-cos,-init-deploy,compile,library-inclusion-in-archive,dist-directory-deploy,pre-run-deploy,-pre-nbmodule-run-deploy,-run-deploy-nb,-init-deploy-ant,-deploy-ant,-run-deploy-am,-post-nbmodule-run-deploy,post-run-deploy,-do-update-breakpoints" name="run-deploy"/>
    1.32      <target if="netbeans.home" name="-run-deploy-nb">
    1.33          <nbdeploy debugmode="false" forceRedeploy="${forceRedeploy}"/>
    1.34      </target>
    1.35 @@ -636,6 +637,9 @@
    1.36          <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
    1.37          <ejbjarproject3:java classname="${run.class}"/>
    1.38      </target>
    1.39 +    <target depends="init" if="netbeans.home" name="-do-update-breakpoints">
    1.40 +        <ejbjarproject1:nbjpdaappreloaded/>
    1.41 +    </target>
    1.42      <!--
    1.43                  DEBUGGING SECTION
    1.44              -->
    1.45 @@ -845,7 +849,7 @@
    1.46      <!--
    1.47                  CLEANUP SECTION
    1.48              -->
    1.49 -    <target depends="init" if="no.dist.ear.dir" name="deps-clean" unless="no.deps">
    1.50 +    <target depends="init" name="deps-clean" unless="no.deps">
    1.51          <ant antfile="${project.SuperDAO}/build.xml" inheritall="false" target="clean"/>
    1.52          <ant antfile="${project.nekurak_net-lib}/build.xml" inheritall="false" target="clean"/>
    1.53      </target>