Re: javadoc 1.4.0 fail on Axis

2002-04-23 Thread Mukund Balasubramanian
Old post on a fix from me... not the best possible but works for me: > I have no idea of this is on ongoing fix, but I am sure many of you > should have faced this problem: > > The Javadocs task in build.xml will not work with JDK 1.4 because of > the "java" in package names. This is an open bu

javadoc 1.4.0 fail on Axis

2002-04-23 Thread Howard Lin
I'm not sure if this problem has been mentioned before. Javadoc 1.4.0 cannot handle packages named *.java, like org.apache.axis.providers.java. So to generate javadoc on Axis packages, use jdk 1.3.* or use the work around in BugParade #4507380. Howard