]> git.mxchange.org Git - jcore-logger-ejb.git/blobdiff - build.xml
added empty line ...
[jcore-logger-ejb.git] / build.xml
index 8f572f564b5387b726539cc90e26d80ae0b9789b..b7b5635e40dad16de3ec8c0adc5dfb365d3f7a71 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="jcore-ee-logger" default="default" basedir=".">
-    <description>Builds, tests, and runs the project jcore-ee-logger.</description>
+<project name="jcore-logger-ejb" default="default" basedir="." xmlns:ejbjarproject="http://www.netbeans.org/ns/j2ee-ejbjarproject/3">
+    <description>Builds, tests, and runs the project jcore-logger-ejb.</description>
     <import file="nbproject/build-impl.xml"/>
     <!--
 
       -post-compile:             called after javac compilation
       -pre-compile-single:       called before javac compilation of single file
       -post-compile-single:      called after javac compilation of single file
-      -pre-compile-test:         called before javac compilation of JUnit tests
-      -post-compile-test:        called after javac compilation of JUnit tests
-      -pre-compile-test-single:  called before javac compilation of single JUnit test
-      -post-compile-test-single: called after javac compilation of single JUunit test
-      -pre-jar:                  called before JAR building
-      -post-jar:                 called after JAR building
+      -pre-dist:                 called before archive building
+      -post-dist:                called after archive building
       -post-clean:               called after cleaning build products
+      -pre-run-deploy:           called before deploying
+      -post-run-deploy:          called after deploying
 
     (Targets beginning with '-' are not intended to be called on their own.)
 
-    Example of inserting an obfuscator after compilation could look like this:
+    Example of pluging an obfuscator after the compilation could look like 
 
         <target name="-post-compile">
             <obfuscate>
     nbproject/build-impl.xml file. 
 
 
-    Another way to customize the build is by overriding existing main targets.
-    The targets of interest are: 
+    Other way how to customize the build is by overriding existing main targets.
+    The target of interest are: 
 
-      -init-macrodef-javac:     defines macro for javac compilation
-      -init-macrodef-junit:     defines macro for junit execution
-      -init-macrodef-debug:     defines macro for class debugging
-      -init-macrodef-java:      defines macro for class execution
-      -do-jar:                  JAR building
-      run:                      execution of project 
-      -javadoc-build:           Javadoc generation
-      test-report:              JUnit report generation
+      init-macrodef-javac:    defines macro for javac compilation
+      init-macrodef-debug:    defines macro for class debugging
+      do-dist:                archive building
+      run:                    execution of project 
+      javadoc-build:          javadoc generation 
 
-    An example of overriding the target for project execution could look like this:
+    Example of overriding the target for project execution could look like 
 
-        <target name="run" depends="jcore-ee-logger-impl.jar">
+        <target name="run" depends="<PROJNAME>-impl.jar">
             <exec dir="bin" executable="launcher.exe">
                 <arg file="${dist.jar}"/>
             </exec>
         </target>
 
-    Notice that the overridden target depends on the jar target and not only on 
-    the compile target as the regular run target does. Again, for a list of available 
-    properties which you can use, check the target you are overriding in the
+    Notice that overridden target depends on jar target and not only on 
+    compile target as regular run target does. Again, for list of available 
+    properties which you can use check the target you are overriding in 
     nbproject/build-impl.xml file. 
 
-    -->
+       -->
 </project>