Hi all, please help me to realize what do i do wrong.
i have realy simple target: <target name="docs" depends=""> <javadoc destdir="../java_api" sourcepath="." sourcefiles="tools/*.java"/> </target> i start ant script from my source directory (/users3/dmitri/modula/java). in that directory i have one "tools" package. In that package i have my *.java source files. The package structure is not the best, but it is already developed and i have to use it. OUTPUT: Buildfile: build.xml docs: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] javadoc: No package, class, or source file found named /users3/dmitri/modula/java/tools/*.java. [javadoc] 1 error BUILD SUCCESSFUL Total time: 6 seconds if i start javadoc directly: rubens $ javadoc -d ../java_api tools/*.java and it works. Do i have configured something wrong. Please help. regards Dmitri -- To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>