summaryrefslogtreecommitdiff
blob: c51a33c713c7260ea0d9cecad5607cddd9c176e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
diff -ru ws-jaxme-0.3.1/build.xml ws-jaxme-0.3.1-patched/build.xml
--- ws-jaxme-0.3.1/build.xml	2004-09-02 18:41:58.000000000 -0400
+++ ws-jaxme-0.3.1-patched/build.xml	2005-06-26 22:59:39.000000000 -0400
@@ -157,9 +157,8 @@
   <target name="doc" depends="javadoc,docbook.html,forrest,replace"
       description="Generates the documentation"/>
 
-  <target name="javadoc" depends="init,all"
+  <target name="javadoc" depends="init"
       description="Generates the API documentation">
-    <delete dir="${build.apidocs}"/>
     <mkdir dir="${build.apidocs}"/>
     <javadoc
                      access="protected"
@@ -189,8 +188,8 @@
         <pathelement location="${src.js}"/>
         <pathelement location="${src.jm}"/>
         <pathelement location="${src.pm}"/>
-        <pathelement location="${build.js.src}"/>
-        <pathelement location="${build.jm.src}"/>
+        <!--pathelement location="${build.js.src}"/>
+        <pathelement location="${build.jm.src}"/-->
       </sourcepath>
     </javadoc>
   </target>
@@ -245,6 +244,15 @@
     <delete dir="${dist}"/>
   </target>
 
+  <target name="jar">
+
+    <ant antfile="buildapi.xml" target="jar" inheritall="false" inheritrefs="false"/>
+    <ant antfile="buildxs.xml" target="jar" inheritall="false" inheritrefs="false"/>
+    <ant antfile="buildjs.xml" target="jar" inheritall="false" inheritrefs="false"/>
+    <ant antfile="buildjm.xml" target="compile" inheritall="false" inheritrefs="false"/>
+    <ant antfile="buildpm.xml" target="compile" inheritall="false" inheritrefs="false"/>
+  </target>
+
   <target name="all">
     <ant antfile="buildapi.xml" target="all" inheritall="false" inheritrefs="false"/>
     <ant antfile="buildxs.xml" target="all" inheritall="false" inheritrefs="false"/>