openamf/build build.xml,1.38,1.39

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/build
In directory sc8-pr-cvs1:/tmp/cvs-serv11450/build

Modified Files:
	build.xml 
Log Message:
added Sean Sullivan's javadoc target

Index: build.xml
===================================================================
RCS file: /cvsroot/openamf/openamf/build/build.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** build.xml	1 Jul 2003 01:19:47 -0000	1.38
--- build.xml	20 Jul 2003 02:27:53 -0000	1.39
***************
*** 61,64 ****
--- 61,66 ----
  	<property name="httpclient.jar.file" value="${lib.dir}/commons-httpclient-2.0-beta1.jar" />
  			
+ 	<property name="javadocs.build.dir" value="${build.dir}/javadocs" />
+ 
  	<property name="core.build.dir" value="${build.dir}/core"/>
  		
***************
*** 93,96 ****
--- 95,99 ----
  		<delete dir="${ejb.build.dir}"/>
  		<delete dir="${web.build.dir}"/>
+ 		<delete dir="${javadocs.build.dir}"/>
  	</target>
  
***************
*** 105,108 ****
--- 108,112 ----
  		<mkdir dir="${web.build.lib.dir}"/>
  		<mkdir dir="${web.build.classes.dir}"/>
+  		<mkdir dir="${javadocs.build.dir}"/>
     </target>
  
***************
*** 281,284 ****
--- 285,302 ----
  		</zip>
  	</target>
+ 
+     <target name="javadocs" depends="prepare">
+ 		<javadoc packagenames="org.openamf.*"
+            sourcepath="${java.src.dir}"
+            defaultexcludes="yes"
+            destdir="${javadocs.build.dir}"
+            author="true"
+            version="true"
+            use="true"
+            failonerror="yes"
+            classpathref="project.class.path"
+            windowtitle="openamf" />
+ 
+     </target>
  
  </project>




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.