No it can�t.
But a look into the source code shows that it should be possible
to implement.
oata.taskdefs.Javadoc:
1565: public void execute() throws BuildException {
...
1934: log("Javadoc execution", Project.MSG_INFO);
1935:
1936: JavadocOutputStream out = new
JavadocOutputStream(Project.MSG_INFO);
1937: JavadocOutputStream err = new
JavadocOutputStream(Project.MSG_WARN);
1938: Execute exe = new Execute(new PumpStreamHandler(out, err));
1939: exe.setAntRun(getProject());
...
1949: exe.setCommandline(toExecute.getCommandline());
1950: int ret = exe.execute();
I�ll have a look at that ... but needs a few days :-)
Jan
-----Original Message-----
From: Kevin G. Crocker [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 18, 2004 3:26 PM
To: [EMAIL PROTECTED]
Subject: Output from the javadoc task
I am implementing the javadoc task in my build process but I do not wish to
see output from it.
I am getting all the [javadoc] Loading source file...... etc..
Can it be run in some sort of quiet, non-verbose output mode?
Kevin Crocker
RSS Solutions Inc.
77 Wellington Street South,
Kitchener, ON.
N2G 2E6
Voice: (519) 746-7200 x 228
1-888-330-7314 x 228
Fax: (519) 746-8727
Email: [EMAIL PROTECTED]