1.1 --- a/java/nekurak.net-web/nbproject/build-impl.xml Fri Jul 15 22:25:39 2011 +0200
1.2 +++ b/java/nekurak.net-web/nbproject/build-impl.xml Tue Apr 23 21:43:37 2013 +0200
1.3 @@ -191,7 +191,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 @@ -727,9 +730,7 @@
1.16 <target name="-run-deploy-am">
1.17 <!-- Task to deploy to the Access Manager runtime. -->
1.18 </target>
1.19 - <target depends="init,-init-cos,compile,compile-jsps,-do-compile-single-jsp,-pre-dist,-do-tmp-dist-with-manifest,-do-tmp-dist-without-manifest,-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.20 - <nbjpdaappreloaded/>
1.21 - </target>
1.22 + <target depends="init,-init-cos,compile,compile-jsps,-do-compile-single-jsp,-pre-dist,-do-tmp-dist-with-manifest,-do-tmp-dist-without-manifest,-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.23 <target if="netbeans.home" name="-run-deploy-nb">
1.24 <nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
1.25 </target>
1.26 @@ -815,6 +816,9 @@
1.27 <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
1.28 <webproject1:java classname="${run.class}" classpath="${run.test.classpath}"/>
1.29 </target>
1.30 + <target depends="init" if="netbeans.home" name="-do-update-breakpoints">
1.31 + <webproject1:nbjpdaappreloaded/>
1.32 + </target>
1.33 <!--
1.34 DEBUGGING SECTION
1.35 -->
1.36 @@ -1049,7 +1053,7 @@
1.37
1.38 CLEANUP SECTION
1.39 -->
1.40 - <target depends="init" if="no.dist.ear.dir" name="deps-clean" unless="no.deps">
1.41 + <target depends="init" name="deps-clean" unless="no.deps">
1.42 <ant antfile="${project.nekurak_net-lib}/build.xml" inheritall="false" target="clean"/>
1.43 </target>
1.44 <target depends="init" name="do-clean">