]> git.mxchange.org Git - jjobs.git/commitdiff
opps, named this wrong ... (other project)
authorRoland Haeder <roland@mxchange.org>
Thu, 7 Apr 2016 10:04:58 +0000 (12:04 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 7 Apr 2016 10:04:58 +0000 (12:04 +0200)
INSTALL.txt
build.xml
nbproject/build-impl.xml
nbproject/project.properties
nbproject/project.xml

index b132be006fda2c72d1fbab129d0a0b3e22f0db1b..34f310738efd507ab5fce7950da8152b4ac2024a 100644 (file)
@@ -31,18 +31,18 @@ Pool name: AddressbookPool
 
 5) Setup a JMS connection factory:
 
-JNDI name: jms/jratecalc-queue-factory
+JNDI name: jms/jjobs-queue-factory
 Resource type: javax.jms.QueueConnectionFactory
 
 6) Setup JMS message queue:
 
-JNDI name: jms/jratecalc-email-queue
-Physical destination name: send-email
+JNDI name: jms/jjobs-email-queue
+Physical destination name: jjobs-send-email
 Resource type: javax.jms.Queue
 
 7) Setup Java Mail session:
 
-JNDI name: jmail/jratecalc
+JNDI name: jmail/jjobs
 Mail host: <your-smtp-host>
 Default user: <your-smtp-login-name>
 Default sender address: noreply@your-domain.example
index 8548b19510cc361e42ba846ee8ac33b3bcdc7de1..cbc76953aa9004c67174e2622cf6d4b74995f8d8 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -7,8 +7,8 @@
 <!-- the Compile on Save feature is turned off for the project. -->
 <!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
 <!-- in the project's Project Properties dialog box.-->
-<project name="jratecalc" default="default" basedir="." xmlns:ear="http://www.netbeans.org/ns/j2ee-earproject/2">
-    <description>Builds, tests, and runs the project jratecalc.</description>
+<project name="jjobs" default="default" basedir="." xmlns:ear="http://www.netbeans.org/ns/j2ee-earproject/2">
+    <description>Builds, tests, and runs the project jjobs.</description>
     <import file="nbproject/build-impl.xml"/>
     <!--
 
index 2e2ea4af8b04c044f9887d2f23c9fecff05a9926..82df07a312f190224234e7627649f7140e9673f4 100644 (file)
@@ -14,7 +14,7 @@ is divided into following sections:
   - cleanup
 
 -->
-<project xmlns:ear2="http://www.netbeans.org/ns/j2ee-earproject/2" basedir=".." default="default" name="jratecalc-impl">
+<project xmlns:ear2="http://www.netbeans.org/ns/j2ee-earproject/2" basedir=".." default="default" name="jjobs-impl">
     <import file="ant-deploy.xml"/>
     <fail message="Please build using Ant 1.7.1 or higher.">
         <condition>
@@ -205,7 +205,7 @@ exists or setup the property manually. For example like this:
             <property location="${build.dir}" name="dist.ear.dir"/>
             <property name="deploy.on.save" value="${build.deploy.on.save}"/>
         </ant>
-        <ant antfile="${project.jratecalc-ejb}/build.xml" inheritall="false" target="dist-ear">
+        <ant antfile="${project.jjobs-ejb}/build.xml" inheritall="false" target="dist-ear">
             <property location="${build.dir}" name="dist.ear.dir"/>
             <property name="deploy.on.save" value="${build.deploy.on.save}"/>
         </ant>
@@ -222,7 +222,7 @@ exists or setup the property manually. For example like this:
     </target>
     <target depends="init,deps-jar,pre-pre-compile,pre-compile" name="-do-compile-deps">
         <copyfiles files="${reference.jcore-logger-ejb.dist-ear}" todir="${build.dir}//"/>
-        <copyfiles files="${reference.jratecalc-ejb.dist-ear}" todir="${build.dir}//"/>
+        <copyfiles files="${reference.jjobs-ejb.dist-ear}" todir="${build.dir}//"/>
     </target>
     <target name="post-compile">
         <!-- Empty placeholder for easier customization. -->
@@ -300,7 +300,7 @@ exists or setup the property manually. For example like this:
     <target name="-run-deploy-am" unless="no.deps">
         <!-- Task to deploy to the Access Manager runtime. -->
         <ant antfile="${project.jcore-logger-ejb}/build.xml" inheritall="false" target="-run-deploy-am"/>
-        <ant antfile="${project.jratecalc-ejb}/build.xml" inheritall="false" target="-run-deploy-am"/>
+        <ant antfile="${project.jjobs-ejb}/build.xml" inheritall="false" target="-run-deploy-am"/>
     </target>
     <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"/>
     <target if="netbeans.home" name="-run-deploy-nb">
@@ -407,17 +407,17 @@ exists or setup the property manually. For example like this:
         <ear2:run-appclient subprojectname="${app.client}"/>
     </target>
     <target if="j2ee.appclient.mainclass.args" name="-as-retrieve-option-workaround" unless="j2ee.clientName">
