Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release-src > by-pkgid > d58df7a5069f5ded13e59346437266ff > files > 1

joesnmp-0.3.4-4.mga4.src.rpm

--- build.xml	2006-04-06 00:28:06.000000000 +0200
+++ build.xml-gil	2011-06-03 15:00:32.598921813 +0200
@@ -86,6 +86,31 @@
     </antcall>
 </target>
 
+<target name="javadoc-joesnmp"
+    description="--> javadoc joesnmp">
+    <tstamp>
+      <format property="year" pattern="yyyy" />
+    </tstamp>
+  <javadoc sourcepath="src/joesnmp"
+           destdir="output/apidocs"
+           classpathref="joesnmp.classpath"
+           packagenames="org.opennms.protocols.*"
+           author="true"
+           version="true"
+           use="true"
+           private="true"
+           windowtitle="JoeSNMP API"
+           doctitle="JoeSNMP API ${joesnmp.version}"
+           header="JoeSNMP API ${joesnmp.version}"
+           footer="JoeSNMP API ${joesnmp.version}"
+           bottom="Generated by ${user.name} on ${year}."
+           splitindex="true"
+           failonerror="true"
+           maxmemory="128m"
+   >
+  </javadoc>
+</target>
+
 <target name="jar-joesnmp"
     description="--> jar joesnmp">
     <mkdir dir="${output.lib}"/>
@@ -117,7 +142,7 @@
     </delete>
 </target>
 
-<target name="build-joesnmp" depends="compile-joesnmp,jar-joesnmp"
+<target name="build-joesnmp" depends="compile-joesnmp,jar-joesnmp,javadoc-joesnmp"
     description="--> compile and jar joesnmp"/>
 
 <!-- ============================================================ -->