Let me elaborate:

javadoc: error - No packages or classes specified.
usage: javadoc [options] [packagenames] [sourcefiles] [EMAIL PROTECTED]

Notice the [sourcefiles] option?

So in some fashion you need to specify which files you wish to run javadoc against... Personally I would just use the <javadoc> task myself for experimentation

Res Pons wrote:
Reposting again.

Shouldn't javadoc automatically recurse through directories? It doesn't for me. I would like to run javadoc at the root of all my projects w/o telling it it each .java file. We have a multi-project platform all residing within a master project and each having their own src subfolder and many .java source files:

MasterProject
 proj1
    -src
 proj2
    -src
 proj3
    -src

The command below, in my original email, does not work for me. But if I generate a for-loop at the DOS prompt from the root of all the projects, I get it to work but the result is is not correct. All the examples out there are geared toward a single project. How can I get javadoc to recurse automatically? I do not see a command line option. Once I successfully run this at the command prompt or from a batch file, I will then convert it to Ant/xml.

Thanks

----Original Message Follows----
From: "Res Pons" <[EMAIL PROTECTED]>
Reply-To: "Ant Users List" <user@ant.apache.org>
To: user@ant.apache.org
Subject: javadoc
Date: Thu, 05 Apr 2007 21:28:18 -0700

Almost wrong forum, I know...but...

I would like to test and run javadoc at a DOS prompt before writing ant code for it but the problem is that when I cd into my project and execute the following, I get an error1 and nothing happens.

c:\>cd Builds\project1
C:\Builds\project1>javadoc -sourcepath widgegts\src:3rdpary\scr *.java -d javadocs

javadoc: error - File not found: "*.java"
1 error

How come javadoc is not recursing through my subfolders?

_________________________________________________________________
Get a FREE Web site, company branded e-mail and more from Microsoft Office Live! http://clk.atdmt.com/MRT/go/mcrssaub0050001411mrt/direct/01/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

_________________________________________________________________
Need a break? Find your escape route with Live Search Maps. http://maps.live.com/?icid=hmtag3


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Scot P. Floess
27 Lake Royale
Louisburg, NC  27549

252-478-8087 (Home)
919-392-6730 (Work)

Chief Architect JPlate  http://sourceforge.net/projects/jplate
Chief Architect JavaPIM http://sourceforge.net/projects/javapim


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to