1.1 --- a/java/nekurak.net-ear/nbproject/build-impl.xml Thu Mar 18 14:33:35 2010 +0100
1.2 +++ b/java/nekurak.net-ear/nbproject/build-impl.xml Tue Mar 23 00:50:39 2010 +0100
1.3 @@ -166,6 +166,15 @@
1.4 <isset property="build.deploy.on.save"/>
1.5 </not>
1.6 </condition>
1.7 + <ant antfile="${project.nekurak_net-rest}/build.xml" inheritall="false" target="dist-ear">
1.8 + <property location="${build.dir}" name="dist.ear.dir"/>
1.9 + <property name="deploy.on.save" value="${build.deploy.on.save}"/>
1.10 + </ant>
1.11 + <condition property="build.deploy.on.save" value="false">
1.12 + <not>
1.13 + <isset property="build.deploy.on.save"/>
1.14 + </not>
1.15 + </condition>
1.16 <ant antfile="${project.nekurak_net-web}/build.xml" inheritall="false" target="dist-ear">
1.17 <property location="${build.dir}" name="dist.ear.dir"/>
1.18 <property name="deploy.on.save" value="${build.deploy.on.save}"/>
1.19 @@ -184,6 +193,7 @@
1.20 <target depends="init,deps-jar,pre-pre-compile,pre-compile" name="-do-compile-deps">
1.21 <copyfiles files="${reference.nekurak_net-web.dist-ear}" todir="${build.dir}//"/>
1.22 <copyfiles files="${reference.nekurak_net-ejb.dist-ear}" todir="${build.dir}//"/>
1.23 + <copyfiles files="${reference.nekurak_net-rest.dist-ear}" todir="${build.dir}//"/>
1.24 </target>
1.25 <target name="post-compile">
1.26 <!-- Empty placeholder for easier customization. -->
1.27 @@ -261,6 +271,7 @@
1.28 <target name="-run-deploy-am" unless="no.deps">
1.29 <!-- Task to deploy to the Access Manager runtime. -->
1.30 <ant antfile="${project.nekurak_net-ejb}/build.xml" inheritall="false" target="-run-deploy-am"/>
1.31 + <ant antfile="${project.nekurak_net-rest}/build.xml" inheritall="false" target="-run-deploy-am"/>
1.32 <ant antfile="${project.nekurak_net-web}/build.xml" inheritall="false" target="-run-deploy-am"/>
1.33 </target>
1.34 <target depends="-init-cos,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.35 @@ -455,6 +466,15 @@
1.36 <isset property="build.deploy.on.save"/>
1.37 </not>
1.38 </condition>
1.39 + <ant antfile="${project.nekurak_net-rest}/build.xml" inheritall="false" target="clean-ear">
1.40 + <property location="${build.dir}" name="dist.ear.dir"/>
1.41 + <property name="deploy.on.save" value="${build.deploy.on.save}"/>
1.42 + </ant>
1.43 + <condition property="build.deploy.on.save" value="false">
1.44 + <not>
1.45 + <isset property="build.deploy.on.save"/>
1.46 + </not>
1.47 + </condition>
1.48 <ant antfile="${project.nekurak_net-web}/build.xml" inheritall="false" target="clean-ear">
1.49 <property location="${build.dir}" name="dist.ear.dir"/>
1.50 <property name="deploy.on.save" value="${build.deploy.on.save}"/>