-        <property name="client.jar" value="${dist.dir}/jratecalcClient.jar"/>
+        <property name="client.jar" value="${dist.dir}/jjobsClient.jar"/>
         <sleep seconds="3"/>
-        <copy failonerror="false" file="${wa.copy.client.jar.from}/jratecalc/jratecalcClient.jar" todir="${dist.dir}"/>
+        <copy failonerror="false" file="${wa.copy.client.jar.from}/jjobs/jjobsClient.jar" todir="${dist.dir}"/>
         <copy failonerror="false" flatten="true" todir="${dist.dir}/">
-            <fileset dir="${wa.copy.client.jar.from}/jratecalc" includes="**/jratecalcClient.jar"/>
+            <fileset dir="${wa.copy.client.jar.from}/jjobs" includes="**/jjobsClient.jar"/>
         </copy>
-        <copy flatten="true" todir="${dist.dir}/jratecalcClient">
-            <fileset dir="${wa.copy.client.jar.from}/jratecalc" includes="**/*.*ar"/>
+        <copy flatten="true" todir="${dist.dir}/jjobsClient">
+            <fileset dir="${wa.copy.client.jar.from}/jjobs" includes="**/*.*ar"/>
         </copy>
-        <copy failonerror="false" flatten="false" todir="${dist.dir}/jratecalcClient">
-            <fileset dir="${dist.dir}/gfdeploy/jratecalc" includes="**/*.jar"/>
+        <copy failonerror="false" flatten="false" todir="${dist.dir}/jjobsClient">
+            <fileset dir="${dist.dir}/gfdeploy/jjobs" includes="**/*.jar"/>
         </copy>
     </target>
     <target depends="init" name="-init-run-macros">
@@ -629,7 +629,7 @@ exists or setup the property manually. For example like this:
             <property location="${build.dir}" name="dist.ear.dir"/>
             <property name="deploy.on.save" value="${build.deploy.on.save}"/>
         </ant>
-        <ant antfile="${project.jratecalc-ejb}/build.xml" inheritall="false" target="clean-ear">
+        <ant antfile="${project.jjobs-ejb}/build.xml" inheritall="false" target="clean-ear">
             <property location="${build.dir}" name="dist.ear.dir"/>
             <property name="deploy.on.save" value="${build.deploy.on.save}"/>
         </ant>
index 0534e9e57fd14ba85df7488ad1880a0b212644ea..4a26e06217995054b1f6e2a2f2db7391e85006df 100644 (file)
@@ -22,8 +22,8 @@ j2ee.server.type=gfv3ee6
 jar.compress=false
 jar.content.additional=\
     ${reference.jcore-logger-ejb.dist-ear}:\
-    ${reference.jratecalc-ejb.dist-ear}
-jar.name=jratecalc.ear
+    ${reference.jjobs-ejb.dist-ear}
+jar.name=jjobs.ear
 javac.debug=true
 javac.deprecation=false
 javac.source=1.8
@@ -32,9 +32,9 @@ meta.inf=src/conf
 no.dependencies=false
 platform.active=default_platform
 project.jcore-logger-ejb=../../MyProjects/jcore-logger-ejb
-project.jratecalc-ejb=../jratecalc-ejb
+project.jjobs-ejb=../jjobs-ejb
 reference.jcore-logger-ejb.dist-ear=${project.jcore-logger-ejb}/dist/jcore-logger-ejb.jar
-reference.jratecalc-ejb.dist-ear=${project.jratecalc-ejb}/dist/jratecalc-ejb.jar
+reference.jjobs-ejb.dist-ear=${project.jjobs-ejb}/dist/jjobs-ejb.jar
 resource.dir=setup
 run.classpath=
 source.root=.
index 050a559e44df04ea8cd979244f07abba4f3c2690..e92fac7175cf785cc08ab0df17915bf4756eb6a6 100644 (file)
@@ -3,7 +3,7 @@
     <type>org.netbeans.modules.j2ee.earproject</type>
     <configuration>
         <data xmlns="http://www.netbeans.org/ns/j2ee-earproject/2">
-            <name>jratecalc</name>
+            <name>jjobs</name>
             <minimum-ant-version>1.6.5</minimum-ant-version>
             <web-module-libraries/>
             <web-module-additional-libraries>
@@ -12,7 +12,7 @@
                     <path-in-war>/</path-in-war>
                 </library>
                 <library>
-                    <file>${reference.jratecalc-ejb.dist-ear}</file>
+                    <file>${reference.jjobs-ejb.dist-ear}</file>
                     <path-in-war>/</path-in-war>
                 </library>
             </web-module-additional-libraries>
@@ -27,7 +27,7 @@
                 <id>dist-ear</id>
             </reference>
             <reference>
-                <foreign-project>jratecalc-ejb</foreign-project>
+                <foreign-project>jjobs-ejb</foreign-project>
                 <artifact-type>j2ee_ear_archive</artifact-type>
                 <script>build.xml</script>
                 <target>dist-ear</target>