Greetins,
I have the following javadoc task in my build.xml
file:
<!-- This task is not working yet -->
<target name="doc" depends="compile">
<javadoc
sourcepath="src src/User/*.java
src/Validator/*.java src/Servlets/*.java"
destdir="docs"
author="true"
version="true"
private="true"
windowtitle="Madbiz C.A: Latin World
Productions JAVA API"
header="Written by: Jose351 Vicente
Nunez Zuleta ([EMAIL PROTECTED]) - Java 2 Certified
Developer"
doctitle="JAVA API for Latinw World
Music"
bottom="http://www.madbiz.net - Madbiz
C.A"/>
</target>
Currently this is my source tree:
[josevnz@josevnz Register]$ find ./src -type f -print
./src/User/User.java
./src/User/RegisterInfo.java
./src/User/UserProfile.java
./src/User/ContactInfo.java
./src/User/UserProfileTransactionManager.java
./src/User/ErrorInfo.java
./src/Validator/Validator.java
./src/Validator/ValidatorException.java
./src/Test/UserProfileTest.java
./src/Test/ValidatorTest.java
./src/Test/UserProfileTransactionManagerTest.java
./src/Servlets/RegisterNewUser.java
./src/Servlets/UserInfo.java
./src/Servlets/ActivateAccount.java
./src/Servlets/CountryInfo.java
./src/Jsp/RegisterNewUser.jsp
./src/Jsp/snoop.jsp
./src/Jsp/ValidateFormData.js
./src/Jsp/messages.jsp
./src/Jsp/corner_a.gif
./src/Jsp/corner_b.gif
./src/Jsp/corner_c.gif
./src/Jsp/corner_d.gif
./src/Jsp/footer.gif
./src/Jsp/header.gif
./src/Jsp/index.html
./src/Metadata/CountryTransactionManager.java
But i managed to get all the Javadoc using the
following command:
# Corra esto despu�s de ejecutar "ant doc"
# [EMAIL PROTECTED]
# Se cambiar� por una tarea de Ant despu�s de corregir
un Bug.
javadoc -d docs -locale es_VE -private -author
-version -windowtitle 'Madbiz C.A: Latin World
Productions JAVA API' -doctitle 'JAVA API for Latinw
World Music' -header 'Written by: Jos� Vicente
N��ez Zuleta ([EMAIL PROTECTED]) - Java 2 Certified
Developer' -bottom '<b>http://www.madbiz.net
- Madbiz C.A</b>' -sourcepath src src/User/*.java
src/Validator/*.java src/Servlets/*.java
src/Metadata/*.java
Any ideas about what i'm doing wrong here?
Thanks in advance.
Jose V.
=====
Jos� Vicente Nu�ez Zuleta
System Engineer
Java 2 Certified Programmer
[EMAIL PROTECTED]
_________________________________________________________
Do You Yahoo!?
Obtenga su direcci�n de correo-e gratis @yahoo.com
en http://correo.espanol.yahoo.com
Problems using the Javadoc Task: help needed
Jos� Vicente N��ez Zuleta Mon, 16 Jul 2001 06:28:19 -0700
- Re: Problems using the Javadoc Task: help needed Jos� Vicente N��ez Zuleta
