Xcode and Javadoc
Xcode and Javadoc
- Subject: Xcode and Javadoc
- From: Jeff Dunnett <email@hidden>
- Date: Thu, 19 Jul 2007 10:57:25 -0400
Hello,
I am trying to create a set of javadoc for my WebObjects
application. I have a set up a target in my product to run a shell
script. The shell script is simple:
javadoc *.java
open index.html
exit 0
All it does run javadoc on all my java files and open the file in a
browswer. The problem is I am getting errors like "package
com.web.objects.foundation does not exist" and "package
com.webobjects.foundation does not exist". I am thinking that it
must be some kind of problem with javadoc not being able to find
those packages. Perhaps the CLASSPATH is not set somewhere. What I
am wondering if anyone would know if this is a Xcode issue or a
javadoc issue?
Regards,
Jeff
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden