craigmcc 2004/07/09 19:05:21
Modified: email build.xml
Log:
Add javamail.jar and jaf.jar to the classpath for javadoc as well as compile.
Revision Changes Path
1.7 +4 -1 jakarta-commons-sandbox/email/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/email/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.xml 9 Jul 2004 19:21:11 -0000 1.6
+++ build.xml 10 Jul 2004 02:05:21 -0000 1.7
@@ -125,6 +125,9 @@
</fileset>
<pathelement location="${defaulttargetdir}/${final.name}.jar">
</pathelement>
+ <!-- These two properties should be defined in build.properties -->
+ <pathelement location="${javamail.jar}"/>
+ <pathelement location="${jaf.jar}"/>
</classpath>
</javadoc>
</target>
@@ -144,4 +147,4 @@
<unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
</unjar>
</target>
-</project>
\ No newline at end of file
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]