Jie Li

Greenhorn
+ Follow
since May 14, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Jie Li

I still get no package or class error.
Please help!

my java file d:\tmp\src\test.java
==============
package framework.util;
my build.xml
=================
<target name="api"
description="Generate API documentation">
<javadoc sourcepath="${src}"
destdir="${api}"
packagenames="framework.util.*"/>
</target>
run ant
===========
ant -buildfile build.xml
The error message:
file :/tmp/build.xml:34: No source files and no packages have been specified.
20 years ago