Hey Josh,
Without your script it is hard to tell but here is the javadoc element from
one of my scripts. Hope it helps:
<javadoc destdir="${env.build_docs_dir}"
author="true"
version="true"
sourcepath="${env.build_src_dir}"
packagenames="com.testing.*"
excludepackagenames="org.apache.*"
classpath="${env.build_lib_dir}/${JAR_XERCES},
${env.build_lib_dir}/${JAR_XALAN},
${env.build_lib_dir}/${JAR_JDBC_DRIVER_SQLSERVER},
${env.build_lib_dir}/${JAR_JDBC_DRIVER_ORACLE},
${env.build_lib_dir}/${J2EE},
${env.build_lib_dir}/${FTP_API},
${env.build_lib_dir}/${JUNIT},
${env.build_lib_dir}/${CATALINA},
${env.build_lib_dir}/${SERVLET}"
/>
Jeff
-----Original Message-----
From: Josh [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 12:49 AM
To: [EMAIL PROTECTED]
Subject: Ant and Javadoc
Hi, I know this is a little OT, but I'm wondering if anybody can point me to
some info on getting javadoc to run properly from ant? It just gives me an
error about how there's no source for my packages. Javadoc runs fine from
the command line, just not from ant :(
Any pointers appreicated.
Cheers,
-Josh
"Rimmer, real dumplings, proper dumplings when they're properly
cooked to perfection, proper dumplings, should not bounce."
--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>